home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.07k stars 29.73k forks source link

There are many error logs #66786

Closed hn315 closed 2 years ago

hn315 commented 2 years ago

The problem

Logger: homeassistant.components.media_player
Source: helpers/entity_platform.py:719
Integration: 播放器 (documentation, issues)
First occurred: 07:52:49 (98 occurrences)
Last logged: 16:53:53

Logger: async_upnp_client.profiles.dlna
Source: /usr/local/lib/python3.9/site-packages/async_upnp_client/profiles/dlna.py:206
First occurred: 02:53:21 (396 occurrences)
Last logged: 20:15:26

Only InstanceID 0 is supported

Updating dlna_dmr media_player took longer than the scheduled update interval 0:00:10
2022-02-18 06:49:53 WARNING (MainThread) [homeassistant.components.media_player] Updating dlna_dmr media_player took longer than the scheduled update interval 0:00:10
2022-02-18 06:49:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.atv_29 is taking over 10 seconds
2022-02-18 06:50:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:50:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:51:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:51:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:51:53 WARNING (MainThread) [homeassistant.components.media_player] Updating dlna_dmr media_player took longer than the scheduled update interval 0:00:10
2022-02-18 06:51:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.atv_29 is taking over 10 seconds
2022-02-18 06:52:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:52:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:52:53 WARNING (MainThread) [homeassistant.components.media_player] Updating dlna_dmr media_player took longer than the scheduled update interval 0:00:10
2022-02-18 06:52:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.atv_29 is taking over 10 seconds
2022-02-18 06:53:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:53:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:53:53 WARNING (MainThread) [homeassistant.components.media_player] Updating dlna_dmr media_player took longer than the scheduled update interval 0:00:10
2022-02-18 06:53:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.atv_29 is taking over 10 seconds
2022-02-18 06:54:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:54:03 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:54:53 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:54:53 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:55:23 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:55:23 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:55:57 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2022-02-18 06:55:57 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported

What version of Home Assistant Core has the issue?

core-2022.2.6

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

probot-home-assistant[bot] commented 2 years ago

dlna_dmr documentation dlna_dmr source (message by IssueLinks)

probot-home-assistant[bot] commented 2 years ago

Hey there @stevenlooman, @chishm, mind taking a look at this issue as it has been labeled with an integration (dlna_dmr) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

chishm commented 2 years ago

Thank you for the bug report. To get some additional debugging information, could you please add the following logging settings to your configuration.yaml and try again?

logger:
  default: warning
  logs:
    homeassistant.components.dlna_dmr: debug
    homeassistant.components.dlna_dmr.config_flow: info
    async_upnp_client: info
    async_upnp_client.traffic: debug
    async_upnp_client.profiles.profile: debug
    async_upnp_client.profiles.dlna: debug

You may want to filter out any IP addresses from the logs before posting them here.

github-actions[bot] commented 2 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.