Olafdl
1
I get a UserWarning:
*UserWarning: Server down.*
*Retrying for the 1st time.*
* stacklevel=1)*
After ten retries there is a timeout.
My Python code:
import openrouteservice as ors
api_key = ".."
client = ors.Client(key=api_key)
directions = ors.client.directions(client, ((8.681495,49.41461), (8.687872,49.420318)), "foot-walking")
Is there something wrong and do you have any idea when this would be fixed?
amandus
2
Hi @Olafdl,
Currently the foot-walking profile is down. See http://status.openrouteservice.org/.
It should be up again in a couple of minutes (or 10s of minutes).
Best regards
Olafdl
4
foot-walking profile is down again. Is there an expectation when this service will be up again?
adam
5
Hopefully within the next half an hour
1 Like
adam
6
aaaaaaaaaand foot-walking is back
1 Like