Skip to content
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

Source.RemoteConsole not working with ASA #7

Open
BigRus24 opened this issue Jan 23, 2024 · 3 comments
Open

Source.RemoteConsole not working with ASA #7

BigRus24 opened this issue Jan 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@BigRus24
Copy link

I am unable to to send commands to my ASA server and get a TimeoutError

        with Source.RemoteConsole(host, int(port) as rcon:
            await rcon.authenticate(password)
            response = await rcon.send_command(args)
@BattlefieldDuck
Copy link
Member

TimeoutError means there is a connection issue between you and your server, make sure the ip and rcon port are correct.

@BigRus24
Copy link
Author

using the same Ip and password but with conqp rcon tool it works fine and using Source.RemoteConsole
with a minecraft server it worked as expected. It is just with ASA that it does not connect.

@BattlefieldDuck
Copy link
Member

I don't have an ASA server, so I have no idea. Notice that if you run the game server on the local device always use local IP.

@BattlefieldDuck BattlefieldDuck added the bug Something isn't working label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants