Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.42k stars 3.4k forks source link

OSRM API can't be accessible #7037

Open VishalPatel43 opened 1 month ago

VishalPatel43 commented 1 month ago

Can't use the OSRM API

http://router.project-osrm.org/route/v1/driving/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false

ArjunPrasadSarkhel commented 1 month ago

Please can someone check this? Now also it's not working! Returns 504 Gateway time out

donno commented 1 month ago

From IRC:

since yesterday the test server sometimes stops completely. A restart fixes it, but I don't know yet which query is the evil one that makes it go into an infinite loop

At the time I'm writing this the demo/test server is back up.

jcoupey commented 1 month ago

The demo server not being up is definitely not a bug with the software. The demo server is provided with best effort and no guarantee whatsoever. If you need an OSRM instance (especially for commercial purposes), the right approach is to run your own and handle the maintenance yourself, see https://github.com/Project-OSRM/osrm-backend/wiki/Api-usage-policy.

id11669409 commented 1 month ago

When will it be restored?

XQL-L commented 1 month ago

API still doesn't work now.