Autodesk-Forge / forge-api-dotnet-client

Forge .Net SDK: Provides .Net SDK to help you easily integrate Forge REST APIs into the application
https://www.nuget.org/packages/Autodesk.Forge/
Apache License 2.0
93 stars 70 forks source link

PostItemAsync is throwing an Internal Server Error -please advice - it working for most of the time #90

Closed omrikaufman closed 2 years ago

omrikaufman commented 3 years ago

only sometimes I am getting this error while uploading files into Bim360 using the nugget and even some times the files are being uploaded but still getting the same 500 response. any explanation? Augusto ?

{"jsonapi":{"version":"1.0"},"errors":[{"id":"4d662f8c-791f-40a3-96ce-daf69503fe7e","status":"500","detail":"Internal Server Error"}]}

at Autodesk.Forge.ItemsApi.dd4.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Autodesk.Forge.ItemsApi.dca.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) at MaaS.Systems.BIM360.Service.BIM360Service.<>c__DisplayClass33_2.<b1>d.MoveNext() in C:\development\CloudSfer\Systems\MaaS.Systems.BIM360\Service\BIM360Service.cs:line 872 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() at MaaS.Core.Retries.d5`1.MoveNext() in C:\development\CloudSfer\MaaS.Core\Retries.cs:line 128

Error calling PostItem: {"jsonapi":{"version":"1.0"},"errors":[{"id":"4d662f8c-791f-40a3-96ce-daf69503fe7e","status":"500","detail":"Internal Server Error"}]}

cyrillef commented 2 years ago

Hi - my apologies on behalf of Autodesk for not having replied sooner, but we only looked in the Issues when we fixed bugs on the SDK. For API support, please use Stackoverflow. If this is still an issue, please post a Stackoverflow ticket, and we will look into it.