graphhopper / directions-api

Issues for the GraphHopper Directions API
https://graphhopper.com/api/1/docs/
60 stars 25 forks source link

500 Internal Server Error #3

Closed kairess closed 9 years ago

kairess commented 9 years ago

https://graphhopper.com/api/1/matrix?vehicle=car&key=[my_key]&from_point=52.651395%2C13.15567&from_point=52.432572%2C13.143539&from_point=52.43299%2C13.461571&from_point=52.622226%2C13.381233&to_point=52.651395%2C13.15567&to_point=52.432572%2C13.143539&to_point=52.43299%2C13.461571&to_point=52.622226%2C13.381233&out_array=distances&out_array=times [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (matrix, line 0)

karussell commented 9 years ago

We'll look into it

karussell commented 9 years ago

Thanks a lot for reporting this! This is now fixed and deployed, please re-open if you still have this problem!

BTW: if the set of your from and to points is identical you can just use 'point=lat,lon' no need for one with 'from_point=lat,lon' and one with 'to_point=lat,lon'.