gorcon / rcon-cli

RCON client for executing queries on game server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conan Exiles "response for another request" error

outdead opened this issue · comments

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

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.

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.