BlenderGIS icon indicating copy to clipboard operation
BlenderGIS copied to clipboard

report: rise Overpass query failed, ckeck logs for more infos.

Open Eun234 opened this issue 6 months ago • 0 comments

Blender and OS versions

<Windows, Blender 3.6ver>

Describe the bug

<I keep getting this error when trying to get OSM. report: rise Overpass query failed, ckeck logs for more infos.>

How to Reproduce

<I installed the GIS add-on in Blender, selected the Seoul area in the base map, and got elevation. Then, in get OSM, I selected building, highway, landuse, leisure, natural, railway, and waterway, set elevation from object to the loaded map, and pressed ok. Please see the attached screenshot for details.>

screenshot.zip

Error message

<During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\yaong\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlenderGIS-master\operators\io_import_osm.py", line 673, in execute result = api.query(query) File "C:\Users\yaong\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlenderGIS-master\operators\lib\osm\overpy__init__.py", line 81, in query f = urlopen(req, query, timeout=TIMEOUT) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:1007)>>

Eun234 avatar Dec 22 '23 06:12 Eun234