[PalWorld] Query Error #9

Closed
opened 2025-11-20 04:14:26 -05:00 by saavagebueno · 6 comments
Owner

Originally created by @ThesiiNCey on GitHub (Jan 21, 2024).

Hey i updated the GSW to the latest Version for Palworld this has added to gamedig support list but i cant Query the Server with Correct data all my other servers are Working

With www.battlemetrics.com its working to Query the Server with same data

System: Debian 12 GSW Running in Pterodactyl
All needed ports Open

Originally created by @ThesiiNCey on GitHub (Jan 21, 2024). Hey i updated the GSW to the latest Version for Palworld this has added to gamedig support list but i cant Query the Server with Correct data all my other servers are Working With www.battlemetrics.com its working to Query the Server with same data System: Debian 12 GSW Running in Pterodactyl All needed ports Open
Author
Owner

@a-sync commented on GitHub (Jan 21, 2024):

hey.
it seems like the palworld update was not yet released for gamedig v4! (not pushed to npm registry)

for the time being you can use the gamedig-next branch of gsw which is an experimental version that has the latest gamedig source set as its dependency.
But please beware, that gamedig has changed some of the game type IDs in the latest release, so you might need to update the game type for some existing servers!

If/when gamedig releases the changes under the v4 version, the current gsw can be updated. (reinstall server in ptero)

@a-sync commented on GitHub (Jan 21, 2024): hey. it seems like the palworld update was not yet released for gamedig v4! (not pushed to npm registry) for the time being you can use the [gamedig-next branch of gsw](https://github.com/a-sync/game-server-watcher/tree/gamedig-next) which is an experimental version that has the latest gamedig source set as its dependency. **But please beware, that gamedig has changed some of the game type IDs in the latest release, so you might need to update the game type for some existing servers!** If/when gamedig releases the changes under the v4 version, the current gsw can be updated. (reinstall server in ptero)
Author
Owner

@a-sync commented on GitHub (Jan 21, 2024):

just for the record to make the pterodacty egg use a specific branch you need to find and edit the egg install script line that starts with git clone https: and replace it with:
git clone -b gamedig-next https:
save the changes, then create a new server with the edited egg.

@a-sync commented on GitHub (Jan 21, 2024): just for the record to make the pterodacty egg use a specific branch you need to find and edit the egg install script line that starts with `git clone https:` and replace it with: `git clone -b gamedig-next https:` save the changes, then create a new server with the edited egg.
Author
Owner

@treemlt commented on GitHub (Feb 11, 2024):

I edit the egg.json but i still don't see the game

https://pastebin.com/Pac1KKTq

@treemlt commented on GitHub (Feb 11, 2024): I edit the egg.json but i still don't see the game https://pastebin.com/Pac1KKTq
Author
Owner

@iamc0ke commented on GitHub (Feb 11, 2024):

Worked for me thanks :)

@iamc0ke commented on GitHub (Feb 11, 2024): Worked for me thanks :)
Author
Owner

@a-sync commented on GitHub (Feb 11, 2024):

I edit the egg.json but i still don't see the game

https://pastebin.com/Pac1KKTq

@treemlt it looks good to me. make sure you create a new server with the edited egg

@a-sync commented on GitHub (Feb 11, 2024): > I edit the egg.json but i still don't see the game > > https://pastebin.com/Pac1KKTq @treemlt it looks good to me. make sure you **create a new server** with the edited egg
Author
Owner

@treemlt commented on GitHub (Feb 11, 2024):

I edit the egg.json but i still don't see the game
https://pastebin.com/Pac1KKTq

@treemlt it looks good to me. make sure you create a new server with the edited egg

I managed to make it work :) thanks

@treemlt commented on GitHub (Feb 11, 2024): > > I edit the egg.json but i still don't see the game > > https://pastebin.com/Pac1KKTq > > @treemlt it looks good to me. make sure you **create a new server** with the edited egg I managed to make it work :) thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/game-server-watcher#9