You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to get POJO from json for OtpResponse
com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'org': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: (String)"org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found HTTP 404 Not Found"; line: 1, column: 4]
This is caused by the OTP request sent by the middleware where the MODE url parameter appears as
for instance WALK%2CBUS%2CSUBWAY%2CTRAM.
Expected behavior
The mode parameter above in the OTP request should appear as WALK,BUS,SUBWAY,TRAM.
Observed behavior
Busgnag errors are observed as follows:
This is caused by the OTP request sent by the middleware where the MODE url parameter appears as
for instance
WALK%2CBUS%2CSUBWAY%2CTRAM
.Expected behavior
The mode parameter above in the OTP request should appear as
WALK,BUS,SUBWAY,TRAM
.Steps to reproduce the problem
Observed in these Bugsnag reports:
Any special notes on configuration used
ATL Rides
Version of otp-middleware and/or OpenTripPlanner if applicable (exact commit hash or branch name)
dev branch.
The text was updated successfully, but these errors were encountered: