My game uses a separately hosted database for some information that’s key to gameplay across servers. I’ve noticed lately that some servers fail to connect to the url at all while others running at the same time work fine.
Are there any ideas why this seems to happen? I get no errors on the external server’s end that would cause this. It doesn’t make sense that three servers can be active at the same time, two send and receive without any issues, but one never connects at all.
Are you getting errors on Roblox’s side then? You should try capturing these errors using pcall and logging them somehow. Those errors usually have enough detail to get a basic understanding of the issue (e.g. if it’s on Roblox’s end or the external server’s end).
Yes I am. I wasn't aware that they'd updated the API, so I'll look into it.
No, I had kind of assumed they wouldn't when I started, and I haven't had much success using HTTPS requests on the external server anyways. This project only uses regular HTTP requests.
Yes it's only on roblox's side that I get anything. I meant to do this before asking, but unfortunately the error is unpredictable and somewhat rare. I am trying to recreate the issue after setting up the logging for it. I will post the full error message when I get a chance.
It’s my own ubuntu based server, but hosted through Google Cloud. Although the processor size is rather small, it seems to have been able to handle all of the demand so far.
have you fixed it? I’ve a dedicated server with a webserver in node.js that manages a mongoDB database. Sometimes roblox isn’t able to comunicate to my server…