02-09-2023 05:17 AM
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?
10-22-2024 12:58 AM
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
10-22-2024 01:28 AM
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.
4 weeks ago
Hi,
did you find a solution for this? I got the same