Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it really work with Palwolrd? #35

Open
Miuzarte opened this issue Jan 23, 2024 · 9 comments
Open

Is it really work with Palwolrd? #35

Miuzarte opened this issue Jan 23, 2024 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@Miuzarte
Copy link

Miuzarte commented Jan 23, 2024

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"
@JoewAlabel
Copy link

JoewAlabel commented Jan 23, 2024

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.

@Miuzarte
Copy link
Author

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.

@XBisATrouble
Copy link

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

@Miuzarte
Copy link
Author

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

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

@Miuzarte
Copy link
Author

Miuzarte commented Jan 23, 2024

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

@zaigie
Copy link

zaigie commented Jan 24, 2024

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

@ntanis-dev
Copy link

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?

@zaigie
Copy link

zaigie commented Jan 28, 2024

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.

@Trekkan
Copy link

Trekkan commented Jan 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants