Sentry responded with an error: EOF occurred in violation of protocol #1109
Description
We are having this issue for almost three months. It is the same issue as posted in another thread:
#702 (comment)
ERROR sentry.errors base.py Sentry responded with an error: <urlopen error [Errno 8] _ssl.c:504: EOF occurred in violation of protocol> (url: https://sentry.io/api/XXXXXX/store/)
Traceback (most recent call last):
File "/srv/envs/orange-web/local/lib/python2.7/site-packages/raven/transport/threaded.py", line 172, in send_sync
super(ThreadedHTTPTransport, self).send(url, data, headers)
File "/srv/envs/orange-web/local/lib/python2.7/site-packages/raven/transport/http.py", line 43, in send
ca_certs=self.ca_certs,
File "/srv/envs/orange-web/local/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 401, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 419, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
result = func(*args)
File "/srv/envs/orange-web/local/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1181, in do_open
raise URLError(err)