Skip to content
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

Table api returns null while route api returns a route #6161

Closed
safe-bug opened this issue Nov 27, 2021 · 2 comments
Closed

Table api returns null while route api returns a route #6161

safe-bug opened this issue Nov 27, 2021 · 2 comments
Labels

Comments

@safe-bug
Copy link

safe-bug commented Nov 27, 2021

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

@mjjbell
Copy link
Member

mjjbell commented Nov 28, 2021

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.

Copy link

github-actions bot commented Jul 8, 2024

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Jul 8, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants