Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.75 KB | None | 0 0
  1. 2019-10-23 18:37:34 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for breaking_changes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
  2. 2019-10-23 18:37:34 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for shelly which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
  3. 2019-10-23 18:37:34 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
  4. 2019-10-23 18:37:34 WARNING (MainThread) [homeassistant.components.http] Configuring api_password via the http integration has been deprecated. Use the legacy api password auth provider instead. For instructions, see https://www.home-assistant.io/docs/authentication/providers/#legacy-api-password
  5. 2019-10-23 18:37:34 WARNING (MainThread) [homeassistant.components.http.auth] legacy_api_password support has been enabled.
  6. 2019-10-23 18:37:35 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=29 from 2019-10-23 14:43:36.070620)
  7. 2019-10-23 18:37:46 WARNING (MainThread) [homeassistant.setup] Setup of person is taking over 10 seconds.
  8. 2019-10-23 18:37:46 WARNING (MainThread) [homeassistant.setup] Setup of updater is taking over 10 seconds.
  9. 2019-10-23 18:37:46 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
  10. 2019-10-23 18:37:46 WARNING (MainThread) [homeassistant.setup] Setup of timer is taking over 10 seconds.
  11. 2019-10-23 18:37:46 WARNING (MainThread) [homeassistant.setup] Setup of life360 is taking over 10 seconds.
  12. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Mosquitto broker for mqtt
  13. Traceback (most recent call last):
  14. File "/usr/src/homeassistant/homeassistant/config_entries.py", line 190, in async_setup
  15. hass, self
  16. File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 658, in async_setup_entry
  17. result: str = await hass.data[DATA_MQTT].async_connect()
  18. File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 802, in async_connect
  19. self._mqttc.connect, self.broker, self.port, self.keepalive
  20. concurrent.futures._base.CancelledError
  21. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component api
  22. Traceback (most recent call last):
  23. File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in _async_setup_component
  24. component.setup, hass, processed_config # type: ignore
  25. concurrent.futures._base.CancelledError
  26. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component ffmpeg
  27. Traceback (most recent call last):
  28. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  29. hass, processed_config
  30. File "/usr/src/homeassistant/homeassistant/components/ffmpeg/__init__.py", line 60, in async_setup
  31. await manager.async_get_version()
  32. File "/usr/src/homeassistant/homeassistant/components/ffmpeg/__init__.py", line 111, in async_get_version
  33. self._version = await ffversion.get_version()
  34. File "/usr/local/lib/python3.7/site-packages/haffmpeg/tools.py", line 75, in get_version
  35. output, _ = await self._loop.run_in_executor(None, proc_func)
  36. concurrent.futures._base.CancelledError
  37. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component binary_sensor
  38. Traceback (most recent call last):
  39. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  40. return loop.run_until_complete(main)
  41. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  42. return future.result()
  43. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  44. log_no_color=args.log_no_color,
  45. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  46. config_dict, hass, enable_log=False, skip_pip=skip_pip
  47. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  48. await _async_set_up_integrations(hass, config)
  49. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  50. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  51. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  52. return await task # type: ignore
  53. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  54. hass, config, integration
  55. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  56. component = integration.get_component()
  57. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  58. cache[self.domain] = importlib.import_module(self.pkg_path)
  59. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  60. return _bootstrap._gcd_import(name[level:], package, level)
  61. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  62. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  63. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  64. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  65. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  66. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  67. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  68. from integrationhelper import Throttle, WebClient
  69. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  70. from integrationhelper.webclient import WebClient
  71. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  72. class WebClient:
  73. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  74. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  75. AttributeError: module 'backoff' has no attribute 'on_exception'
  76.  
  77. During handling of the above exception, another exception occurred:
  78.  
  79. Traceback (most recent call last):
  80. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  81. hass, processed_config
  82. File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 128, in async_setup
  83. await component.async_setup(config)
  84. File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 121, in async_setup
  85. await asyncio.wait(tasks)
  86. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  87. return await _wait(fs, timeout, return_when, loop)
  88. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  89. await waiter
  90. concurrent.futures._base.CancelledError
  91. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component group
  92. Traceback (most recent call last):
  93. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  94. return loop.run_until_complete(main)
  95. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  96. return future.result()
  97. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  98. log_no_color=args.log_no_color,
  99. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  100. config_dict, hass, enable_log=False, skip_pip=skip_pip
  101. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  102. await _async_set_up_integrations(hass, config)
  103. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  104. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  105. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  106. return await task # type: ignore
  107. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  108. hass, config, integration
  109. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  110. component = integration.get_component()
  111. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  112. cache[self.domain] = importlib.import_module(self.pkg_path)
  113. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  114. return _bootstrap._gcd_import(name[level:], package, level)
  115. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  116. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  117. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  118. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  119. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  120. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  121. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  122. from integrationhelper import Throttle, WebClient
  123. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  124. from integrationhelper.webclient import WebClient
  125. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  126. class WebClient:
  127. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  128. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  129. AttributeError: module 'backoff' has no attribute 'on_exception'
  130.  
  131. During handling of the above exception, another exception occurred:
  132.  
  133. Traceback (most recent call last):
  134. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  135. hass, processed_config
  136. File "/usr/src/homeassistant/homeassistant/components/group/__init__.py", line 216, in async_setup
  137. await _async_process_config(hass, config, component)
  138. File "/usr/src/homeassistant/homeassistant/components/group/__init__.py", line 373, in _async_process_config
  139. mode=mode,
  140. File "/usr/src/homeassistant/homeassistant/components/group/__init__.py", line 488, in async_create_group
  141. await component.async_add_entities([group], True)
  142. File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
  143. await asyncio.wait(tasks)
  144. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  145. return await _wait(fs, timeout, return_when, loop)
  146. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  147. await waiter
  148. concurrent.futures._base.CancelledError
  149. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component person
  150. Traceback (most recent call last):
  151. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  152. return loop.run_until_complete(main)
  153. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  154. return future.result()
  155. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  156. log_no_color=args.log_no_color,
  157. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  158. config_dict, hass, enable_log=False, skip_pip=skip_pip
  159. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  160. await _async_set_up_integrations(hass, config)
  161. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  162. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  163. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  164. return await task # type: ignore
  165. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  166. hass, config, integration
  167. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  168. component = integration.get_component()
  169. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  170. cache[self.domain] = importlib.import_module(self.pkg_path)
  171. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  172. return _bootstrap._gcd_import(name[level:], package, level)
  173. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  174. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  175. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  176. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  177. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  178. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  179. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  180. from integrationhelper import Throttle, WebClient
  181. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  182. from integrationhelper.webclient import WebClient
  183. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  184. class WebClient:
  185. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  186. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  187. AttributeError: module 'backoff' has no attribute 'on_exception'
  188.  
  189. During handling of the above exception, another exception occurred:
  190.  
  191. Traceback (most recent call last):
  192. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  193. hass, processed_config
  194. File "/usr/src/homeassistant/homeassistant/components/person/__init__.py", line 283, in async_setup
  195. await manager.async_initialize()
  196. File "/usr/src/homeassistant/homeassistant/components/person/__init__.py", line 178, in async_initialize
  197. await self.component.async_add_entities(entities)
  198. File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
  199. await asyncio.wait(tasks)
  200. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  201. return await _wait(fs, timeout, return_when, loop)
  202. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  203. await waiter
  204. concurrent.futures._base.CancelledError
  205. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component google
  206. Traceback (most recent call last):
  207. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  208. return loop.run_until_complete(main)
  209. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  210. return future.result()
  211. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  212. log_no_color=args.log_no_color,
  213. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  214. config_dict, hass, enable_log=False, skip_pip=skip_pip
  215. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  216. await _async_set_up_integrations(hass, config)
  217. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  218. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  219. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  220. return await task # type: ignore
  221. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  222. hass, config, integration
  223. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  224. component = integration.get_component()
  225. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  226. cache[self.domain] = importlib.import_module(self.pkg_path)
  227. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  228. return _bootstrap._gcd_import(name[level:], package, level)
  229. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  230. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  231. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  232. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  233. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  234. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  235. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  236. from integrationhelper import Throttle, WebClient
  237. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  238. from integrationhelper.webclient import WebClient
  239. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  240. class WebClient:
  241. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  242. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  243. AttributeError: module 'backoff' has no attribute 'on_exception'
  244.  
  245. During handling of the above exception, another exception occurred:
  246.  
  247. Traceback (most recent call last):
  248. File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in _async_setup_component
  249. component.setup, hass, processed_config # type: ignore
  250. concurrent.futures._base.CancelledError
  251. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component input_boolean
  252. Traceback (most recent call last):
  253. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  254. return loop.run_until_complete(main)
  255. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  256. return future.result()
  257. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  258. log_no_color=args.log_no_color,
  259. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  260. config_dict, hass, enable_log=False, skip_pip=skip_pip
  261. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  262. await _async_set_up_integrations(hass, config)
  263. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  264. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  265. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  266. return await task # type: ignore
  267. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  268. hass, config, integration
  269. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  270. component = integration.get_component()
  271. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  272. cache[self.domain] = importlib.import_module(self.pkg_path)
  273. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  274. return _bootstrap._gcd_import(name[level:], package, level)
  275. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  276. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  277. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  278. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  279. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  280. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  281. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  282. from integrationhelper import Throttle, WebClient
  283. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  284. from integrationhelper.webclient import WebClient
  285. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  286. class WebClient:
  287. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  288. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  289. AttributeError: module 'backoff' has no attribute 'on_exception'
  290.  
  291. During handling of the above exception, another exception occurred:
  292.  
  293. Traceback (most recent call last):
  294. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  295. hass, processed_config
  296. File "/usr/src/homeassistant/homeassistant/components/input_boolean/__init__.py", line 83, in async_setup
  297. await component.async_add_entities(entities)
  298. File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
  299. await asyncio.wait(tasks)
  300. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  301. return await _wait(fs, timeout, return_when, loop)
  302. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  303. await waiter
  304. concurrent.futures._base.CancelledError
  305. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component alarm_control_panel
  306. Traceback (most recent call last):
  307. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  308. return loop.run_until_complete(main)
  309. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  310. return future.result()
  311. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  312. log_no_color=args.log_no_color,
  313. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  314. config_dict, hass, enable_log=False, skip_pip=skip_pip
  315. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  316. await _async_set_up_integrations(hass, config)
  317. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  318. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  319. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  320. return await task # type: ignore
  321. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  322. hass, config, integration
  323. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  324. component = integration.get_component()
  325. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  326. cache[self.domain] = importlib.import_module(self.pkg_path)
  327. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  328. return _bootstrap._gcd_import(name[level:], package, level)
  329. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  330. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  331. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  332. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  333. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  334. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  335. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  336. from integrationhelper import Throttle, WebClient
  337. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  338. from integrationhelper.webclient import WebClient
  339. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  340. class WebClient:
  341. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  342. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  343. AttributeError: module 'backoff' has no attribute 'on_exception'
  344.  
  345. During handling of the above exception, another exception occurred:
  346.  
  347. Traceback (most recent call last):
  348. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  349. hass, processed_config
  350. File "/usr/src/homeassistant/homeassistant/components/alarm_control_panel/__init__.py", line 46, in async_setup
  351. await component.async_setup(config)
  352. File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 121, in async_setup
  353. await asyncio.wait(tasks)
  354. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  355. return await _wait(fs, timeout, return_when, loop)
  356. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  357. await waiter
  358. concurrent.futures._base.CancelledError
  359. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component input_select
  360. Traceback (most recent call last):
  361. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  362. return loop.run_until_complete(main)
  363. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  364. return future.result()
  365. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  366. log_no_color=args.log_no_color,
  367. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  368. config_dict, hass, enable_log=False, skip_pip=skip_pip
  369. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  370. await _async_set_up_integrations(hass, config)
  371. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  372. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  373. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  374. return await task # type: ignore
  375. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  376. hass, config, integration
  377. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  378. component = integration.get_component()
  379. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  380. cache[self.domain] = importlib.import_module(self.pkg_path)
  381. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  382. return _bootstrap._gcd_import(name[level:], package, level)
  383. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  384. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  385. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  386. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  387. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  388. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  389. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  390. from integrationhelper import Throttle, WebClient
  391. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  392. from integrationhelper.webclient import WebClient
  393. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  394. class WebClient:
  395. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  396. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  397. AttributeError: module 'backoff' has no attribute 'on_exception'
  398.  
  399. During handling of the above exception, another exception occurred:
  400.  
  401. Traceback (most recent call last):
  402. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  403. hass, processed_config
  404. File "/usr/src/homeassistant/homeassistant/components/input_select/__init__.py", line 114, in async_setup
  405. await component.async_add_entities(entities)
  406. File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
  407. await asyncio.wait(tasks)
  408. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  409. return await _wait(fs, timeout, return_when, loop)
  410. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  411. await waiter
  412. concurrent.futures._base.CancelledError
  413. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component config
  414. Traceback (most recent call last):
  415. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  416. return loop.run_until_complete(main)
  417. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  418. return future.result()
  419. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  420. log_no_color=args.log_no_color,
  421. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  422. config_dict, hass, enable_log=False, skip_pip=skip_pip
  423. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  424. await _async_set_up_integrations(hass, config)
  425. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  426. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  427. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  428. return await task # type: ignore
  429. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  430. hass, config, integration
  431. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  432. component = integration.get_component()
  433. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  434. cache[self.domain] = importlib.import_module(self.pkg_path)
  435. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  436. return _bootstrap._gcd_import(name[level:], package, level)
  437. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  438. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  439. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  440. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  441. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  442. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  443. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  444. from integrationhelper import Throttle, WebClient
  445. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  446. from integrationhelper.webclient import WebClient
  447. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  448. class WebClient:
  449. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  450. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  451. AttributeError: module 'backoff' has no attribute 'on_exception'
  452.  
  453. During handling of the above exception, another exception occurred:
  454.  
  455. Traceback (most recent call last):
  456. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  457. hass, processed_config
  458. File "/usr/src/homeassistant/homeassistant/components/config/__init__.py", line 67, in async_setup
  459. await asyncio.wait(tasks)
  460. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  461. return await _wait(fs, timeout, return_when, loop)
  462. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  463. await waiter
  464. concurrent.futures._base.CancelledError
  465. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component weather
  466. Traceback (most recent call last):
  467. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  468. return loop.run_until_complete(main)
  469. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  470. return future.result()
  471. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  472. log_no_color=args.log_no_color,
  473. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  474. config_dict, hass, enable_log=False, skip_pip=skip_pip
  475. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  476. await _async_set_up_integrations(hass, config)
  477. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  478. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  479. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  480. return await task # type: ignore
  481. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  482. hass, config, integration
  483. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  484. component = integration.get_component()
  485. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  486. cache[self.domain] = importlib.import_module(self.pkg_path)
  487. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  488. return _bootstrap._gcd_import(name[level:], package, level)
  489. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  490. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  491. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  492. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  493. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  494. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  495. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  496. from integrationhelper import Throttle, WebClient
  497. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  498. from integrationhelper.webclient import WebClient
  499. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  500. class WebClient:
  501. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  502. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  503. AttributeError: module 'backoff' has no attribute 'on_exception'
  504.  
  505. During handling of the above exception, another exception occurred:
  506.  
  507. Traceback (most recent call last):
  508. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  509. hass, processed_config
  510. File "/usr/src/homeassistant/homeassistant/components/weather/__init__.py", line 49, in async_setup
  511. await component.async_setup(config)
  512. File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 121, in async_setup
  513. await asyncio.wait(tasks)
  514. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  515. return await _wait(fs, timeout, return_when, loop)
  516. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  517. await waiter
  518. concurrent.futures._base.CancelledError
  519. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component notify
  520. Traceback (most recent call last):
  521. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  522. return loop.run_until_complete(main)
  523. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  524. return future.result()
  525. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  526. log_no_color=args.log_no_color,
  527. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  528. config_dict, hass, enable_log=False, skip_pip=skip_pip
  529. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  530. await _async_set_up_integrations(hass, config)
  531. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  532. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  533. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  534. return await task # type: ignore
  535. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  536. hass, config, integration
  537. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  538. component = integration.get_component()
  539. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  540. cache[self.domain] = importlib.import_module(self.pkg_path)
  541. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  542. return _bootstrap._gcd_import(name[level:], package, level)
  543. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  544. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  545. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  546. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  547. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  548. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  549. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  550. from integrationhelper import Throttle, WebClient
  551. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  552. from integrationhelper.webclient import WebClient
  553. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  554. class WebClient:
  555. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  556. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  557. AttributeError: module 'backoff' has no attribute 'on_exception'
  558.  
  559. During handling of the above exception, another exception occurred:
  560.  
  561. Traceback (most recent call last):
  562. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  563. hass, processed_config
  564. File "/usr/src/homeassistant/homeassistant/components/notify/__init__.py", line 158, in async_setup
  565. await asyncio.wait(setup_tasks)
  566. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  567. return await _wait(fs, timeout, return_when, loop)
  568. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  569. await waiter
  570. concurrent.futures._base.CancelledError
  571. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component timer
  572. Traceback (most recent call last):
  573. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  574. return loop.run_until_complete(main)
  575. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  576. return future.result()
  577. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  578. log_no_color=args.log_no_color,
  579. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  580. config_dict, hass, enable_log=False, skip_pip=skip_pip
  581. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  582. await _async_set_up_integrations(hass, config)
  583. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  584. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  585. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  586. return await task # type: ignore
  587. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  588. hass, config, integration
  589. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  590. component = integration.get_component()
  591. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  592. cache[self.domain] = importlib.import_module(self.pkg_path)
  593. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  594. return _bootstrap._gcd_import(name[level:], package, level)
  595. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  596. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  597. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  598. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  599. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  600. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  601. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  602. from integrationhelper import Throttle, WebClient
  603. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  604. from integrationhelper.webclient import WebClient
  605. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  606. class WebClient:
  607. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  608. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  609. AttributeError: module 'backoff' has no attribute 'on_exception'
  610.  
  611. During handling of the above exception, another exception occurred:
  612.  
  613. Traceback (most recent call last):
  614. File "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component
  615. hass, processed_config
  616. File "/usr/src/homeassistant/homeassistant/components/timer/__init__.py", line 95, in async_setup
  617. await component.async_add_entities(entities)
  618. File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
  619. await asyncio.wait(tasks)
  620. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 389, in wait
  621. return await _wait(fs, timeout, return_when, loop)
  622. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 482, in _wait
  623. await waiter
  624. concurrent.futures._base.CancelledError
  625. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.components.weather] Error while setting up platform darksky
  626. Traceback (most recent call last):
  627. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  628. return loop.run_until_complete(main)
  629. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  630. return future.result()
  631. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  632. log_no_color=args.log_no_color,
  633. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  634. config_dict, hass, enable_log=False, skip_pip=skip_pip
  635. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  636. await _async_set_up_integrations(hass, config)
  637. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  638. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  639. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  640. return await task # type: ignore
  641. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  642. hass, config, integration
  643. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  644. component = integration.get_component()
  645. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  646. cache[self.domain] = importlib.import_module(self.pkg_path)
  647. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  648. return _bootstrap._gcd_import(name[level:], package, level)
  649. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  650. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  651. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  652. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  653. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  654. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  655. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  656. from integrationhelper import Throttle, WebClient
  657. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  658. from integrationhelper.webclient import WebClient
  659. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  660. class WebClient:
  661. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  662. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  663. AttributeError: module 'backoff' has no attribute 'on_exception'
  664.  
  665. During handling of the above exception, another exception occurred:
  666.  
  667. Traceback (most recent call last):
  668. File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
  669. await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
  670. File "/usr/local/lib/python3.7/asyncio/tasks.py", line 435, in wait_for
  671. await waiter
  672. concurrent.futures._base.CancelledError
  673. 2019-10-23 18:37:48 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Google Cast for cast
  674. Traceback (most recent call last):
  675. File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
  676. return loop.run_until_complete(main)
  677. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
  678. return future.result()
  679. File "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
  680. log_no_color=args.log_no_color,
  681. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
  682. config_dict, hass, enable_log=False, skip_pip=skip_pip
  683. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
  684. await _async_set_up_integrations(hass, config)
  685. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
  686. *(async_setup_component(hass, domain, config) for domain in domains_to_load)
  687. File "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
  688. return await task # type: ignore
  689. File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
  690. hass, config, integration
  691. File "/usr/src/homeassistant/homeassistant/config.py", line 718, in async_process_component_config
  692. component = integration.get_component()
  693. File "/usr/src/homeassistant/homeassistant/loader.py", line 223, in get_component
  694. cache[self.domain] = importlib.import_module(self.pkg_path)
  695. File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
  696. return _bootstrap._gcd_import(name[level:], package, level)
  697. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  698. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  699. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  700. File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  701. File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  702. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  703. File "/config/custom_components/breaking_changes/__init__.py", line 15, in <module>
  704. from integrationhelper import Throttle, WebClient
  705. File "/usr/local/lib/python3.7/site-packages/integrationhelper/__init__.py", line 5, in <module>
  706. from integrationhelper.webclient import WebClient
  707. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 12, in <module>
  708. class WebClient:
  709. File "/usr/local/lib/python3.7/site-packages/integrationhelper/webclient.py", line 33, in WebClient
  710. @backoff.on_exception(backoff.expo, Exception, max_tries=3)
  711. AttributeError: module 'backoff' has no attribute 'on_exception'
  712.  
  713. During handling of the above exception, another exception occurred:
  714.  
  715. Traceback (most recent call last):
  716. File "/usr/src/homeassistant/homeassistant/config_entries.py", line 190, in async_setup
  717. hass, self
  718. File "/usr/src/homeassistant/homeassistant/components/cast/__init__.py", line 26, in async_setup_entry
  719. await home_assistant_cast.async_setup_ha_cast(hass, entry)
  720. File "/usr/src/homeassistant/homeassistant/components/cast/home_assistant_cast.py", line 26, in async_setup_ha_cast
  721. user = await hass.auth.async_get_user(user_id)
  722. File "/usr/src/homeassistant/homeassistant/auth/__init__.py", line 135, in async_get_user
  723. return await self._store.async_get_user(user_id)
  724. File "/usr/src/homeassistant/homeassistant/auth/auth_store.py", line 72, in async_get_user
  725. await self._async_load()
  726. File "/usr/src/homeassistant/homeassistant/auth/auth_store.py", line 289, in _async_load
  727. await self._async_load_task()
  728. File "/usr/src/homeassistant/homeassistant/auth/auth_store.py", line 296, in _async_load_task
  729. self._store.async_load(),
  730. concurrent.futures._base.CancelledError
  731. 2019-10-23 18:37:52 ERROR (Thread-3) [pyShelly] Error receiving UDP: Event loop is closed, Traceback (most recent call last):
  732. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 974, in _main_loop
  733. self.add_device(device, block.code)
  734. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 840, in add_device
  735. callback(dev, code)
  736. File "/config/custom_components/shelly/__init__.py", line 308, in _device_added
  737. discovery.load_platform(hass, 'light', DOMAIN, attr, config)
  738. File "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 122, in load_platform
  739. async_load_platform(hass, component, platform, discovered, hass_config)
  740. File "/usr/src/homeassistant/homeassistant/core.py", line 283, in add_job
  741. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  742. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 728, in call_soon_threadsafe
  743. self._check_closed()
  744. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 475, in _check_closed
  745. raise RuntimeError('Event loop is closed')
  746. RuntimeError: Event loop is closed
  747. Traceback (most recent call last):
  748. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 974, in _main_loop
  749. self.add_device(device, block.code)
  750. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 840, in add_device
  751. callback(dev, code)
  752. File "/config/custom_components/shelly/__init__.py", line 308, in _device_added
  753. discovery.load_platform(hass, 'light', DOMAIN, attr, config)
  754. File "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 122, in load_platform
  755. async_load_platform(hass, component, platform, discovered, hass_config)
  756. File "/usr/src/homeassistant/homeassistant/core.py", line 283, in add_job
  757. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  758. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 728, in call_soon_threadsafe
  759. self._check_closed()
  760. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 475, in _check_closed
  761. raise RuntimeError('Event loop is closed')
  762. RuntimeError: Event loop is closed
  763. 2019-10-23 18:37:52 ERROR (Thread-3) [pyShelly] Error receiving UDP: Event loop is closed, Traceback (most recent call last):
  764. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 974, in _main_loop
  765. self.add_device(device, block.code)
  766. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 840, in add_device
  767. callback(dev, code)
  768. File "/config/custom_components/shelly/__init__.py", line 308, in _device_added
  769. discovery.load_platform(hass, 'light', DOMAIN, attr, config)
  770. File "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 122, in load_platform
  771. async_load_platform(hass, component, platform, discovered, hass_config)
  772. File "/usr/src/homeassistant/homeassistant/core.py", line 283, in add_job
  773. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  774. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 728, in call_soon_threadsafe
  775. self._check_closed()
  776. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 475, in _check_closed
  777. raise RuntimeError('Event loop is closed')
  778. RuntimeError: Event loop is closed
  779. Traceback (most recent call last):
  780. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 974, in _main_loop
  781. self.add_device(device, block.code)
  782. File "/usr/local/lib/python3.7/site-packages/pyShelly/__init__.py", line 840, in add_device
  783. callback(dev, code)
  784. File "/config/custom_components/shelly/__init__.py", line 308, in _device_added
  785. discovery.load_platform(hass, 'light', DOMAIN, attr, config)
  786. File "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 122, in load_platform
  787. async_load_platform(hass, component, platform, discovered, hass_config)
  788. File "/usr/src/homeassistant/homeassistant/core.py", line 283, in add_job
  789. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  790. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 728, in call_soon_threadsafe
  791. self._check_closed()
  792. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 475, in _check_closed
  793. raise RuntimeError('Event loop is closed')
  794. RuntimeError: Event loop is closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement