-
Notifications
You must be signed in to change notification settings - Fork 1k
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
GraphQL null exception when fetching details of departureStoptime for an added trip #6242
Comments
miklcct
changed the title
GraphQL null exception when fetching details of departureStoptime for an added journey
GraphQL null exception when fetching details of departureStoptime for an added trip
Nov 8, 2024
miklcct
added a commit
to Jnction/OpenTripPlanner
that referenced
this issue
Nov 8, 2024
miklcct
added a commit
to Jnction/OpenTripPlanner
that referenced
this issue
Nov 8, 2024
miklcct
added a commit
to Jnction/OpenTripPlanner
that referenced
this issue
Nov 8, 2024
miklcct
added a commit
to Jnction/OpenTripPlanner
that referenced
this issue
Nov 8, 2024
miklcct
added a commit
to Jnction/OpenTripPlanner
that referenced
this issue
Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The query doesn't crash.
Observed behavior
The query crashes with the following error:
Version of OTP used
2.7.0-SNAPSHOT
Data sets in use (links to GTFS and OSM PBF files)
The same as in #6197
GTFS: combined_gtfs.zip
OSM: Greenwich.osm.zip (extract the PBF from the zip)
RT feeds:
test_gtfsrt.zip (use the version 1), text shown below.
RT feed version 1
Command line used to start OTP
java -Xmx16G -jar otp-shaded.jar --load --save --serve workspace
Router config and graph build config JSON
build-config.json
router-config.json
Steps to reproduce the problem
Run the following query on an added trip:
The text was updated successfully, but these errors were encountered: