gorcon / rcon-cli

RCON client for executing queries on game server.
MIT License
464 stars 43 forks source link

Conan Exiles "response for another request" error #6

Open outdead opened 4 years ago

outdead commented 4 years ago

After Conan Exiles update go error "response for another request" from rcon client

outdead commented 4 years ago

Fixed https://github.com/gorcon/rcon-cli/releases/tag/v0.6.0

Pestichen commented 4 years ago

Got the same "Response" after some querys again with Version v0.6.0. Is there an counter or a blocking order by the game? Some seconds later it working again.

outdead commented 4 years ago

I tested this behavior on my Conan Exiles server. You were absolutely right - the server blocks requests that occur too often. I did not reveal patterns in the frequency of requests. Mostly it happens to me after 10-20 requests in 30 seconds. Then the Conan Exiles server accepts the authorization request, responds with “42” ( the Answer to The Ultimate Question of Life, the Universe, and Everything, LOL), and closes the connection. After 180 seconds it passes.

I checked several other RCON clients that I found on the Internet and they do not work at all for Conan. I'm afraid that this is a problem on the side of the game developers, and I ca do nothing. We can hope for a fix from Conan Exiles developers.

I will leave this issue open so that it is easier to find and get an answer.

outdead commented 2 years ago

Fixed in terminal mode https://github.com/gorcon/rcon-cli/releases/tag/v0.10.0