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
When I try to run a query I keep getting this error
2024-11-22T15:19:50 INFO All OSM objects with the key 'highway'='primary' in het bereik van kaartvenster of laag are going to be downloaded.
2024-11-22T15:19:50 INFO Query: highway_primary
2024-11-22T15:19:50 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22highway%22%3D%22primary%22;%0A way%22highway%22%3D%22primary%22;%0A relation%22highway%22%3D%22primary%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2024-11-22T15:19:50 INFO Request completed
2024-11-22T15:19:50 INFO Checking OSM file content C:/Users/20193149/AppData/Local/Temp/request-VXHAmU.osm
2024-11-22T15:19:50 INFO The OSM file is: C:/Users/20193149/AppData/Local/Temp/request-VXHAmU.osm
2024-11-22T15:19:51 INFO The OSM parser took: 00h 00m 01s
2024-11-22T15:19:51 CRITICAL Er trad een kritische fout op, dit is de traceback:
2024-11-22T15:19:51 CRITICAL
2024-11-22T15:19:51 CRITICAL base_processing_panel.py
2024-11-22T15:19:51 CRITICAL setValue(self, value: int): argument 1 has unexpected type 'float'
2024-11-22T15:19:51 CRITICAL File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()
File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 423, in _run
num_layers = process_quick_query(
^^^^^^^^^^^^^^^^^^^^
File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
return process_query(
^^^^^^^^^^^^^^
File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
return open_file(
^^^^^^^^^^
File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 120, in open_file
dialog.set_progress_percentage(i / len(layers) * 100)
File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\dialog.py", line 376, in set_progress_percentage
self.progress_bar.setValue(percent)
QuickOSM version: License GPL Version 2
QGIS version: QGIS Desktop 3.40.0
OS: Openstreetmap
The text was updated successfully, but these errors were encountered:
When I try to run a query I keep getting this error
2024-11-22T15:19:50 INFO All OSM objects with the key 'highway'='primary' in het bereik van kaartvenster of laag are going to be downloaded.
2024-11-22T15:19:50 INFO Query: highway_primary
2024-11-22T15:19:50 INFO Encoded URL: https://lz4.overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A(%0A node%22highway%22%3D%22primary%22;%0A way%22highway%22%3D%22primary%22;%0A relation%22highway%22%3D%22primary%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin
2024-11-22T15:19:50 INFO Request completed
2024-11-22T15:19:50 INFO Checking OSM file content C:/Users/20193149/AppData/Local/Temp/request-VXHAmU.osm
2024-11-22T15:19:50 INFO The OSM file is: C:/Users/20193149/AppData/Local/Temp/request-VXHAmU.osm
2024-11-22T15:19:51 INFO The OSM parser took: 00h 00m 01s
2024-11-22T15:19:51 CRITICAL Er trad een kritische fout op, dit is de traceback:
2024-11-22T15:19:51 CRITICAL
2024-11-22T15:19:51 CRITICAL base_processing_panel.py
2024-11-22T15:19:51 CRITICAL setValue(self, value: int): argument 1 has unexpected type 'float'
2024-11-22T15:19:51 CRITICAL File "C:\Users/20193149/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()
The text was updated successfully, but these errors were encountered: