【发布时间】:2021-09-10 04:58:15
【问题描述】:
我正在尝试通过请求获取汇率:
r = requests.get('https://www.boi.org.il/currency.xml?curr=01')
我收到一个错误: {ConnectionError}('连接中止。', OSError("(10054, 'WSAECONNRESET')"))
该错误的解决方案是什么?
【问题讨论】:
标签: python python-2.7 python-requests oserror