我是由0.61更新到0.62的,更新后登陆输入密码后一直处于Loading data不进入网页(如下图),试图删除broadlink还是无果。求助,谢谢!
1月 29 14:01:20 Z hass[2042]: 2018-01-29 14:01:20 ERROR (MainThread) [homeassistant.components.sensor] CaiyunweatherSE: Error on device update!
1月 29 14:01:20 Z hass[2042]: Traceback (most recent call last):
1月 29 14:01:20 Z hass[2042]: File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 397, in _async_add_entity
1月 29 14:01:20 Z hass[2042]: yield from entity.async_device_update(warning=False)
1月 29 14:01:20 Z hass[2042]: File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 308, in async_device_update
1月 29 14:01:20 Z hass[2042]: yield from self.hass.async_add_job(self.update)
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
1月 29 14:01:20 Z hass[2042]: yield self # This tells Task to wait for completion.
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
1月 29 14:01:20 Z hass[2042]: future.result()
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
1月 29 14:01:20 Z hass[2042]: raise self._exception
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
1月 29 14:01:20 Z hass[2042]: result = self.fn(*self.args, **self.kwargs)
1月 29 14:01:20 Z hass[2042]: File "/home/homeassistant/.homeassistant/custom_components/sensor/CaiyunweatherSE.py", line 844, in update
1月 29 14:01:20 Z hass[2042]: prec8h_data = {str(i):self.get_entityid_data(self.entityid_filepath) ['result']['hourly']['precipitation']['value']}
1月 29 14:01:20 Z hass[2042]: TypeError: 'NoneType' object is not subscriptable
1月 29 14:01:20 Z hass[2042]: 2018-01-29 14:01:20 ERROR (MainThread) [homeassistant.components.sensor] CaiyunweatherSE: Error on device update!
1月 29 14:01:20 Z hass[2042]: Traceback (most recent call last):
1月 29 14:01:20 Z hass[2042]: File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 397, in _async_add_entity
1月 29 14:01:20 Z hass[2042]: yield from entity.async_device_update(warning=False)
1月 29 14:01:20 Z hass[2042]: File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 308, in async_device_update
1月 29 14:01:20 Z hass[2042]: yield from self.hass.async_add_job(self.update)
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
1月 29 14:01:20 Z hass[2042]: yield self # This tells Task to wait for completion.
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
1月 29 14:01:20 Z hass[2042]: future.result()
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
1月 29 14:01:20 Z hass[2042]: raise self._exception
1月 29 14:01:20 Z hass[2042]: File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
1月 29 14:01:20 Z hass[2042]: result = self.fn(*self.args, **self.kwargs)
1月 29 14:01:20 Z hass[2042]: File "/home/homeassistant/.homeassistant/custom_components/sensor/CaiyunweatherSE.py", line 844, in update
1月 29 14:01:20 Z hass[2042]: prec8h_data = {str(i):self.get_entityid_data(self.entityid_filepath) ['result']['hourly']['precipitation']['value']}
1月 29 14:01:20 Z hass[2042]: TypeError: 'NoneType' object is not subscriptable
删除彩云了,问题依旧
1月 29 14:42:01 Z hass[2443]: 2018-01-29 14:42:01 INFO (MainThread) [homeassistant.components.http] Serving / to 192.168.1.146 (auth: False)
1月 29 14:42:01 Z hass[2443]: 2018-01-29 14:42:01 INFO (MainThread) [homeassistant.components.http] Serving /api/websocket to 192.168.1.146 (auth: False)
1月 29 14:42:01 Z hass[2443]: 2018-01-29 14:42:01 ERROR (MainThread) [homeassistant.loader] Unable to find component downloader2
1月 29 14:42:01 Z hass[2443]: 2018-01-29 14:42:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
1月 29 14:42:01 Z hass[2443]: Traceback (most recent call last):
1月 29 14:42:01 Z hass[2443]: File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
1月 29 14:42:01 Z hass[2443]: result = coro.send(None)
1月 29 14:42:01 Z hass[2443]: File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/websocket_api.py", line 473, in get_services_helper
1月 29 14:42:01 Z hass[2443]: descriptions = yield from async_get_all_descriptions(self.hass)
1月 29 14:42:01 Z hass[2443]: File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/service.py", line 154, in async_get_all_descriptions
1月 29 14:42:01 Z hass[2443]: missing.add(domain_yaml_file(domain))
1月 29 14:42:01 Z hass[2443]: File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/helpers/service.py", line 133, in domain_yaml_file
1月 29 14:42:01 Z hass[2443]: component_path = path.dirname(get_component(domain).__file__)
1月 29 14:42:01 Z hass[2443]: AttributeError: 'NoneType' object has no attribute '__file__'
1月 29 14:42:02 Z hass[2443]: 2018-01-29 14:42:02 INFO (MainThread) [homeassistant.components.http] Serving /api/themes to 192.168.1.146 (auth: True)