-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout error for no apparent reason. #14
Comments
After 3 days of constant timeout errors for no reason, just now it decided to work again with no changes to the code or environment. I also want to add that querying the server worked fine when using JS. The JS script was tested on 3 machines to make sure and worked fine on all 3. |
Is the issue being resolved? |
It's very inconsistent. It is no longer constantly timing out, but it will randomly stop working, and take anywhere between 1–5 tries to get a response. |
This might be the problem of rate limiting issue. Your game server or firewall might rate-limit the query. You might need to whitelist the query server IP. |
I doubt that because it works fine in JS and online query websites. And I'm not querying the server that often. |
Can you please provide more info, like game server IP, and port if possible thanks. |
176.57.168.179:29015 |
How come when I query it in JS using gamedig and use a website like https://cmsminecraftshop.com/en/query/ it works fine? Do you know how I can fix this? |
It is based on how your game server's internet is set up, it is hard to have an easy solution for that. |
Alright, well, thank you for looking into it. I will keep looking for a fix. |
I keep getting timeout error for no reason, no matter what server. Tested on 4 machines with same results.
The text was updated successfully, but these errors were encountered: