This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Sentry responded with an error: <urlopen error timed out> (url: https://sentry.io/api/xxxx/store/) #1314
Open
Description
I'm facing this issue randomly, Sometimes it breaks and sometimes works
I'm running it on Lambda with python 2.7 and raven 6.3.0 and certifi 2016.2.28
File "/tmp/dependencies/raven/transport/threaded.py", line 172, in send_sync
super(ThreadedHTTPTransport, self).send(url, data, headers)
File "/tmp/dependencies/raven/transport/http.py", line 43, in send
ca_certs=self.ca_certs,
File "/tmp/dependencies/raven/utils/http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/tmp/dependencies/raven/utils/http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1200, in do_open
raise URLError(err)
URLError: <urlopen error timed out>
Metadata
Metadata
Assignees
Labels
No labels