-
Notifications
You must be signed in to change notification settings - Fork 4
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
Localhost access token #4
Comments
You don’t need a token. Can you look into the Valhalla docker logs and the QGIS log messages (View > Panels > Log Messages). You’re having some trouble with your input data. Which plugin version are you on? There’s been a problem in #2 but that’s resolved since last week. |
If I look into log messages in QGIS I'm getting this in the Processing tab when I start the program (I'm using the Valhalla plugin version 2.2.0):
Which mean When I try to calculate a route with Valhalla (truck, shortest) I get this in the Valhalla tab of QGIS Log Panel:
And this is the Valhalla Docker log:
Also, when I run
|
Well..
You're missing a graph, it never built it, there's no OSM PBF. What's your |
I removed the docker image and created again with a new cocker-compose.yml and now it works fine and it don't ask me for a token localy. I'm pretty new with Docker, sorry. This is the new docker-compose.yml
|
don't worry, you're not the first one who thinks a token might be the problem. I'll close and pin the issue. |
I'm running Valhalla in localhost using Docker, but when I try to run a route calculation using localhost provider I get this message
Do I need an api key to run Valhalla using localhost as provider? How can I get it?
The text was updated successfully, but these errors were encountered: