question

qfy123-3593 avatar image
0 Votes"
qfy123-3593 asked SatishBoddu-MSFT edited

Can't create anchor,CloudManager_ErrorServerError:Service unavailable or unspecified error found

Hello,I’m trying to use this demo--mixed-reality-robot-interaction-demo.I built this Unity app myself and when I want to create an anchor,I get error messages

 Attempting to create anchor
 CloudManager_ErrorServerError:Service unavailable or unspecified error found
 Error While Creating The Anchor:Exiting
 Warning:Max Proximity Light Count (2) Exceeded

The SDK version is 2.8.1.ASA config and network is all OK.I checked my azure portal,all data are 0.How can I fix this?




azure-spatial-anchors
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SatishBoddu-MSFT avatar image
0 Votes"
SatishBoddu-MSFT answered SatishBoddu-MSFT edited

Hello @qfy123-3593,
I hope this helps with your initial query! Please give this a try with below sugestions!

Make use of the tool to add packages : Welcome to the Mixed Reality Feature Tool

The Mixed Reality Feature Tool is a new way for developers to discover, update, and add Mixed Reality feature packages into Unity projects.

Download ASA packages

Reference : Similar SO thread: This could be multiple things. For example not specifying your Azure Spatial Anchor Service details (account ID, account domain + primary key) in your project.

Related Github Issue: https://github.com/microsoft/mixed-reality-robot-interaction-demo/issues/16#issuecomment-1054135087

Hello, now I finally solved all the problems, it seems to be the problem of the docker container. After I switched to ubuntu, I ran docker again, and the console output was the same as in the video. The missing part was there. Jackal can move, everything is normal. Thank you for your help these days!

Please comment in the below section to get more help in this matter, happy to help!




· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @SatishBoddu-MSFT ,
I followed your sugestions.But still not available. I used unity2020.3LTS and 2019.4LTS to import the demo project respectively, 2020.3LTS has a lot of errors, and 2019.4LTS is the version I used in the question to build normally. And I also tried to use MRTK, but I don't know which packages should be imported, and when I open the project with 2020.3LTS, the menu bar only displays MRTK without rosbridge client, and the configuration file cannot be modified in ManagerScene because of a compilation error. I would like to know if this demo can be used on your device now?

0 Votes 0 ·

Hello @qfy123-3593, Could you please attach a few more error details such as screenshots of errors and logs to the original question, I will check with my team on this!

0 Votes 0 ·
qfy123-3593 avatar image qfy123-3593 SatishBoddu-MSFT ·

Thank you for your reply. When I opened the project with Unity2020.3LTS, it prompted me to compile errors, I chose to enter safe mode, in safe mode, this is the output of the console.178885-console-log.txt
And the script is not available.
178869-image.png

And I import these packages with MRTK.
178962-image.png
After importing, the console output is as follows:

 Assets\MRTK\Core\Utilities\Editor\Setup\MixedRealityProjectConfigurator.cs(294,20): warning CS0618: 'EditorSettings.externalVersionControl' is obsolete: 'Use VersionControlSettings.mode instead.'
    
 Assets\MRTK\Core\Utilities\Editor\Setup\MixedRealityProjectConfigurator.cs(302,13): warning CS0618: 'EditorSettings.externalVersionControl' is obsolete: 'Use VersionControlSettings.mode instead.'
    
 Assets\MRTK\Core\Utilities\Editor\Setup\MixedRealityProjectConfigurator.cs(346,51): error CS0117: 'PlayerSettings' does not contain a definition for 'GetAvailableVirtualRealitySDKs'
    
 Assets\MRTK\Core\Utilities\Editor\Setup\MixedRealityProjectConfigurator.cs(356,32): error CS0117: 'PlayerSettings' does not contain a definition for 'SetVirtualRealitySDKs'


1 Vote 1 ·
console-log.txt (3.3 KiB)
image.png (34.1 KiB)
image.png (49.6 KiB)
Show more comments