opengsq / opengsq-python

Python library designed for querying game servers. It supports 24 different query protocols and has been downloaded over 34,000 times.
https://python.opengsq.com/
MIT License
24 stars 3 forks source link

Fix get_info function for Palworld #12

Closed DennisSkov closed 7 months ago

DennisSkov commented 7 months ago

Palworld doesn't have the same attributes as other games (e.g. ARK: Survival Ascended). When using the get_info() function on a Palworld server, the request will raise a ServerNotFoundException().

This fixes that, although the fix is a bit primitive.

BattlefieldDuck commented 7 months ago

thanks, but https://github.com/gamedig/node-gamedig/blob/master/protocols/epic.js#L98-L123 is a better solution.