-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
protocol version >1.21: refreshJourneys/Reconstruction fails #164
Comments
@alexander-albers @schildbach @marudor Do you know how to change the request structure to make it work with |
I'm afraid not. For such reasons, I limited API version to the version used on the respective official web page/app. |
Yeah I can see why. But other endpoints & apps already use versions |
It seems to be unnecessary and has been removed from later API versions anyway.
So far 1.20 is the max I've used. Currently mainly using 1.18. |
Some endpoints use |
I'm trying to send a
Reconstruction
request with recent HAFAS protocol version, but it fails.In the following example, I set the value of
ctxRecon
to an invalid value ("foo"
) to demonstrate the difference between the versions.With
1.21
, as expected it complains about the value ofctxRecon
being invalid:With
1.22
, I think it saysctxRecon
is syntactically not expected here:The text was updated successfully, but these errors were encountered: