You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
# 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.
The text was updated successfully, but these errors were encountered:
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.
# 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/PalworldServerToolsI'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.
# 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.
The text was updated successfully, but these errors were encountered: