'ConnectionAborted Error' 关于将新的 Appbundle 上传到 Forge
'ConnectionAborted Error' on Uploading new Appbundle to Forge
我正在尝试上传一个新的 appbundle。我可以注册 appbundle 并且一切顺利,但是当我尝试上传 appbundle 时出现此错误:
requests.exceptions.ConnectionError: ('Connection aborted.', error(10054, 'An existing connection was forcibly closed by the remote host'))
是服务器端错误吗?我该如何解决?
此时您正在直接与 Amazon AWS S3 对话。 None 我们的代码在图片中。这可能是 S3 中的临时故障(然后您应该重试)。或者您的请求可能格式不正确。参见 https://forge.autodesk.com/en/docs/design-automation/v3/reference/http/appbundles-POST/
原来问题是我在调用中添加了 Forge Auth header,我猜这是导致失败的原因。希望错误消息更有帮助。
我正在尝试上传一个新的 appbundle。我可以注册 appbundle 并且一切顺利,但是当我尝试上传 appbundle 时出现此错误:
requests.exceptions.ConnectionError: ('Connection aborted.', error(10054, 'An existing connection was forcibly closed by the remote host'))
是服务器端错误吗?我该如何解决?
此时您正在直接与 Amazon AWS S3 对话。 None 我们的代码在图片中。这可能是 S3 中的临时故障(然后您应该重试)。或者您的请求可能格式不正确。参见 https://forge.autodesk.com/en/docs/design-automation/v3/reference/http/appbundles-POST/
原来问题是我在调用中添加了 Forge Auth header,我猜这是导致失败的原因。希望错误消息更有帮助。