google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 403 forks source link

Cloud anchor error when resolving #765

Open Nachodlv opened 3 years ago

Nachodlv commented 3 years ago

SPECIFIC ISSUE ENCOUNTERED

The cloud anchor is hosted successfully but is never resolved. When is trying to be resolved it throws constantly the following error:

2020/11/08 13:10:33.538 14764 14984 Warn acio.ArCoreTes Attempt to remove non-JNI local reference, dumping thread
2020/11/08 13:10:33.563 14764 14914 Warn native cloud_anchor_watcher.cc:696 No valid responses were returned from the server: NOT_FOUND: No anchor_t_camera transforms were found.
2020/11/08 13:10:33.574 14764 14984 Warn acio.ArCoreTes Attempt to remove non-JNI local reference, dumping thread
2020/11/08 13:10:33.604 14764 14984 Warn acio.ArCoreTes Attempt to remove non-JNI local reference, dumping thread
2020/11/08 13:10:33.640 14764 14984 Warn acio.ArCoreTes Attempt to remove non-JNI local reference, dumping thread

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. In the cloud anchor example scene create a room with at least two users.
  2. Host a cloud anchor.

WORKAROUNDS (IF ANY)

None

ADITIONAL COMMENTS

The anchor is never resolved so it never throws an error to Unity.