You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the freerouting API in a docker container. I don't see any place for creating an API key for the container. However when I use the Python library to try and connect to my API, I get an error related to api keys:
# Cannot set the API key to none
client = FreeroutingClient( base_url="http://localhost:37864", version="dev",api_key=None)
# ValueError: API key must be provided
# Cannot not specify the API key
client = FreeroutingClient( base_url="http://localhost:37864", version="dev")
# TypeError: FreeroutingClient.__init__() missing 1 required positional argument: 'api_key'
As a sanity check as well, I am definitely running the API at that port: