-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello,
I'm running Valhalla on a local host using a docker image.
Running isochrones (and other routing functions) works for some points but then throws the following error:
Traceback (most recent call last):
File "C:\Users/yoavp/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\valhalla\processing\routing\valhalla\isochrones.py", line 138, in processAlgorithm
for result_feat in results_factory.get_results(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/yoavp/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\valhalla\core\results_factory.py", line 99, in get_results
result = self.router.request(endpoint, loc, **params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/yoavp/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\valhalla\core\router_factory.py", line 75, in request
raise ValhallaError(f"Locations are empty: {locations}")
valhalla.exceptions.ValhallaError: Locations are empty: []
Any idea why this is happenning?
Thanks!