Hello,
When I try to deploy one of my C# modules, I am getting this error message:
Failed to Deploy
Received unexpected status code from cloud code server: 100 Continue
This started happening after I made certain changes to my module, however, I still get the same error message even if I revert back to the previous version, which could be deployed previously with no problem.
Update: After some time I was able to deploy the modified C# module. This error seems to be occurring right after I re-generate the code bindings.
Hi,
Sorry for the problem.
Could you provide us with your project ID?
This will allow server engineers to check the request itself
What version of the cloud-code package are you using?
Additionally, you could add this define: ENABLE_UNITY_CLOUD_CODE_AUTHORING_VERBOSE_LOGGING
in Player
settings.
This will allow us to get more information.
.
It is possible there’s something in the module cache that is being sent, try deploying a new module just to help the diagnosis.
Cheers,
I’m seeing the same failure - if it helps to debug. Just started happening after some changes this morning and deploying to development target.
Unity 6000.0.25f1
Cloud code version 2.9.0
Project cc2c43bc-c1c0-452f-b3f0-feb8b7576f3c
Failed to Deploy
[12:00:19.870] Compiling…
[12:00:20.940] Compiled Successfully
[12:00:21.558] Zipped Successfully
[12:00:21.961] Uploading…
[12:00:32.307] Failed to Deploy- Received unexpected status code from cloud code server: 100 Continue
UnexpectedRemoteStatusCodeException: Received unexpected status code from cloud code server: 100 Continue
FYI - After about 1-2 hours it is working again without any changes on my side…
Thanks, if it happens again, could you get the .ccm and dm it to me?
On windows it can be found on %TEMP%
or C:\Users<user>\AppData\Local\Temp\CloudCode<module-name>.ccm
On macos its in the $TMPDIR
var.
100 generally means that the backend thinks more is expected and the editor did not send it.
The fact that its intermittent is really weird. It could also be a retry issue, if the internet drops, the backend will be left expecting something.
Im asking my backend colleagues to take a look at the logs.
2 Likes
Hello, I encountered this problem even with the basic, auto-generated HelloWorld module.
Thank you for the help, if I run into issues again then I will contact you!