You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-07-03 15:01:21.189 ERROR (MainThread) [homeassistant] Error doing job: Future exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ha_cloud_music/media_player.py", line 71, in media_player_interval
mp.interval(now)
File "/config/custom_components/ha_cloud_music/media_player.py", line 111, in interval
media_player = self.media_player
^^^^^^^^^^^^^^^^^
File "/config/custom_components/ha_cloud_music/media_player.py", line 152, in media_player
return self.hass.states.get(self.source_media_player)
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'states'
麻烦帮忙看一下是怎么回事,谢谢
The text was updated successfully, but these errors were encountered:
2024-07-03 15:01:21.189 ERROR (MainThread) [homeassistant] Error doing job: Future exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ha_cloud_music/media_player.py", line 71, in media_player_interval
mp.interval(now)
File "/config/custom_components/ha_cloud_music/media_player.py", line 111, in interval
media_player = self.media_player
^^^^^^^^^^^^^^^^^
File "/config/custom_components/ha_cloud_music/media_player.py", line 152, in media_player
return self.hass.states.get(self.source_media_player)
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'states'
大佬你好,首先插件是可以正常使用的,但是在日志里却持续不断地报错:
麻烦帮忙看一下是怎么回事,谢谢
The text was updated successfully, but these errors were encountered: