esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 36 forks source link

After updating HA and the addon installation and validation is broken #3656

Closed bobvmierlo closed 2 years ago

bobvmierlo commented 2 years ago

The problem

After updating HA to 2022.10.0 and also the esphome addon to 2022.9.3, installation and validation is completely broken. Fails every time with zero output.

See screenshots below: IMG_0057

IMG_0058

IMG_0059

Which version of ESPHome has the issue?

2022.9.3

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2022.10.0

What platform are you using?

ESP8266

Board

Any

Component causing the issue

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

This is from the ha supervisor logs, timestamp matches with triggering a validation in esphome. Not sure if it’s related though.

XXX lineno: 391, opcode: 0
22-10-06 20:50:49 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-9948' coro=<_websocket_forward() done, defined at /usr/src/supervisor/supervisor/api/ingress.py:276> exception=SystemError('unknown opcode')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/api/ingress.py", line 279, in _websocket_forward
    async for msg in ws_from:
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_ws.py", line 480, in __anext__
    msg = await self.receive()
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_ws.py", line 391, in receive
    if self._reader is None:
SystemError: unknown opcode

Additional information

No response

bobvmierlo commented 2 years ago

Fixed after installing OS9.2 and thus a full reboot of the VM