opentripplanner / otp-react-redux

A library for writing modern OpenTripPlanner-compatible multimodal journey planning applications using React and Redux.
MIT License
72 stars 52 forks source link

Regression from bumping otp/core-utils ? #1147

Closed Pi-Cla closed 8 months ago

Pi-Cla commented 8 months ago

After bumping opentripplanner/core-utils in this commit 7462d40 otp-rr no longer displays routing. In the commit immediately before this one It still displays the possible routes. Steps to reproduce:

  1. Launch latest opentripplanner docker instance with no custom configurations (only have osm.pbf and GTFS schedule zip file)
  2. git checkout 7462d408d129056f54f712543ffb0cee8f1441e1
  3. Copy the most recent version of example-config.yml into the old example-config.yml (there were some bugs in the older versions of the example yaml which would break routing for unrelated reasons...)
  4. yarn start

It won't display routes, but if I then checkout to the commit before that one with the yaml still changed:

  1. git checkout cc5b6a95390c5149a68396b98602b0edcb97775f
  2. yarn start

Now it does display the routes

miles-grant-ibigroup commented 8 months ago

Yes we have to do some work to get compatibility with the latest versions. If you have a fix, we always welcome PRs but otherwise we will get to bumping otp-ui soon