GIS Blender Error with OSM highways and buildings
I selected a part of the map first and then added the height map which worked and when I tried to add the highways and buildings with OSM it didn't work. Here are the logs :
DEBUG:BlenderGIS-master.operators.io_import_osm:667:Requests overpass server : http://overpass.openstreetmap.fr/api/interpreter
DEBUG:BlenderGIS-master.operators.io_import_osm:670:Overpass query : [out:xml][bbox:51.8086147486172,-8.074951182439776,51.849352765063614,-7.976074211267927];(((way[highway];);>;););out;
ERROR:BlenderGIS-master:99:Uncaught exception
Traceback (most recent call last):
File "C:\Users\jimij\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\BlenderGIS-master\operators\io_import_osm.py", line 673, in execute
result = api.query(query)
File "C:\Users\jimij\AppData\Roaming\Blender Foundation\Blender\5.1\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: 403
Any idea how to resolve this error ? I am in france which is why I chose the .fr api interpreter link