-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NullPointerException when trying to plan a journey with an arrival time #6102
Comments
The problem appears when I search for an arrival on Monday 09:30, but not Wednesday 09:30. |
The problematic code is in I think that it should be merged with I will try to make a test case for that. P.S. Issue updated with a minimal reproducible example. I may be able to work for a test and a fix soon. |
Expected behavior
The journey plan succeeds
Observed behavior
The journey plan fails with NullPointerException, with the following recorded when GraphQL log is enabled:
Version of OTP used (exact commit hash or JAR name)
2.6.0
Data sets in use (links to GTFS and OSM PBF files)
combined_gtfs.zip
This GTFS contains only a single cable car route which operates in both direction Mon-Fri from 07:00 to 23:00.
Command line used to start OTP
java -jar otp-shaded.jar --load --serve .
Router config and graph build config JSON
otp-config.json
router-config.json
build-config.json
Steps to reproduce the problem
Plan a journey between the two cable car terminals on Monday before 07:00.
Note that the problem doesn't exist if a departure time is used.
The text was updated successfully, but these errors were encountered: