Error - time out?

Hi there

I am getting the following error after an inconsistent time when running an isochrone calculation for 150 points and 60 min. drive time… Any suggestions? I stumbled upon this thread TimeOut-Error for Isochrones-request on self-hosted instance , but I neither know it that is sort of the same problem nor would I know how to implement whatever was done there…

Any help would be greatly appreciated!

Regards

Philip

QGIS-Version: 3.28.0-Firenze

QGIS-Codeversion: ed3ad0430f

Qt-Version: 5.15.2

Python-Version: 3.9.5

GDAL-Version: 3.3.2

GEOS-Version: 3.9.1-CAPI-1.14.2

PROJ-Version: Rel. 8.1.1, September 1st, 2021

PDAL-Version: 2.3.0 (git-version: Release)

Algorithmus gestartet um: 2022-11-18T21:23:13

Algorithmus Isochrones from layer startet…

Eingabeparameter:

{ ‘INPUT_AVOID_BORDERS’ : None, ‘INPUT_AVOID_COUNTRIES’ : ‘’, ‘INPUT_AVOID_FEATURES’ : [], ‘INPUT_AVOID_POLYGONS’ : None, ‘INPUT_FIELD’ : ‘’, ‘INPUT_METRIC’ : 0, ‘INPUT_POINT_LAYER’ : ‘/Users/cnaehle/Documents/UK Köln/Projekte/AG Herz/Positionspapier Koronar-CT/temp2.shp’, ‘INPUT_PROFILE’ : 0, ‘INPUT_PROVIDER’ : 0, ‘INPUT_RANGES’ : ‘60’, ‘OUTPUT’ : ‘TEMPORARY_OUTPUT’ }

Traceback (most recent call last):
File “/Users/cnaehle/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/ORStools/common/client.py”, line 157, in request
response, content = self.nam.request(self.url,
File “/Users/cnaehle/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/ORStools/common/networkaccessmanager.py”, line 265, in request
raise self.exception_class(self.http_call_result.reason)
ORStools.common.networkaccessmanager.RequestsExceptionTimeout: Network error: Operation canceled

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/Users/cnaehle/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/ORStools/proc/isochrones_layer_proc.py”, line 155, in processAlgorithm
response = ors_client.request(‘/v2/isochrones/’ + profile, {}, post_json=params)
File “/Users/cnaehle/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/ORStools/common/client.py”, line 163, in request
raise exceptions.Timeout
ORStools.utils.exceptions.Timeout

Execution failed after 1383.24 Sekunden (23 Minuten 3 Sekunden)

Lade Ergebnis Layer

Algorithmus ‘Isochrones from layer’ beendet

solved…!!!

Hi @cnaehle,

it would be great if you could post your solution. Did you adjust the timeout in the provider?

Best regards