Skip to content
New issue

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

Investigate timeout contacting XOS #57

Closed
sighmon opened this issue Dec 15, 2020 · 0 comments
Closed

Investigate timeout contacting XOS #57

sighmon opened this issue Dec 15, 2020 · 0 comments
Labels
Milestone

Comments

@sighmon
Copy link
Contributor

sighmon commented Dec 15, 2020

Details

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
@sighmon sighmon added this to the 2020X milestone Dec 15, 2020
@sighmon sighmon added the boojum label Dec 15, 2020
@framigni framigni modified the milestones: 2020X, 2021A Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants