ARRCON
ARRCON copied to clipboard
[BUG] Palworld commands only return "empty string" with ARRCON, rcon-cli however works
# System Information
- OS: Windows Server 2022
- Version: 21H2
- Shell (Windows-Only): CMD and PowerShell
# 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
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.