• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Question] failed to query server: socket read timed out
#1
Hi, I'm trying to use open.mp, to test and learn more, but when I run it, I get this message.

Also, when I open the server (it uses mysql) the log doesn't appear.

Code:
Loaded 22 component(s) from C:\Users\ruben\Documents\GitHub\Open-MP-ABC\Server\components
[2024-01-22T23:19:28+0000] [Info] Loading plugin: mysql
[2024-01-22T23:19:28+0000] [Info]  >> plugin.mysql: R41-4 successfully loaded.
[2024-01-22T23:19:28+0000] [Info] Legacy Network started on port 7777
[2024-01-22T23:19:38+0000] [Info] Couldn't announce legacy network to open.mp list.
[2024-01-22T23:19:38+0000] [Info]      [Server Error] Status: 406
[2024-01-22T23:19:38+0000] [Info]      [Server Error] Message: {"error":"failed to query server: socket read timed out"}
[2024-01-22T23:19:38+0000] [Info] This won't affect the server's behaviour.

It supposedly says it doesn't affect the server, but it is, since I can't log in to the server.

Can anyone help? I've been looking for these errors on the internet, but I can't find anything.
  Reply
#2
Hey,
This error usually means the server isn’t responding in time, so the connection request just times out. It’s not always a bug — most of the time it’s related to connectivity or configuration.
A few things worth checking:
  • Confirm the server is online and not crashing in the background
  • Double-check IP and port — even a small mistake can cause this
  • Make sure the port is open (firewall/router settings)
  • If you’re hosting locally, try connecting via localhost first to test
  • Check server logs — they often show what’s actually failing
Also, if the server is hosted on a VPS or external host, temporary network issues can cause this timeout as well.
If you can share more details (like setup or logs), it’ll be easier to pinpoint the exact cause. 👍Gaming tips
  Reply


Forum Jump: