Search code examples
autodesk-forgeautodesk-designautomation

'ConnectionAborted Error' on Uploading new Appbundle to Forge


I am trying to upload a new appbundle. I can register the appbundle and it goes through fine, but when I try to upload the appbundle I get this error:

requests.exceptions.ConnectionError: ('Connection aborted.', error(10054, 'An existing connection was forcibly closed by the remote host'))

Is it s server side error? How can I get around it?


Solution

  • In turned out that the issue was I was adding the Forge Auth header to the call and I guess it was causing the failure. Wish the error message was more helpful.