-
Notifications
You must be signed in to change notification settings - Fork 145
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
Error: UDP - Timed out after 2000ms [valve, csgo] #108
Comments
Hey there, what version of gamedig are you using? |
Thanks for reply. Version 2.0.12 |
That's... very strange. The "unhandled promise rejection" is definitely being handled, as the handler is what prints out |
I'm home now, I'm sorry for the late reply. My project is completely problematic in gamedig@2.0.12. Now I'm back in the note:
|
The last snippet you've posted doesn't contain an error. If it's the same UDP timeout, either there is a firewall between you and the server, preventing you from receiving the udp responses, or the server is offline. |
If you are still receiving
Gamedig will throw an error if the server is unresponsive of offline, and if you do not catch that error, node will print the |
If you are still having this issue, check to see if you are polyfilling node's Promise implementation with Bluebird. This seems to be an issue related to older versions conflicting with node's async/await: petkaantonov/bluebird#1404 |
Thank you for your game project.
I get this error for some servers.
What is the problem? A bug caused by a provider?
The text was updated successfully, but these errors were encountered: