gis-ops / valhalla-qgis-plugin

QGIS plugin to use Valhalla for routing, isochrones and matrices.
GNU General Public License v3.0
12 stars 3 forks source link

Mapbox host issues #11

Closed atimpabi closed 9 months ago

atimpabi commented 1 year ago

Please I am running Valhalla in qgis on a Mapbox api. I have been using this for a while until lately these feedbacks appear without any isochrones outputs:

ApiError: 403 (Error transferring https://api.mapbox.com/valhalla/v1/isochrone?access_token=pk.eyJ1Ijoia3V1NDciLCJhIjoiY2xqNHRzZ2QxMDYwdjNwcXk1czdoZndpayJ9.Q5E9b2gS8CGk--Q8AdR_Hw - server replied: Forbidden) Was caused by feature ID 30 with parameters {'polygons': True, 'contours': [{'time': 6.0}, {'time': 15.0}, {'time': 30.0}, {'time': 60.0}], 'costing': 'bicycle', 'show_locations': True, 'locations': [{'lon': -0.780077, 'lat': 9.43348}], 'costing_options': {'bicycle': {'cycling_speed': 13, 'shortest': True}}, 'id': 30}

nilsnolde commented 1 year ago

Yeah I’m pretty sure Mapbox is not exposing Valhalla directly anymore.. Why not the open server?

atimpabi commented 1 year ago

By open server, do you mean local host? I am sorry for my naive question. i tried to look it up but its not really explaining much.

On Sat, Jun 24, 2023 at 3:14 AM Nils @.***> wrote:

Reopened #11 https://github.com/gis-ops/valhalla-qgis-plugin/issues/11.

— Reply to this email directly, view it on GitHub https://github.com/gis-ops/valhalla-qgis-plugin/issues/11#event-9624430887, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAYWWHFMPUOGZK453XIF72TXMZLSXANCNFSM6AAAAAAZSAEXCQ . You are receiving this because you authored the thread.Message ID: @.***>

atimpabi commented 1 year ago

I really don't know what I'm doing without mapbox. I have watched some videos and still cannot get around it. I tried to set up docker and the check test indicated that it is not working. This feedback keep coming:

@.*** MINGW64 ~ $ docker run hello-world docker: error during connect: this error may indicate that the docker daemon is not running: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create": open //./pipe/docker_engine: The system cannot find the file specified. See 'docker run --help'.

On Sat, Jun 24, 2023 at 8:08 PM akua timpabi @.***> wrote:

By open server, do you mean local host? I am sorry for my naive question. i tried to look it up but its not really explaining much.

On Sat, Jun 24, 2023 at 3:14 AM Nils @.***> wrote:

Reopened #11 https://github.com/gis-ops/valhalla-qgis-plugin/issues/11.

— Reply to this email directly, view it on GitHub https://github.com/gis-ops/valhalla-qgis-plugin/issues/11#event-9624430887, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAYWWHFMPUOGZK453XIF72TXMZLSXANCNFSM6AAAAAAZSAEXCQ . You are receiving this because you authored the thread.Message ID: @.***>

nilsnolde commented 9 months ago

Sorry, forgot about this. I meant this one: https://valhalla1.openstreetmap.de/. That'll work. New version coming up now.