You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The firewall on my server is open, I can telnet to the RCON port (specified on the command line and in the game ini file.
I am using battlemetrics.com using the same port on the public IP address (forwarded from the router) which just works.
When I change the port to the incorrect port, I immediately get a 'connection refused'. When I change the IP address, it never connects. When I change the password to be incorrect, it actually tells me the password is wrong.
It connects, authenticates, but the command is never executed.
Any ideas please?
Thanks.
The text was updated successfully, but these errors were encountered:
I have made a change on my personal github that adds a new option for RCON to disable it from trying to except these type of responses. I will use for now and I may get around to adding proper unit tests and making a pull request in the following days.
I'm actually just learning Python. I'm trying out different things with python-valve.
Basically, just copy/pasted this and adjusted it for my own server from this page:
https://python-valve.readthedocs.io/en/latest/rcon.html
The firewall on my server is open, I can telnet to the RCON port (specified on the command line and in the game ini file.
I am using battlemetrics.com using the same port on the public IP address (forwarded from the router) which just works.
When I change the port to the incorrect port, I immediately get a 'connection refused'. When I change the IP address, it never connects. When I change the password to be incorrect, it actually tells me the password is wrong.
It connects, authenticates, but the command is never executed.
Any ideas please?
Thanks.
The text was updated successfully, but these errors were encountered: