|
发表于 2018-6-24 18:03:18
|
显示全部楼层
Log Details (ERROR)
Sun Jun 24 2018 18:01:49 GMT+0800 (中国标准时间)
Update for media_player.192_168_0_190 fails
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity.py", line 204, in async_update_ha_state
yield from self.async_device_update()
File "/usr/src/app/homeassistant/helpers/entity.py", line 327, in async_device_update
yield from self.hass.async_add_job(self.update)
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/media_player/dlna.py", line 71, in update
resp = self._device.GetTransportInfo()
File "/config/custom_components/media_player/dlna.py", line 308, in GetTransportInfo
["CurrentTransportState", "CurrentTransportStatus", "CurrentSpeed"])
File "/config/custom_components/media_player/dlna.py", line 413, in sendRequest
resp = self.soapRequest(self.service.ControlUrl(), self.service.Type(), fnfunc, fnParams)
AttributeError: 'NoneType' object has no attribute 'ControlUrl'
我的一直在报这个错 ,并且我的天龙1400功放是不是不支持dlna?
|
|