【发布时间】:2020-06-17 17:36:29
【问题描述】:
在 docusign 版本 3.1.0、python 版本 3.5 和 3.6 的沙盒模式下,我收到以下错误:
MaxRetryError at /return_url/8a2108d2-ee01-4c1a-ae53-47d305a92988/
HTTPSConnectionPool(host='https', port=443):
Max retries exceeded with url: //account-d.docusign.com/oauth/token
(Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection
object at 0x7fe15ca63438>: Failed to establish a new connection:
[Errno -2] Name or service not known',))
【问题讨论】:
-
这里没有足够的信息。你能提供你正在运行的代码吗?这似乎是一个网络问题,但信息很少,很难说太多
标签: python python-3.6 docusignapi python-3.5