-
Notifications
You must be signed in to change notification settings - Fork 4
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
BVG servers are returning errors with the API version used. #34
Comments
Hm... Now version 1.45 is working fine and 1.46 is returning the same error...
|
Ok... forget all I said ... |
Nothing to be fixed here. |
The issue seems to be coming from hafas-client/p/bvg/index.js :
BaseProfile is using "ver": "1.44" for querying https://bvg-apps-ext.hafas.de/bin/mgate.exe
Current API version seems to be 1.76 and BVG Website is using 1.72
Structure has probably changed a bit based on their new application rollout (https://www.bvg.de/de/abos-und-tickets/alle-apps/ticket-app/ticket-app-beta-test)
Querying BVG server with ver 1.45 returns
where ver 1.44 and 1.46 are working fine.
This may help fixing the data issue as BVG server seems to block this version.
The text was updated successfully, but these errors were encountered: