|
发表于 2019-10-29 09:58:03
|
显示全部楼层
我这里每次启动都会有这个错误 。
2019-10-28 23:34:08 ERROR (MainThread) [homeassistant.components.media_player] Error while setting up platform ha-cloud-music
Traceback (most recent call last):
File "/home/admin/.local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/admin/.homeassistant/custom_components/ha-cloud-music/media_player.py", line 135, in setup_platform
coroutine.send(None)
AttributeError: 'NoneType' object has no attribute 'send'
楼上出现的问题。我这里都有。
1、点播放音乐要等一会才会出声,不能下一曲。一曲播完就自动停。
2、要刷新页面。
现在用的版本是0.100.3
|
|