-
Notifications
You must be signed in to change notification settings - Fork 0
Description
프로젝트 ID : 391
프로젝트 1개에 여러 오브젝트를 셋팅해서 테스트 하고 있는 상황입니다.
오브젝트가 1개일때는 응답속도가 제때 오는것으로 보이는데
오브젝트가 4개 이상일때부터는 4초 이상으로 크게 느려지는것으로 보입니다.
실제로 오브젝트 6개로 셋팅하고 응답속도를 체크했을때 10초 이상 걸리는것으로 보입니다.
이 경우에는 아래와 같이 500 에러가 발생합니다.
[Debug] [2025-10-02 19:27:55] [NetworkController] {"traceId":"a3dc154b65424f759e314994efc4aff4","path":"/vot/v1/391/a934c244755c66aebb0d6f9f5687038ffae8f00b00b28b4e17521016393f38b9/detect","timestamp":1759400877368,"product":"ARC eye","status":500,"code":"9999","message":"Unknown server error."}
UnityEngine.Debug:Log (object)
ARCeye.VOT.LogViewer:DebugLog (ARCeye.VOT.LogLevel,string) (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Utils/LogViewer.cs:68)
ARCeye.VOT.UnityNetworkController/d__18:MoveNext () (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Network/UnityNetworkController.cs:197)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
[Error] [2025-10-02 19:27:55] VOT failed due to lack of key "version"
UnityEngine.Debug:LogError (object)
ARCeye.VOT.LogViewer:DebugLog (ARCeye.VOT.LogLevel,string) (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Utils/LogViewer.cs:86)
ARCeye.VOT.LogViewer:DebugLog (ARCeye.VOT.LogLevel,intptr) (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Utils/LogViewer.cs:51)
ARCeye.VOT.UnityNetworkController/d__18:MoveNext () (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Network/UnityNetworkController.cs:201)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
[Error] [2025-10-02 19:27:55] VOT failed due to lack of key "version"
UnityEngine.Debug:LogError (object)
ARCeye.VOT.LogViewer:DebugLog (ARCeye.VOT.LogLevel,string) (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Utils/LogViewer.cs:86)
ARCeye.VOT.LogViewer:DebugLog (ARCeye.VOT.LogLevel,intptr) (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Utils/LogViewer.cs:51)
ARCeye.VOT.UnityNetworkController/d__18:MoveNext () (at D:/git/My project/Assets/VOTSDK/Core/Scripts/Network/UnityNetworkController.cs:201)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
로그 살펴보시고 1개의 프로젝트에 권장하시는 오브젝트 갯수를 가이드해주시기 바랍니다.