|
发表于 2018-9-13 10:01:34
|
显示全部楼层
每次使用tts都报以下错误,请问是为什么
Log Details (ERROR)
Thu Sep 13 2018 10:00:09 GMT+0800 (中国标准时间)
Error executing service <ServiceCall media_player.play_media (c:ac5c6944f35e4d05ba86decd38d57599): media_content_id=http://192.168.0.111:8123/api/tts_proxy/1656d2a11b48ba09e9a3eeea4e7b32a02811cf0a_zh_423404788_baidu.mp3, media_content_type=music>
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py", line 1117, in _event_to_service_call
await service_handler.func(service_call)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/__init__.py", line 442, in async_service_handler
await getattr(player, method['method'])(**params)
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/__init__.py", line 751, in play_media
raise NotImplementedError()
NotImplementedError |
|