rcon-cli icon indicating copy to clipboard operation
rcon-cli copied to clipboard

Is it really work with Palwolrd?

Open Miuzarte opened this issue 1 year ago • 9 comments

Both Single mode and Interactive mode will report i/o timeout and exit after executing THE FIRST command and printing the output in 10 seconds. image

rcon.yaml

palworld:
  address: "192.168.1.110:25575"
  password: "xxx"
  log: "palworldRCON.log"
  type: "rcon"
  timeout: "1s"

Miuzarte avatar Jan 23 '24 03:01 Miuzarte

It works, i used today on my server and i did not get this timeout error. It's something on your own.

Try increases this timeout.

JoewAlabel avatar Jan 23 '24 04:01 JoewAlabel

It works, i used today on my server and i did not get this timeout error. It's something on your own.

Try increases this timeout.

I tryed 60s, Still exit in 10s.

Miuzarte avatar Jan 23 '24 04:01 Miuzarte

对中文支持有问题,如果都是英文用户就不会有这个问题

XBisATrouble avatar Jan 23 '24 10:01 XBisATrouble

对中文支持有问题,如果都是英文用户就不会有这个问题

我还以为你说的是系统环境,刚刚看了下似乎是因为数据中有中文字符

Miuzarte avatar Jan 23 '24 12:01 Miuzarte

It seems to be caused by non-ascii characters in the data.

image


Confirmed, but I can't tell if it's gorcon or palworld. image

Miuzarte avatar Jan 23 '24 12:01 Miuzarte

仔细研究了一下,应该是PalWrold服务器的问题,packet size与实际的不符

zaigie avatar Jan 24 '24 06:01 zaigie

Experiencing the same issue with non-ASCII characters in ShowPlayers command, seems like the few last bytes are being cut-off (the Steam UID of the last player is not fully formed) and the command times-out. Any ideas on how to overcome this issue?

ntanis-dev avatar Jan 27 '24 23:01 ntanis-dev

Experiencing the same issue with non-ASCII characters in ShowPlayers command, seems like the few last bytes are being cut-off (the Steam UID of the last player is not fully formed) and the command times-out. Any ideas on how to overcome this issue?

It can be confirmed that it is a problem with the palworld server, and we should only have to wait for the official to fix this bug for the time being. However, if it needs to be used in the business, I made a tool palworld-server-tool to alleviate this problem through exception handling and database.

zaigie avatar Jan 28 '24 03:01 zaigie

Just to confirm, I'm having the same issue with the high ascii characters, etc.

Trekkan avatar Jan 28 '24 20:01 Trekkan