3liz / QuickOSM

QGIS plugin to fetch OSM data with the Overpass API
GNU General Public License v2.0
180 stars 54 forks source link

QuickOSM is not working #499

Closed theklaa closed 2 months ago

theklaa commented 2 months ago

Hello, I want to depict public_transport in Lüneburg as point data, but everytime I run the query, I get this error message:

2024-04-16T18:33:40 CRITICAL Error in the QGIS log window, then the QuickOSM panel, copy/paste it and please report it, if you know how to copy/paste QGIS logs. Please check pinned tickets first.

And this is from the QuickOSM log messages:

2024-04-16T18:33:33 INFO All OSM objects with the key 'public_transport' in Lüneburg are going to be downloaded. 2024-04-16T18:33:33 INFO Query: public_transport_Lüneburg 2024-04-16T18:33:36 INFO Request completed 2024-04-16T18:33:36 INFO Encoded URL: https://overpass-api.de/api/interpreter?data=[out:xml] [timeout:25];%0A area(3602420744) -%3E .area_0;%0A(%0A node%22public_transport%22;%0A way%22public_transport%22;%0A relation%22public_transport%22;%0A);%0A(._;%3E;);%0Aout body;&info=QgisQuickOSMPlugin 2024-04-16T18:33:40 INFO Request completed 2024-04-16T18:33:40 INFO Checking OSM file content C:/Users/49174/AppData/Local/Temp/request-PbxPMS.osm 2024-04-16T18:33:40 INFO The OSM file is: C:/Users/49174/AppData/Local/Temp/request-PbxPMS.osm 2024-04-16T18:33:40 CRITICAL A critical error occurred, this is the traceback: 2024-04-16T18:33:40 CRITICAL
2024-04-16T18:33:40 CRITICAL base_processing_panel.py 2024-04-16T18:33:40 CRITICAL Error: Algorithm qgis:checkvalidity not found

2024-04-16T18:33:40 CRITICAL File "C:\Users/49174/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run self._run()

          File "C:\Users/49174/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\quick_query_panel.py", line 421, in _run
          num_layers = process_quick_query(

          File "C:\Users/49174/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(

          File "C:\Users/49174/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(

          File "C:\Users/49174/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 106, in open_file
          layers = osm_parser.processing_parse()

          File "C:\Users/49174/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\parser\osm_parser.py", line 147, in processing_parse
          validity = processing.run(

          File "C:\PROGRA~1/QGIS33~1.5/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 109, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)

          File "C:\PROGRA~1/QGIS33~1.5/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 158, in runAlgorithm
          raise QgsProcessingException(msg)

I have just installed QGIS and I am using the version 3.34.5-Prizren on my Windows-Laptop. Can you help me, please?

theklaa commented 2 months ago

Okay, I read #352 and enabled processing. Now it is working :)