kongo09 / philips-airpurifier-coap

💨 Philips AirPurifier custom component for Home Assistant. Supports local CoAP protocol.
156 stars 22 forks source link

AttributeError: 'NoneType' object has no attribute 'values' #127

Closed tjorim closed 1 month ago

tjorim commented 3 months ago
Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:145
First occurred: 01:36:45 (13 occurrences)
Last logged: 20:43:49

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/aiocoap/tokenmanager.py", line 61, in shutdown
    await self.token_interface.shutdown()
  File "/usr/local/lib/python3.12/site-packages/aiocoap/messagemanager.py", line 65, in shutdown
    for messageerror_monitor, cancellable in self._active_exchanges.values():
                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'values'
kongo09 commented 3 months ago

What makes you think this is an error of this integration?

tjorim commented 3 months ago

Because of the aiocoap, you don't think it's coming from here?

kongo09 commented 3 months ago

I don't know. You could disable this integration and see if the error stays or goes away

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.