Hi @weli ,
please read existing forum entries prior to posting a new topic!
There is a search function (magnifying glass) on the top right.
There are already:
Hello,
I’m using openrouteservice with docker. I can get a matrix with “driving-car” all right, but I struggle to get the same matrix with “foot-walking”. Profiles “car” and “walking” are actives.
When I try to get the matrix with “foot-walking” I have the following error :
“{“error”:{“code”:6099,“message”:“Unable to compute a distance/duration matrix.”}…”
Here is my request code (with Python):
body = {"locations":locations,"metrics":["distance", "duration"],"units":"m"}
headers …
Hello guys, I use the ORS API services in multiple applications. Suddenly the matrix API stopped working for the foot-walking profiles. It works normally for the other profiles, but the foot-walking always return 6099 for the coordinates I am testing. Even in the ORS api playground, turning the path variable from driving-car to foot-walking makes the response to have only 0 distance/duration results, which is totally wrong and different from the driving-car values. My request test:
POST to http…
and
Hi,
Great API, with the R interface this works like a charm. However, I am computing lots of 50x50 duration matrices by car in French municipalities, and I stumbled on this [6099] error in a particular one. I understand that this means that the routing algorithm failed on one of the origin/destination pair. However I don’t know how to debug it and identify the faulty pair without throwing 2500 requests and see which one fails. How would you proceed to debug such a situation ?
These computation…
but that last one might be too old to be relevant.
If the proposed solutions there don’t help, please provide more information like you suggested:
ors-config.json (or app.config), log files (as seen in one of the other posts) as well as the actual request you sent.
Best regards