Logger: zeroconf
Source: /srv/homeassistant/lib/python3.7/site-packages/zeroconf/__init__.py:365
First occurred: 10:06:01 AM (1 occurrences)
Last logged: 10:06:01 AM
Choked at offset 195 while unpacking b'\x00\x00\x84\x00\x00\x00\x00\x04\x00\x00\x00\x00\x0f_home-assistant\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x11\x94\x00\x0f\x01F\x01R\x01I\x01D\x01A\x01Y\x00\xc0\x0c\xc02\x00!\x80\x01\x00\x00\x00x\x00\x08\x00\x00\x00\x00\x1f\xbb\xc02\xc02\x00\x10\x80\x01\x00\x00\x11\x94\x00N\x0fversion=0.109.0"base_url=https://hereismyddnsdomain.com\x1arequires_api_password=True\xc02\x00\x01\x80\x01\x00\x00\x00x\x00\x04\xc0\xa8\x01\x14'
Can anyone help me figure out what is causing it?
Also is this related?
Logger: homeassistant.components.websocket_api.http.connection.1517922544
Source: components/websocket_api/http.py:141
Integration: Home Asssitant WebSocket API (documentation, issues)
First occurred: 11:56:58 AM (1 occurrences)
Last logged: 11:56:58 AM
Client unable to keep up with pending messages. Stayed over 512 for 5 seconds
It’s coming from the python zeroconf package. Here’s the file: it’s line 720 in this latest version, which suggests you’re running something older than that as yours was on line 365.
The next step is to figure out what is feeding it that byte sequence.
Logger: zeroconf
Source: /usr/local/lib/python3.7/site-packages/zeroconf/__init__.py:365
First occurred: 11:48:11 (1 occurrences)
Last logged: 11:48:11
Choked at offset 381 while unpacking b'\x00\x00\x84\x00\x00\x00\x00\x05\x00\x00\x00\x00\x04_hap\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x11\x94\x00!\x0fTRADFRI gateway\x04_hap\x04_tcp\x05local\x00\x0fTRADFRI gateway\x04_hap\x04_tcp\x05local\x00\x00\x10\x80\x01\x00\x00\x11\x94\x00U\x05c#=52\x04ff=1\x14id=F6:E6:69:BA:51:DE\x12md=TRADFRI gateway\x06pv=1.1\x04s#=1\x04sf=1\x04ci=2\x0bsh=BkSDzQ==\x0fTRADFRI gateway\x04_hap\x04_tcp\x05local\x00\x00!\x80\x01\x00\x00\x00x\x00\x08\x00\x00\x00\x00\x00P\x00\x00\x00\x00\x00\x01\x80\x01\x00\x00\x00x\x00\x04\xa9\xfe\xd8\xc2\x00\x00\x00\x1c\x80\x01\x00\x00\x00\x00\x00\x10\x00\xf0>\xb0z\x80\x12\xeaz\x80\x12\xeaz\x80\x12\xea'
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 706, in __init__
self.read_others()
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 777, in read_others
domain = self.read_name()
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 838, in read_name
length = self.data[off]
IndexError: index out of range