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
I'm using OSRM v5.18 table API and I see some strange behaviors in the log. There are many routes with null duration and distance, while the route API returns a route for that pair of source-destination. The only common feature that I see among these pairs, is that the source and destination are in the reverse direction of the way and they are close to each other (like this screenshot).
Another thing that I tested is that when I don't set sources, destinations index params in request it works well and returns a number (a duration for each 2x2 matrix cell). But when I want to get the duration for just a single source destination it returns null.
Do you have any idea why this happens?
Thanks
The text was updated successfully, but these errors were encountered:
This sounds identical to the issue fixed by #5828, which was included in the v5.23.0 release. Please use this or a later version to resolve the problem.
Hello
I'm using OSRM v5.18 table API and I see some strange behaviors in the log. There are many routes with null duration and distance, while the route API returns a route for that pair of source-destination. The only common feature that I see among these pairs, is that the source and destination are in the reverse direction of the way and they are close to each other (like this screenshot).
Another thing that I tested is that when I don't set sources, destinations index params in request it works well and returns a number (a duration for each 2x2 matrix cell). But when I want to get the duration for just a single source destination it returns null.
Do you have any idea why this happens?
Thanks
The text was updated successfully, but these errors were encountered: