- 积分
- 971
- 金钱
- 764
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 971
- 金钱
- 764
- HASS币
- 0
|
发表于 2019-2-20 17:40:17
|
显示全部楼层
2019-02-20 17:24:51 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.pisen fails
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/media_player/dlna.py", line 71, in update
resp = self._device.GetTransportInfo()
File "/home/homeassistant/.homeassistant/custom_components/media_player/dlna.py", line 304, in GetTransportInfo
["CurrentTransportState", "CurrentTransportStatus", "CurrentSpeed"])
File "/home/homeassistant/.homeassistant/custom_components/media_player/dlna.py", line 409, in sendRequest
resp = self.soapRequest(self.service.ControlUrl(), self.service.Type(), fnfunc, fnParams)
AttributeError: 'NoneType' object has no attribute 'ControlUrl'
用的是0.87.1系统
设备是品胜音乐云盒
安卓手机上可以正常dlna推送
以上的日志楼主知道是怎么回事吗? |
|