rcon-cli
rcon-cli copied to clipboard
Constant "Weird. This response is for another request." message.
I am getting the "Weird. This response is for another request." message after every message sent. Often it is accompanied with "Keep Alive".
Game server is Ark: Survival Evolved running on Ubuntu 20.04 LTS.
I have only tested rcon-cli with Minecraft and would in fact be pleasantly surprised if it works with any other games with RCON access. I can see if updating the rcon library would happen to resolve this.
I have only tested rcon-cli with Minecraft and would in fact be pleasantly surprised if it works with any other games with RCON access. I can see if updating the rcon library would happen to resolve this.
Ah! In that case it works perfectly! Sending commands in the cli args works beautifully, only issue was in the console version (which wasn't my requirement anyway.)
Glad to hear the non-interactive worked fine.
When you get a chance, can you see if https://github.com/itzg/rcon-cli/releases/tag/1.6.1 happens to work better for interactive access?
Using the latest version of the container this still happens. It seems like it might happen when the output for a single command exceeds the maximum response size during interactive mode or something?
> help
/advancement (grant|revoke)
/attribute <target> <attribute> (get|base|modifier)
/execute (run|if|unless|as|at|store|positioned|rotated|facing|align|anchored|in)
/bossbar (add|remove|list|set|get)
/clear [<targets>]
=== # snip 93 lines... ===
/sbp (list|give|removeNonPlayer)
/sophisticate
> forge generate 0 0 0 300
Weird. This response is for another request.
dbackpacks -> sbp
/pigpen (say|hand|book|tile)
/polymorph conflicts
/fluxnetworks superadmin
=== # snip... ===
> /forge generate 0 0 0 200
Weird. This response is for another request.
Starting to generate 300 chunks in a spiral around 0, 0 in dimension ServerLevel[world].
The command responses are then off-by-one.
I have only tested rcon-cli with Minecraft and would in fact be pleasantly surprised if it works with any other games with RCON access. I can see if updating the rcon library would happen to resolve this.
Actually this works on Palword Server too,though same 'Weird. This response is for another request.' appears and some commands cant be executed well.Still,thank you for your work