Forum Discussion
TriplePete
3 years agoMHCP Member
Shared spatial anchors - Failed to download spatial anchor
When doing a OVRSpatialAnchor.LoadUnboundAnchors from OVRSpace.StorageLocation.Cloud I get the following error:
"xr_cloud_anchor_service: Failed to download spatial anchor with error: networking::GraphQLError: A server error field_exception occured. Check server logs for details."
The LoadOptions are set like this:
LoadOptions loadOptions = new LoadOptions();
loadOptions.Uuids = uUids;
loadOptions.MaxAnchorCount = 1;
loadOptions.StorageLocation = OVRSpace.StorageLocation.Cloud;
loadOptions.Timeout = 10f;
Any suggestions about how to solve this?
3 Replies
- Dev.KhoraExplorer
Hi, did you ever find a solution to this?
I am getting a similar error message when trying to share an anchor:
"xr_cloud_anchor_service: shareSpatialEntity Failed with error: networking::GraphQLError: code=2128017, fb_traceid=AJNlkTqZHiW"xr_cloud_anchor_service: shareSpatialEntity Failed with error: networking::GraphQLError: code=2128017, fb_traceid=AJNlkTqZHiW- Oloap.92Protege
Hi,
did you find a solution for this? I got the same
- TriplePeteMHCP Member
Hi!
I am sorry but I don't know if I have a specific solution to this. I got it to work but I can't remember the exact solution. I would recommend you to investigate Data Use Checkup on your cloud project and also ensure you have Share point cloud data enabled in Settings and Device permissions on your HMDs. Also check in the Unity project on OVRManager that Shared Spatial Anchor Support is enabled.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 2 years ago