Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime error in connection.py under homeassistant #19

Open
renede opened this issue Mar 22, 2021 · 0 comments
Open

Runtime error in connection.py under homeassistant #19

renede opened this issue Mar 22, 2021 · 0 comments

Comments

@renede
Copy link

renede commented Mar 22, 2021

pyheos version with the issue:
I guess this is the latest pyheos version, running in homeassistant 2021.3.4

Python version and environment:
python 3.8

Description of problem:
I got 21 error messages in home-assistant.log, with increasingly longer tracebacks. The first traceback is shown below.

Traceback (if applicable):

2021-03-22 11:05:33 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/pyheos/connection.py", line 179, in _reconnect
    await self._disconnect()
  File "/usr/local/lib/python3.8/site-packages/pyheos/connection.py", line 143, in _disconnect
    await self._response_handler_task
  File "/usr/local/lib/python3.8/site-packages/pyheos/connection.py", line 219, in _response_handler
    commands.remove(event)
ValueError: list.remove(x): x not in list

Additional information:
Denon AVR-X1600H with firmware 1.544.240.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant