Isochrone from point

Can you please help me with this issue

Hey,

as stated, any authorization information is missing. This most likely means that you don’t have an openrouteservice account or that you haven’t entered your API key into the plugin yet.
Have a look here for all setup needed.

Best regards

Thankyou, Further I am getting this error with isochrone for foot walking

QGIS version: 3.8.0-Zanzibar
QGIS code revision: 11aff65f10
Qt version: 5.11.2
GDAL version: 2.4.1
GEOS version: 3.7.2-CAPI-1.11.0 b55d2125
PROJ version: Rel. 5.2.0, September 15th, 2018
Processing algorithm…
Algorithm ‘Isochrones from point’ starting…
Input parameters:
{ ‘INPUT_AVOID_BORDERS’ : None, ‘INPUT_AVOID_COUNTRIES’ : ‘’, ‘INPUT_AVOID_FEATURES’ : [], ‘INPUT_AVOID_POLYGONS’ : ‘Polygon?crs=EPSG:4326&field=ID:string(0,0)&field=CENTER_LON:string(0,0)&field=CENTER_LAT:string(0,0)&field=AA_MINS:integer(0,0)&field=AA_MODE:string(0,0)&field=TOTAL_POP:string(0,0)&uid={01f297b2-4383-4545-86ea-51f28d7ffa24}’, ‘INPUT_METRIC’ : 0, ‘INPUT_POINT’ : None, ‘INPUT_PROFILE’ : 6, ‘INPUT_PROVIDER’ : 0, ‘INPUT_RANGES’ : ‘5, 10’, ‘OUTPUT’ : ‘TEMPORARY_OUTPUT’ }

Feature ID None caused a GenericServerError:
500 ({“error”:{“code”:3099,“message”:“Unable to build an isochrone map.”},“info”:{“engine”:{“version”:“6.8.1”,“build_date”:“2023-03-05T05:01:48Z”},“timestamp”:1679333510135}})
Execution completed in 1.04 seconds
Results:
{‘OUTPUT’: ‘Isochrones_84edcefa_3e8f_4e35_a3f5_2acedc795ceb’}

Loading resulting layers
Algorithm ‘Isochrones from point’ finished

QGIS version: 3.8.0-Zanzibar
QGIS code revision: 11aff65f10
Qt version: 5.11.2
GDAL version: 2.4.1
GEOS version: 3.7.2-CAPI-1.11.0 b55d2125
PROJ version: Rel. 5.2.0, September 15th, 2018
Processing algorithm…
Algorithm ‘Isochrones from point’ starting…
Input parameters:
{ ‘INPUT_AVOID_BORDERS’ : None, ‘INPUT_AVOID_COUNTRIES’ : ‘’, ‘INPUT_AVOID_FEATURES’ : [], ‘INPUT_AVOID_POLYGONS’ : ‘Polygon?crs=EPSG:4326&field=ID:string(0,0)&field=CENTER_LON:string(0,0)&field=CENTER_LAT:string(0,0)&field=AA_MINS:integer(0,0)&field=AA_MODE:string(0,0)&field=TOTAL_POP:string(0,0)&uid={9e03a9da-8f3b-4cb9-b2bf-7ccd3135c2d7}’, ‘INPUT_METRIC’ : 0, ‘INPUT_POINT’ : ‘8219614.560816,2097551.069470 [EPSG:3857]’, ‘INPUT_PROFILE’ : 6, ‘INPUT_PROVIDER’ : 0, ‘INPUT_RANGES’ : ‘5, 10’, ‘OUTPUT’ : ‘TEMPORARY_OUTPUT’ }

Feature ID None caused a ApiError:
400 ({“error”:{“code”:3000,“message”:“Parameter ‘avoid_polygons’ has incorrect value or format.”},“info”:{“engine”:{“version”:“6.8.1”,“build_date”:“2023-03-05T05:01:48Z”},“timestamp”:1679333663501}})
Execution completed in 2.12 seconds
Results:
{‘OUTPUT’: ‘Isochrones_8e4827ee_f847_4c34_87b6_68a0d0566f14’}

Loading resulting layers
Algorithm ‘Isochrones from point’ finished

Hi @Chidambarik23,

on a side note: QGIS LTR is Version 3.28 as of march 2023. I highly recommend an upgrade.
Although our plugin states that it works with 3.4.8, we don’t test with that version.

Regarding your Error, the passed avoid polygons look really strange. What kind of layer do you use here (apart from Polygon. So .shp, temporary, etc.)?

Best regards