We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device: MA-09-AV01G-PC01
15.12.20 11:56:47 (+1030) spotlights Traceback (most recent call last): 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 445, in _make_request 15.12.20 11:56:47 (+1030) spotlights six.raise_from(e, None) 15.12.20 11:56:47 (+1030) spotlights File "<string>", line 3, in raise_from 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 440, in _make_request 15.12.20 11:56:47 (+1030) spotlights httplib_response = conn.getresponse() 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/sentry_sdk/integrations/stdlib.py", line 102, in getresponse 15.12.20 11:56:47 (+1030) spotlights rv = real_getresponse(self, *args, **kwargs) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/http/client.py", line 1369, in getresponse 15.12.20 11:56:47 (+1030) spotlights response.begin() 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/http/client.py", line 310, in begin 15.12.20 11:56:47 (+1030) spotlights version, status, reason = self._read_status() 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/http/client.py", line 271, in _read_status 15.12.20 11:56:47 (+1030) spotlights line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/socket.py", line 589, in readinto 15.12.20 11:56:47 (+1030) spotlights return self._sock.recv_into(b) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/ssl.py", line 1071, in recv_into 15.12.20 11:56:47 (+1030) spotlights return self.read(nbytes, buffer) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/ssl.py", line 929, in read 15.12.20 11:56:47 (+1030) spotlights return self._sslobj.read(len, buffer) 15.12.20 11:56:47 (+1030) spotlights socket.timeout: The read operation timed out 15.12.20 11:56:47 (+1030) spotlights 15.12.20 11:56:47 (+1030) spotlights During handling of the above exception, another exception occurred: 15.12.20 11:56:47 (+1030) spotlights 15.12.20 11:56:47 (+1030) spotlights Traceback (most recent call last): 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send 15.12.20 11:56:47 (+1030) spotlights timeout=timeout 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen 15.12.20 11:56:47 (+1030) spotlights method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 531, in increment 15.12.20 11:56:47 (+1030) spotlights raise six.reraise(type(error), error, _stacktrace) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise 15.12.20 11:56:47 (+1030) spotlights raise value 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen 15.12.20 11:56:47 (+1030) spotlights chunked=chunked, 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 447, in _make_request 15.12.20 11:56:47 (+1030) spotlights self._raise_timeout(err=e, url=url, timeout_value=read_timeout) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 337, in _raise_timeout 15.12.20 11:56:47 (+1030) spotlights self, url, "Read timed out. (read timeout=%s)" % timeout_value 15.12.20 11:56:47 (+1030) spotlights urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='xos.acmi.net.au', port=443): Read timed out. (read timeout=5) 15.12.20 11:56:47 (+1030) spotlights 15.12.20 11:56:47 (+1030) spotlights During handling of the above exception, another exception occurred: 15.12.20 11:56:47 (+1030) spotlights 15.12.20 11:56:47 (+1030) spotlights Traceback (most recent call last): 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main 15.12.20 11:56:47 (+1030) spotlights "__main__", mod_spec) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code 15.12.20 11:56:47 (+1030) spotlights exec(code, run_globals) 15.12.20 11:56:47 (+1030) spotlights File "/code/app/cache.py", line 91, in <module> 15.12.20 11:56:47 (+1030) spotlights create_cache() 15.12.20 11:56:47 (+1030) spotlights File "/code/app/cache.py", line 27, in create_cache 15.12.20 11:56:47 (+1030) spotlights timeout=5, 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 76, in get 15.12.20 11:56:47 (+1030) spotlights return request('get', url, params=params, **kwargs) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 61, in request 15.12.20 11:56:47 (+1030) spotlights return session.request(method=method, url=url, **kwargs) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 542, in request 15.12.20 11:56:47 (+1030) spotlights resp = self.send(prep, **send_kwargs) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 655, in send 15.12.20 11:56:47 (+1030) spotlights r = adapter.send(request, **kwargs) 15.12.20 11:56:47 (+1030) spotlights File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 529, in send 15.12.20 11:56:47 (+1030) spotlights raise ReadTimeout(e, request=request) 15.12.20 11:56:47 (+1030) spotlights requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='xos.acmi.net.au', port=443): Read timed out. (read timeout=5) 15.12.20 11:56:47 (+1030) spotlights Sentry is attempting to send 0 pending error messages
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
Device: MA-09-AV01G-PC01
The text was updated successfully, but these errors were encountered: