palworld-server-docker
palworld-server-docker copied to clipboard
RCON didt show anything
Describe the bug
RCON-cli didt show anything
To Reproduce
Steps to reproduce the behavior:
docker exec -it palworld-server rcon-cli Info
Expected behavior
Show the info of server
Screenshots
Desktop (please complete the following information)
- OS:Ubuntu 22.04
@DeArchX I am not able to reproduce this error, please make sure that you are running the latest version of my image using the following commands:
docker compose down --rmi alldocker compose up -d
My server name includes chinese, So my theory is this is same problem as #97
@DeArchX ah right, someone else is currently looking into updating rcon to a different binary, hopefully that will fix this issue. But from my understanding it also has issues supporting different characters
@DeArchX I've just merged the RCON update, could you update to the latest image and check again?
Sorry for the late, But it didnt work after i pull the latest image and restart the container
It seems like the rcon-cli package does not support the chinese language, I would suggest opening an issue here: https://github.com/gorcon/rcon-cli
It seems like the rcon-cli package does not support the chinese language, I would suggest opening an issue here: https://github.com/gorcon/rcon-cli
Ok, Thanks for you great works again!