Advertisement
Guest User

Untitled

a guest
May 27th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.87 KB | None | 0 0
  1. 2019-05-26 17:11:14 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  2. 2019-05-26 17:11:14 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  3. 2019-05-26 17:11:14 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  4. 2019-05-26 17:11:20 WARNING (MainThread) [homeassistant.helpers.entity] Update of cover.canon_right is taking over 10 seconds
  5. 2019-05-26 17:11:20 ERROR (MainThread) [homeassistant.helpers.entity] Update for cover.canon_right fails
  6. Traceback (most recent call last):
  7. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 384, in _make_request
  8. six.raise_from(e, None)
  9. File "<string>", line 2, in raise_from
  10. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 380, in _make_request
  11. httplib_response = conn.getresponse()
  12. File "/usr/local/lib/python3.7/http/client.py", line 1321, in getresponse
  13. response.begin()
  14. File "/usr/local/lib/python3.7/http/client.py", line 296, in begin
  15. version, status, reason = self._read_status()
  16. File "/usr/local/lib/python3.7/http/client.py", line 257, in _read_status
  17. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  18. File "/usr/local/lib/python3.7/socket.py", line 589, in readinto
  19. return self._sock.recv_into(b)
  20. File "/usr/local/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 310, in recv_into
  21. raise timeout('The read operation timed out')
  22. socket.timeout: The read operation timed out
  23.  
  24. During handling of the above exception, another exception occurred:
  25.  
  26. Traceback (most recent call last):
  27. File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  28. timeout=timeout
  29. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen
  30. _stacktrace=sys.exc_info()[2])
  31. File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 368, in increment
  32. raise six.reraise(type(error), error, _stacktrace)
  33. File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 686, in reraise
  34. raise value
  35. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen
  36. chunked=chunked)
  37. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 386, in _make_request
  38. self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  39. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 306, in _raise_timeout
  40. raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
  41. urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.particle.io', port=443): Read timed out. (read timeout=10)
  42.  
  43. During handling of the above exception, another exception occurred:
  44.  
  45. Traceback (most recent call last):
  46. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
  47. await self.async_device_update()
  48. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 377, in async_device_update
  49. await self.hass.async_add_executor_job(self.update)
  50. File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  51. result = self.fn(*self.args, **self.kwargs)
  52. File "/usr/local/lib/python3.7/site-packages/homeassistant/components/garadget/cover.py", line 222, in update
  53. status = self._get_variable('doorStatus')
  54. File "/usr/local/lib/python3.7/site-packages/homeassistant/components/garadget/cover.py", line 247, in _get_variable
  55. ret = requests.get(url, timeout=10)
  56. File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 75, in get
  57. return request('get', url, params=params, **kwargs)
  58. File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 60, in request
  59. return session.request(method=method, url=url, **kwargs)
  60. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  61. resp = self.send(prep, **send_kwargs)
  62. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  63. r = adapter.send(request, **kwargs)
  64. File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  65. raise ReadTimeout(e, request=request)
  66. requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.particle.io', port=443): Read timed out. (read timeout=10)
  67. 2019-05-26 17:11:42 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  68. Traceback (most recent call last):
  69. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 225, in async_update_ha_state
  70. self._async_write_ha_state()
  71. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 255, in _async_write_ha_state
  72. attr.update(self.state_attributes or {})
  73. File "/usr/local/lib/python3.7/site-packages/homeassistant/components/weather/__init__.py", line 121, in state_attributes
  74. self.hass, self.temperature, self.temperature_unit,
  75. File "/usr/local/lib/python3.7/site-packages/homeassistant/components/darksky/weather.py", line 106, in temperature_unit
  76. return TEMP_FAHRENHEIT if 'us' in self._dark_sky.units \
  77. TypeError: argument of type 'NoneType' is not iterable
  78. 2019-05-26 17:11:45 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  79. 2019-05-26 17:11:45 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  80. 2019-05-26 17:11:45 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  81. 2019-05-26 17:11:48 WARNING (SyncWorker_17) [custom_components.neurio_energy_custom.sensor] Could not update dataset
  82. 2019-05-26 17:11:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of cover.canon_left is taking over 10 seconds
  83. 2019-05-26 17:12:11 WARNING (MainThread) [homeassistant.components.climate] Updating tesla climate took longer than the scheduled update interval 0:01:00
  84. 2019-05-26 17:12:16 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  85. 2019-05-26 17:12:16 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  86. 2019-05-26 17:12:16 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  87. 2019-05-26 17:12:47 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  88. 2019-05-26 17:12:47 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  89. 2019-05-26 17:12:47 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  90. 2019-05-26 17:13:11 WARNING (MainThread) [homeassistant.components.climate] Updating tesla climate took longer than the scheduled update interval 0:01:00
  91. 2019-05-26 17:13:18 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  92. 2019-05-26 17:13:18 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  93. 2019-05-26 17:13:18 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  94. 2019-05-26 17:13:49 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  95. 2019-05-26 17:13:49 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  96. 2019-05-26 17:13:49 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  97. 2019-05-26 17:13:56 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tesla_model_s_5yjsa1dp3cfp03066_temperature_sensor_inside is taking over 10 seconds
  98. 2019-05-26 17:13:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.api_data_retrieval is taking over 10 seconds
  99. 2019-05-26 17:14:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of cover.canon_right is taking over 10 seconds
  100. 2019-05-26 17:14:06 WARNING (MainThread) [homeassistant.components.cover] Updating garadget cover took longer than the scheduled update interval 0:00:15
  101. 2019-05-26 17:14:08 ERROR (MainThread) [homeassistant.helpers.entity] Update for cover.canon_right fails
  102. Traceback (most recent call last):
  103. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 384, in _make_request
  104. six.raise_from(e, None)
  105. File "<string>", line 2, in raise_from
  106. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 380, in _make_request
  107. httplib_response = conn.getresponse()
  108. File "/usr/local/lib/python3.7/http/client.py", line 1321, in getresponse
  109. response.begin()
  110. File "/usr/local/lib/python3.7/http/client.py", line 296, in begin
  111. version, status, reason = self._read_status()
  112. File "/usr/local/lib/python3.7/http/client.py", line 257, in _read_status
  113. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  114. File "/usr/local/lib/python3.7/socket.py", line 589, in readinto
  115. return self._sock.recv_into(b)
  116. File "/usr/local/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 310, in recv_into
  117. raise timeout('The read operation timed out')
  118. socket.timeout: The read operation timed out
  119.  
  120. During handling of the above exception, another exception occurred:
  121.  
  122. Traceback (most recent call last):
  123. File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  124. timeout=timeout
  125. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen
  126. _stacktrace=sys.exc_info()[2])
  127. File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 368, in increment
  128. raise six.reraise(type(error), error, _stacktrace)
  129. File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 686, in reraise
  130. raise value
  131. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen
  132. chunked=chunked)
  133. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 386, in _make_request
  134. self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  135. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 306, in _raise_timeout
  136. raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
  137. urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.particle.io', port=443): Read timed out. (read timeout=10)
  138.  
  139. During handling of the above exception, another exception occurred:
  140.  
  141. Traceback (most recent call last):
  142. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
  143. await self.async_device_update()
  144. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 377, in async_device_update
  145. await self.hass.async_add_executor_job(self.update)
  146. File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  147. result = self.fn(*self.args, **self.kwargs)
  148. File "/usr/local/lib/python3.7/site-packages/homeassistant/components/garadget/cover.py", line 222, in update
  149. status = self._get_variable('doorStatus')
  150. File "/usr/local/lib/python3.7/site-packages/homeassistant/components/garadget/cover.py", line 247, in _get_variable
  151. ret = requests.get(url, timeout=10)
  152. File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 75, in get
  153. return request('get', url, params=params, **kwargs)
  154. File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 60, in request
  155. return session.request(method=method, url=url, **kwargs)
  156. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  157. resp = self.send(prep, **send_kwargs)
  158. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  159. r = adapter.send(request, **kwargs)
  160. File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  161. raise ReadTimeout(e, request=request)
  162. requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.particle.io', port=443): Read timed out. (read timeout=10)
  163. 2019-05-26 17:14:12 WARNING (MainThread) [homeassistant.components.climate] Updating tesla climate took longer than the scheduled update interval 0:01:00
  164. 2019-05-26 17:14:20 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  165. 2019-05-26 17:14:20 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  166. 2019-05-26 17:14:20 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  167. 2019-05-26 17:14:51 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  168. 2019-05-26 17:14:51 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  169. 2019-05-26 17:14:51 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  170. 2019-05-26 17:15:13 WARNING (MainThread) [homeassistant.components.climate] Updating tesla climate took longer than the scheduled update interval 0:01:00
  171. 2019-05-26 17:15:22 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating tesla binary_sensor took longer than the scheduled update interval 0:00:30
  172. 2019-05-26 17:15:22 WARNING (MainThread) [homeassistant.components.switch] Updating tesla switch took longer than the scheduled update interval 0:00:30
  173. 2019-05-26 17:15:22 WARNING (MainThread) [homeassistant.components.lock] Updating tesla lock took longer than the scheduled update interval 0:00:30
  174. 2019-05-26 17:15:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.api_data_retrieval is taking over 10 seconds
  175. 2019-05-26 17:15:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.samsung_tv_remote is taking over 10 seconds
  176. 2019-05-26 17:15:48 WARNING (MainThread) [homeassistant.components.media_player] Updating samsungtv media_player took longer than the scheduled update interval 0:00:10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement