Same issue here, all sensors stopped working about 1-2 days ago:
Log Details (ERROR)
Mon Aug 06 2018 10:46:23 GMT+1000 (Australian Eastern Standard Time)
Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 253, in _request
result = self._get_body(response)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 276, in _get_body
raise googlemaps.exceptions._RetriableRequest()
googlemaps.exceptions._RetriableRequest
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/google_travel_time.py", line 112, in run_setup
hass, name, api_key, origin, destination, options)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/google_travel_time.py", line 147, in __init__
self.update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/util/__init__.py", line 318, in wrapper
result = method(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/google_travel_time.py", line 228, in update
self._origin, self._destination, **options_copy)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 356, in wrapper
result = func(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/googlemaps/distance_matrix.py", line 130, in distance_matrix
return client._request("/maps/api/distancematrix/json", params)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 260, in _request
extract_body, requests_kwargs, post_json)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 260, in _request
extract_body, requests_kwargs, post_json)
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 260, in _request
extract_body, requests_kwargs, post_json)
[Previous line repeated 8 more times]
File "/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 203, in _request
raise googlemaps.exceptions.Timeout()
googlemaps.exceptions.Timeout
Running 73.2, no changes since it worked last, just stopped working