palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

RCON didt show anything

Open DeArchX opened this issue 1 year ago • 5 comments
trafficstars

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

image

Desktop (please complete the following information)

  • OS:Ubuntu 22.04

DeArchX avatar Jan 25 '24 11:01 DeArchX

@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 all
  • docker compose up -d

thijsvanloef avatar Jan 26 '24 09:01 thijsvanloef

My server name includes chinese, So my theory is this is same problem as #97

DeArchX avatar Jan 26 '24 15:01 DeArchX

@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

thijsvanloef avatar Jan 26 '24 19:01 thijsvanloef

@DeArchX I've just merged the RCON update, could you update to the latest image and check again?

thijsvanloef avatar Jan 27 '24 10:01 thijsvanloef

Sorry for the late, But it didnt work after i pull the latest image and restart the container image

DeArchX avatar Jan 29 '24 02:01 DeArchX

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

thijsvanloef avatar Jan 31 '24 14:01 thijsvanloef

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!

DeArchX avatar Feb 01 '24 06:02 DeArchX