I can't get CaravelNet cloud sync to work for a while. Before the issues begin, I deleted my CaravelNet data, and now when I click on "
Activate Cloud Sync"
it just says "
Cloud sync error."
Today I had some time and begun debugging:
- the drod.exe process wants to communicate with an Amazon IP address (I guess that's the CaravelNet server or its load-balancer or something) at 23.21.221.75:80 via HTTP (according to procmon)
- the actual communication happening is this (removed a few characters from the key if that's something player-specific and secret):
POST /game50.php HTTP/1.1
User-Agent: DROD 5.0
Host: forum.caravelgames.com
Accept: */*
Content-Length: 357
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------2bb46dcaf4d6
HTTP/1.1 100 Continue
------------------------------2bb46dcaf4d6
Content-Disposition: form-data; name="json"
{
"Created" : 1742581296,
"Key" : "XXXXXXXX410320def5a0e00fXXXXXXXX",
"LastNotice" : 0,
"OriginalName" : "Zizzencs",
"UserName" : "Zizzencs",
"Version" : "5.1.1.561",
"action" : "CloudGetPlayer"
}
------------------------------2bb46dcaf4d6--
HTTP/1.0 500 Internal Server Error
Date: Sun, 06 Apr 2025 10:18:14 GMT
Server: Apache
Content-Length: 0
Connection: close
Content-Type: text/html; charset=ISO-8859-1
- given that it's a HTTP 500 I don't think I can fix it on my side easily, and I don't have access to the server
Not a real worry, I'm not collecting DROD trophies, but somebody might want to have a look at it.
[Last edited by Zizzencs at 07-01-2025 06:45 PM]