You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I get and error that says: "Overpass query failed, ckeck logs for more infos."
And the logs are the nexts ones:
bpy.data.window_managers["WinMan"].(null) = True
bpy.data.window_managers["WinMan"].(null) = {'building'}
bpy.data.window_managers["WinMan"].(null) = '2'
Overpass query failed, ckeck logs for more infos.
I do not know how to fix this, any ideas?
Thanks for the incredible add-on <3
These are the logs from bgis.log file:
ERROR:BlenderGIS-master.operators.io_import_osm:675:Overpass query failed
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\urllib\request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1037, in _send_output
self.send(msg)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 975, in send
self.connect()
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1447, in connect
super().connect()
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 941, in connect
self.sock = self._create_connection(
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\socket.py", line 845, in create_connection
raise err
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] Se produjo un error durante el intento de conexión ya que la parte conectada no respondió adecuadamente tras un periodo de tiempo, o bien se produjo un error en la conexión establecida ya que el host conectado no ha podido responder
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Ricardo Pardo\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\BlenderGIS-master\operators\io_import_osm.py", line 673, in execute
result = api.query(query)
File "C:\Users\Ricardo Pardo\AppData\Roaming\Blender Foundation\Blender\3.3\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.3\3.3\python\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\urllib\request.py", line 519, in open
response = self._open(req, data)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\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.3\3.3\python\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\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.3\3.3\python\lib\urllib\request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] Se produjo un error durante el intento de conexión ya que la parte conectada no respondió adecuadamente tras un periodo de tiempo, o bien se produjo un error en la conexión establecida ya que el host conectado no ha podido responder>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try to Get OSM I do:
But I get and error that says: "Overpass query failed, ckeck logs for more infos."
And the logs are the nexts ones:
bpy.data.window_managers["WinMan"].(null) = True
bpy.data.window_managers["WinMan"].(null) = {'building'}
bpy.data.window_managers["WinMan"].(null) = '2'
Overpass query failed, ckeck logs for more infos.
I do not know how to fix this, any ideas?
Thanks for the incredible add-on <3
These are the logs from bgis.log file:
ERROR:BlenderGIS-master.operators.io_import_osm:675:Overpass query failed
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\urllib\request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1037, in _send_output
self.send(msg)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 975, in send
self.connect()
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 1447, in connect
super().connect()
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\http\client.py", line 941, in connect
self.sock = self._create_connection(
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\socket.py", line 845, in create_connection
raise err
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] Se produjo un error durante el intento de conexión ya que la parte conectada no respondió adecuadamente tras un periodo de tiempo, o bien se produjo un error en la conexión establecida ya que el host conectado no ha podido responder
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Ricardo Pardo\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\BlenderGIS-master\operators\io_import_osm.py", line 673, in execute
result = api.query(query)
File "C:\Users\Ricardo Pardo\AppData\Roaming\Blender Foundation\Blender\3.3\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.3\3.3\python\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\urllib\request.py", line 519, in open
response = self._open(req, data)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\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.3\3.3\python\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\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.3\3.3\python\lib\urllib\request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] Se produjo un error durante el intento de conexión ya que la parte conectada no respondió adecuadamente tras un periodo de tiempo, o bien se produjo un error en la conexión establecida ya que el host conectado no ha podido responder>
Beta Was this translation helpful? Give feedback.
All reactions