Hello,
I am really sorry to ask this question but I am new to containers and Open route service. I want to run a Python script on a self-hosted instance in order not to have limitations on the number of calls to isochrones.
I think I have successfully set up the container. I want to run a very simple script :
client2=ors.Client(base_url=“http://localhost:8080/ors”)
client2.isochrones(locations=[[4.366051, 50.835549]],range_type=‘time’,range=[900])
and I get this error message (when it runs through the API) :
I guess I’m doing something wrong but I have no idea what. Could you help me please ?
Best regards !