请问这是什么错误啊,系统 mac,python 客户端。 代码
from raven import Client
client = Client('https://b2e8a12734ae45a5b2ceb0e77040b05c:[email protected]/1')
try:
1 / 0
except ZeroDivisionError:
client.captureException()
报错内容
Sentry responded with an error: <urlopen error [Errno 54] Connection reset by peer> (url: https://sentry.log.com/api/1/store/)