Closed RNZ01 closed 9 months ago
i just tried the binary install, it is working but i also get an error there
2024/01/31 15:22:53 ERROR failed to run uconv error="exec: \"uconv\": executable file not found in $PATH"
@RamiAlzayat When you run palog on Docker, the endpoint isn't localhost because Docker runs containers inside network namespaces. There are two fixes.
--net=host
024/01/31 15:22:53 ERROR failed to run uconv error="exec: \"uconv\": executable file not found in $PATH"
Set the following env to disable the message.
export UCONV_LATIN=false
This feature is helpful for CJK users to convert characters to alphabetical characters. but not necessary if all names are represented by only ASCII characters.
Has the issue been resolved? May I proceed to close this issue?
Closing this issue. If you still have the problem, please create a new issue
Hello,
I"m getting this error on my Palworld Linux server
ERROR failed to get players error="failed to connect to 127.0.0.1:25575: rcon: dial tcp 127.0.0.1:25575: connect: connection refused"
I have both
RCONEnabled=True,RCONPort=25575
settings in my/home/steam/Steam/steamapps/common/PalServer/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
and if i inspect the container i see
FYI:
docker run --name palog -e RCON_ENDPOINT=127.0.0.1:25575 -e RCON_PASSWORD=mypass ghcr.io/miscord-dev/palog:v0.0.5
Could you please help me out to get this container to work? Thanks a lot :)