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
NOTE: this issue system is intended for reporting bugs and tracking progress in software
development. For all other usage and software development questions or discussion, please post a
question in our chat room: https://gitter.im/opentripplanner/OpenTripPlanner.
Expected behavior
The error message is descriptive.
Observed behavior
The GraphQL error says java.util.UnknownFormatConversionException: Conversion = '.'
The log says
java.util.UnknownFormatConversionException: Conversion = '.'
at java.base/java.util.Formatter.parse(Formatter.java:2852)
at java.base/java.util.Formatter.format(Formatter.java:2774)
at java.base/java.util.Formatter.format(Formatter.java:2728)
at java.base/java.lang.String.formatted(String.java:4452)
at org.opentripplanner.apis.gtfs.mapping.routerequest.ModePreferencesMapper.getStreetMode(ModePreferencesMapper.java:111)
at org.opentripplanner.apis.gtfs.mapping.routerequest.ModePreferencesMapper.setModes(ModePreferencesMapper.java:35)
at org.opentripplanner.apis.gtfs.mapping.routerequest.RouteRequestMapper.toR
Version of OTP used (exact commit hash or JAR name)
2.7.0-SNAPSHOT
Data sets in use (links to GTFS and OSM PBF files)
irrelevant
Command line used to start OTP
irrelevant
Router config and graph build config JSON
Just need to enable the GraphQL API
Steps to reproduce the problem
Send a route request containing 3 street modes (which aren't supported) for the access.
The text was updated successfully, but these errors were encountered:
NOTE: this issue system is intended for reporting bugs and tracking progress in software
development. For all other usage and software development questions or discussion, please post a
question in our chat room: https://gitter.im/opentripplanner/OpenTripPlanner.
Expected behavior
The error message is descriptive.
Observed behavior
The GraphQL error says java.util.UnknownFormatConversionException: Conversion = '.'
The log says
Version of OTP used (exact commit hash or JAR name)
2.7.0-SNAPSHOT
Data sets in use (links to GTFS and OSM PBF files)
irrelevant
Command line used to start OTP
irrelevant
Router config and graph build config JSON
Just need to enable the GraphQL API
Steps to reproduce the problem
Send a route request containing 3 street modes (which aren't supported) for the access.
The text was updated successfully, but these errors were encountered: