Error chocked at offset

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

I think nobody knows where the ‘chocked’ error comes from.

You using tp-link per chance?

There’s a bug report already in for it for ages now that nobody seems particularly interested in.

No, I am not using tplink. Generally I am having some problems… I dont know where to start.

There is another error regarding zeroconf And right after it, there are some errors for the ssl

2020-05-05 10:46:41 WARNING (zeroconf-Engine) [zeroconf] Exception occurred:
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.7/site-packages/zeroconf/__init__.py", line 715, in __init__
    self.read_others()
  File "/srv/homeassistant/lib/python3.7/site-packages/zeroconf/__init__.py", line 772, in read_others
    domain = self.read_name()
  File "/srv/homeassistant/lib/python3.7/site-packages/zeroconf/__init__.py", line 828, in read_name
    length = self.data[off]
IndexError: index out of range
2020-05-05 10:46:43 ERROR (MainThread) [homeassistant.core] Error doing job: SSL handshake failed
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 625, in _on_handshake_complete
    raise handshake_exc
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata
    self._sslobj.do_handshake()
  File "/usr/lib/python3.7/ssl.py", line 763, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1056)
2020-05-05 10:46:43 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error in data received
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
    ssldata, appdata = self._sslpipe.feed_ssldata(data)
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata
    self._sslobj.do_handshake()
  File "/usr/lib/python3.7/ssl.py", line 763, in do_handshake
    self._sslobj.do_handshake()

Are they of any use?

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.

I am facing the same error messages:

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