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

Match service returns 'Internal server error' #1805

Closed
vitalidze opened this issue Dec 8, 2015 · 2 comments
Closed

Match service returns 'Internal server error' #1805

vitalidze opened this issue Dec 8, 2015 · 2 comments
Milestone

Comments

@vitalidze
Copy link

Hi

Since yesterday queries to the 'match' service started to return the 'Internal server error'. Here is the cURL example:

POST request (the usual way, used from javascript in browser)

curl -X POST --data "loc=56.035162,36.925105&t=1449485106&loc=56.034913,36.928372&t=1449485116&loc=56.035367,36.931710&t=1449485126&loc=56.035748,36.935408&t=1449485137&loc=56.036182,36.938718&t=1449485147&loc=56.036400,36.942150&t=1449485157&loc=56.036668,36.943785&t=1449485162&loc=56.038137,36.947608&t=1449485176" http://router.project-osrm.org/match
{"status": 500,"status_message":"Internal Server Error"}%

GET request (used for test)

curl http://router.project-osrm.org/match\?loc\=56.035162,36.925105\&t\=1449485106\&loc\=56.034913,36.928372\&t\=1449485116\&loc\=56.035367,36.931710\&t\=1449485126\&loc\=56.035748,36.935408\&t\=1449485137\&loc\=56.036182,36.938718\&t\=1449485147\&loc\=56.036400,36.942150\&t\=1449485157\&instructions\=true

Is there something changed in the API? Or the queries are incorrect? Any help appreciated.

@TheMarex
Copy link
Member

Fixed.

@vitalidze
Copy link
Author

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants