Skip to content

Plugin "Locations are empty" error #34

@Yoavp81

Description

@Yoavp81

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions