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

Constant "Weird. This response is for another request." message. #28

Open
Capadillo opened this issue Jan 12, 2023 · 5 comments
Open

Constant "Weird. This response is for another request." message. #28

Capadillo opened this issue Jan 12, 2023 · 5 comments

Comments

@Capadillo
Copy link

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.

@itzg
Copy link
Owner

itzg commented Jan 17, 2023

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.

@Capadillo
Copy link
Author

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.)

@itzg
Copy link
Owner

itzg commented Jan 17, 2023

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?

@Mazorlion
Copy link

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.

@Pen9G
Copy link

Pen9G commented Jan 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants