-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instructions = 'false' returns HTTP 400 #138
Comments
instructions = 'false'
returns HTTP 400
This API call is working for me, why?
|
lol you just pinged a whole bunch of GitHub users and subscribed us to this issue! maybe adding code fences around your pasted output would have prevented? |
Umpf, sorry @jab !! Pasting on the mobile fun definitely has some disadvantages... :) |
@MichaelsJP this has got nothing to do with the geojson fix or am I wrong ? |
@TimMcCauley In fact it is connected to it. The error only happens while instructions = false and format = geojson. It's a missing try-catch in the code. |
E.g.
https://api.openrouteservice.org/directions?api_key=key&coordinates=8.34234%2C48.23424%7C8.34423%2C48.26424&profile=driving-car&instructions=false
returns
Could be related to #139 ..
The text was updated successfully, but these errors were encountered: