miscord-dev / palog

someone joined/left logs for Pal World
MIT License
20 stars 1 forks source link

Error after starting with Docker #12

Closed RNZ01 closed 9 months ago

RNZ01 commented 9 months ago

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

            "Env": [
                "RCON_ENDPOINT=127.0.0.1:25575",
                "RCON_PASSWORD=mypassword",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
            ],

FYI:

Could you please help me out to get this container to work? Thanks a lot :)

RNZ01 commented 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"

tsuzu commented 9 months ago

@RamiAlzayat When you run palog on Docker, the endpoint isn't localhost because Docker runs containers inside network namespaces. There are two fixes.

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.

tsuzu commented 9 months ago

Has the issue been resolved? May I proceed to close this issue?

tsuzu commented 9 months ago

Closing this issue. If you still have the problem, please create a new issue