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
Response: {"error":{"code":2004,"message":"Request parameters exceed the server configuration limits. The approximated route distance must not be greater than 6000000.0 meters."}}
The text was updated successfully, but these errors were encountered:
API returns limit exceeded error even when the whole segment is marked to be skipped.
If a segment is to be skipped, then it should not count on the distance limit.
Request
URL:
https://api.openrouteservice.org/v2/directions/driving-car
body:
{"coordinates":[[8.681495,49.41461],[-38.43326568603516, -12.967758119178905]],"skip_segments":[1]}
Response:
{"error":{"code":2004,"message":"Request parameters exceed the server configuration limits. The approximated route distance must not be greater than 6000000.0 meters."}}
The text was updated successfully, but these errors were encountered: