bikehopper / graphhopper

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
https://www.graphhopper.com/open-source/
Apache License 2.0
3 stars 0 forks source link

IllegalStateException: Speed cannot be 0 for unblocked edge #89

Closed hcourt closed 2 years ago

hcourt commented 2 years ago
ERROR i.d.j.e.IllegalStateExceptionMapper - Error handling a request: c404843b2f6de50e
java.lang.IllegalStateException: Speed cannot be 0 for unblocked edge, use access properties to mark edge blocked! Should only occur for shortest path calculation. See #242.

Making this to encompass a few issues we've seen:

Full stack trace here: https://gist.github.com/graue/2e3dadb9002e0610922aef7fae872651

hcourt commented 2 years ago

Oh oops duplicate of #68