Start a new topic

Error while initialize - Error Code: 1001

Hello

We are trying to build a test application and at the time of initialization we get an error:


unity 2019.1.6f1

Cloud Recognition Service Failed

        Error Code: 1001

        Error Domain: com.wikitude.cloud_recognition_service

        Error Message: CloudTracker could not initialize target collection '5da8345c12e0d94fd307c196' with client token 'ххххххххххххххххххххххххххххххххххххххх'.  --  Underlaying error: 412 - TARGET_COLLECTION_PRECONDITION_FAILED. The target collection exists, but cannot be used in the cloud.Causes:  -- cause 0 - errorIdentifier: ERRCAPAT1 -- -- cause 1 - tcId: no value -- See https://www.wikitude.com/external/doc/documentation/studio-api for more information.


UnityEngine.Debug:LogError(Object)
Wikitude.TrackerManager:PrintError(String, Error)
Wikitude.<>c__DisplayClass24_0:<CloudRecognitionServiceFailed>b__0()
Wikitude.TrackerManagerQueue:Execute()
Wikitude.TrackerManager:ExecuteQueue()
Wikitude.WikitudeBridge:InternalUpdate()
Wikitude.WikitudeCamera:Update()

-------------------------------------

Error initializing cloud connection!

        Error Code: 1001

        Error Domain: com.wikitude.cloud_recognition_service

        Error Message: CloudTracker could not initialize target collection '5da8345c12e0d94fd307c196' with client token 'ххххххххххххххххххххххххххххххххх'.  --  Underlaying error: 412 - TARGET_COLLECTION_PRECONDITION_FAILED. The target collection exists, but cannot be used in the cloud.Causes:  -- cause 0 - errorIdentifier: ERRCAPAT1 -- -- cause 1 - tcId: no value -- See https://www.wikitude.com/external/doc/documentation/studio-api for more information.


UnityEngine.Debug:LogError(Object)
SampleController:PrintError(String, Error) (at Assets/Wikitude/Samples/Scripts/SampleController.cs:59)
SingleRecognitionController:OnConnectionInitializationError(Error) (at Assets/Wikitude/Samples/Scripts/SingleRecognitionController.cs:26)
UnityEngine.Events.UnityEvent`1:Invoke(Error)
Wikitude.<>c__DisplayClass24_0:<CloudRecognitionServiceFailed>b__0()
Wikitude.TrackerManagerQueue:Execute()
Wikitude.TrackerManager:ExecuteQueue()
Wikitude.WikitudeBridge:InternalUpdate()
Wikitude.WikitudeCamera:Update()

1 Comment

Hi,


You'd need to generate the CloudArchive before via the ‘Generate Cloud Archive’ request (this will be deprecated in the future from version 4.0.0, but for now this is still needed).


Thx and greetings

Nicola

Login or Signup to post a comment