radj307 / ARRCON

Lightweight Source RCON client that works on Windows, macOS, & Linux.
GNU General Public License v3.0
173 stars 11 forks source link

[BUG] Palworld commands only return "empty string" with ARRCON, rcon-cli however works #29

Open EpicLPer opened 4 months ago

EpicLPer commented 4 months ago

# System Information

# Bug Description

Issuing a command via ARRCON to my Palworld Server always returns "empty string" no matter what I try, however things like broadcast still get sent to the server and the message appears to players. The empty responses break scripts like these: https://github.com/shupershuff/PalworldServerTools image I've then tried "rcon-cli" which works just fine and returns all responses. Another additional note here is that rcon-cli doesn't seem to have the timeout issue which was mentioned in #25 and stays connected, this might be related in some form. image

# Reproduction Steps

No specific ones as I'm just launching ARRCON, connecting to the server and trying commands.
A note however: The Pre-Release version connects just fine to Palworld RCON, the stable one doesn't and runs into a timeout.

xStellarZ commented 4 months ago

Same findings here. I believe it works from a separate machine than the one the Palworld server is running on, but for the purposes of PalworldServerTools it needs to work on the same machine.

EpicLPer commented 3 months ago

Any updates on this?