-
Notifications
You must be signed in to change notification settings - Fork 71
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
Arma III timeout #63
Comments
The master server has been deprecated for a while now and seems to be broken, maybe |
@Cightline your timeout is because the master server yields a list of servers that are not responding at the time (or your UDP packets are dropped because of network congestion). The code that you're using doesn't have a second try/except placed in such a way that the failure of a single server to respond to your query will stop your whole script, instead of just marking that one server as unresponsive. See my PR above. After adding the try/except statements, the code raises further exceptions later but I think that they have already been reported as separate issues in the github issue tracker. |
@overfl0 Ok sweet. Thanks for the update. |
I'm getting a timeout while looking up Arma III servers.
python-valve version:
0.2.1
python version
3.5.3
and3.6.3
Tested on Debian and Arch using this code https://gist.github.com/Cightline/12c6def0bddce9bb3a88335895f809c1
One test was on my local machine, the other was on a VPS.
Here is the output:
@vin173 has mentioned that Bohemia Interactive changed their protocol, I'm not sure what that would mean to you guys.
Here are a couple links from BI:
https://community.bistudio.com/wiki/STEAMWORKSquery
https://community.bistudio.com/wiki/Arma_3_ServerBrowserProtocol2
The text was updated successfully, but these errors were encountered: