error using GET OSM with Blender 5.2
Author: edmgCreated Jul 17, 2026Updated Aug 7, 2026
When I try to get OSM data I get an python error:
ERROR:BlenderGIS-master:99:Uncaught exception Traceback (most recent call last): File "C:\Users\damga\AppData\Roaming\Blender Foundation\Blender\5.2\scripts\addons\BlenderGIS-master\operators\io_import_osm.py", line 673, in execute result = api.query(query) File "C:\Users\damga\AppData\Roaming\Blender Foundation\Blender\5.2\scripts\addons\BlenderGIS-master\operators\lib\osm\overpy_init_.py", line 129, in query raise exception.OverpassUnknownHTTPStatusCode(f.code) BlenderGIS-master.operators.lib.osm.overpy.exception.OverpassUnknownHTTPStatusCode: Unknown/Unhandled status code: 406
I am using Blender 5.2
Source: domlysz/BlenderGIS