When executing 'test-xxx-' script such as 'test-list-resource', it also failed and returned error:
"...parse error: Invalid numeric literal at line 1, column 7..."
The error message does not give any hint to the root cause.
When loading in Unity, the same problem happened but with more information:
--------------------------------error in Unity, start--------------------------------
AsyncRequestCompleted The remote server returned an error: (502) Bad Gateway.
UnityEngine.Debug:Log(Object)
Autodesk.Forge.ARKit.RequestQueueMgr:AsyncRequestCompleted(Object, AsyncCompletedEventArgs) (at Assets/Forge/ARKit/RequestQueue.cs:319)
System.Net.WebClient:m__F(Object)
--------------------------------error in Unity, end--------------------------------
Any idea of what happened? (server error?)
When executing 'test-xxx-' script such as 'test-list-resource', it also failed and returned error:
"...parse error: Invalid numeric literal at line 1, column 7..."
The error message does not give any hint to the root cause.
When loading in Unity, the same problem happened but with more information:
--------------------------------error in Unity, start--------------------------------
AsyncRequestCompleted The remote server returned an error: (502) Bad Gateway.
UnityEngine.Debug:Log(Object)
Autodesk.Forge.ARKit.RequestQueueMgr:AsyncRequestCompleted(Object, AsyncCompletedEventArgs) (at Assets/Forge/ARKit/RequestQueue.cs:319)
System.Net.WebClient:m__F(Object)
--------------------------------error in Unity, end--------------------------------
Any idea of what happened? (server error?)