cancel
Showing results for 
Search instead for 
Did you mean: 

Shared spatial anchors - Failed to download spatial anchor

TriplePete
Protege

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?

 

0 REPLIES 0