-
Notifications
You must be signed in to change notification settings - Fork 145
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
bug: Trackmania Nations Forever Query not possible #634
Comments
Seems like its a GameDig issue. node-gamedig/protocols/nadeo.js Line 23 in 30ed54d
And if you comment this, then here: node-gamedig/protocols/nadeo.js Line 43 in 30ed54d
If I comment both blocks, the query succeeds. Maybe the API changed or the server hasnt loaded a map yet, still investigating. |
Or maybe the current handler is for the current games? Trackmania Nations (Forever) is quite old. Maybe the API was changed with the later Nadeo Games? |
No, as far as I know the protocol hasn't changed in a good while. Some docs regarding available methods: ListMethods.txt (renamed to .txt from .html cause Github wouldn't let me attach it otherwise). |
#669 Is adding the correct Method to query Mapnames. But there is more testing necessary to chech different API Versions. While https://wiki.trackmania.io/en/dedicated-server/XML-RPC/Methods states Methods, its only for the newest Trackmania Versions. Maybe it needs seperate protocols or different calles by gamename |
Describe the bug
Querying Trackmania Nations Forever is not possible and runs into an error
Steps To Reproduce
Expected behavior
Successfull Query
Screenshots or Data
Following is the Debug Log:
Additional context
I'm in the finding if its a GameDig Bug, or a GameServer Bug
The text was updated successfully, but these errors were encountered: