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

enigma2 integration fails to start and flood log after upgrade to 2024.1.0 #106991

Closed
KennethLavrsen opened this issue Jan 3, 2024 · 1 comment · Fixed by #107000
Closed

enigma2 integration fails to start and flood log after upgrade to 2024.1.0 #106991

KennethLavrsen opened this issue Jan 3, 2024 · 1 comment · Fixed by #107000

Comments

@KennethLavrsen
Copy link

The problem

After upgrading to HA 2024.1.0 the Enigma2 integration fails to start. Nothing works and the integration is not shown.

And in addition the log gets flooded by 1000s of very long errors loggings in a way that will fill a disk in a day

I do not do anything fancy with the integration. I just check if the unit is on so I am not using any special features. I just have the integration loaded from configuration.yaml

What version of Home Assistant Core has the issue?

core-2024.1.0

What was the last working version of Home Assistant Core?

core-2023.12.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

enigma2

Link to integration documentation on our website

https://www.home-assistant.io/integrations/enigma2/

Diagnostics information

This is the errors that repeat and repeat

2024-01-03 21:28:39.577 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.vuplus2 fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 894, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1212, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/enigma2/media_player.py", line 185, in async_update
await self._device.update()
File "/usr/local/lib/python3.11/site-packages/openwebif/api.py", line 155, in update
self.status.currservice.id = self.status.status_info["currservice_id"]
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'currservice_id'
2024-01-03 21:28:49.578 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.vuplus2 fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 894, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1212, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/enigma2/media_player.py", line 185, in async_update
await self._device.update()
File "/usr/local/lib/python3.11/site-packages/openwebif/api.py", line 155, in update
self.status.currservice.id = self.status.status_info["currservice_id"]
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'currservice_id'
2024-01-03 21:28:59.579 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.vuplus2 fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 894, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1212, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/enigma2/media_player.py", line 185, in async_update
await self._device.update()
File "/usr/local/lib/python3.11/site-packages/openwebif/api.py", line 155, in update
self.status.currservice.id = self.status.status_info["currservice_id"]
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'currservice_id'

Example YAML snippet

This is the YAML in configuration.yaml

media_player:
  - platform: enigma2
    host: 192.168.1.9
    name: 'Vuplus2'
    deep_standby: true
    mac_address: "00:1d:ec:05:82:2d"

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

home-assistant bot commented Jan 3, 2024

Hey there @autinerd, mind taking a look at this issue as it has been labeled with an integration (enigma2) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of enigma2 can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign enigma2 Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


enigma2 documentation
enigma2 source
(message by IssueLinks)

@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant