I don’t exactly know when it started, but I noticed it a day or two ago. All of a sudden, my log is getting flooded with the following error, over and over.
2021-05-07 15:13:39 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:15:04 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:16:12 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:17:39 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:19:04 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:20:31 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:21:57 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:23:12 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:24:38 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:26:04 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:27:31 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:28:57 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
2021-05-07 15:30:12 ERROR (MainThread) [engineio.client] packet queue is empty, aborting
In my searching, it seems like the most likely culprit is Ambient Weather, which I do use. However, nothing I do seems to change it. I’ve tried increasing the log level to debug - only new info was JSON updates of its status. Tried changing to fatal or critical to exclude the message - it still shows. Additionally, I don’t see anything wrong with my integration. It’s updating it’s status as it should, not dropping off or anything. I’m at a loss.
Of course it’s possible it’s coming from something else, but I’m running out of ideas on where (or how) to look. Nothing I seem to try helps to confirm where this is coming from, let alone why.
I’m sure I could add a filter to keep it out of the logs. And if it’s truly innocuous, I can do that. But it seems more like a Band-Aid than a true fix.
Any help is greatly appreciated