3liz/QuickOSM

Error in the logs, in the QuickOSM panel

ussybukar opened this issue · 5 comments

What is the bug?

You have to look at the log to see what the Error(s) is.
View > Panels > Log Messages

Look through the tabs and see what kind of Error(s) you have. You are being directed to the QuickOSM tab, but look at the others too just in case there are related errors elsewhere.

ile "C:\Users/63926/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
self._run()

          File "C:\Users/63926/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/63926/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 318, in process_quick_query
          return process_query(
         
          File "C:\Users/63926/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\process.py", line 257, in process_query
          return open_file(
         
          File "C:\Users/63926/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/63926/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.3/apps/qgis/./python/plugins\processing\tools\general.py", line 106, in run
          return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
         
          File "C:\PROGRA~1/QGIS33~1.3/apps/qgis/./python/plugins\processing\core\Processing.py", line 158, in runAlgorithm
          raise QgsProcessingException(msg)

I have the same issue in using the QuickOSM, and this is what my log messages shows when i open the QuickOSM

Yes, looks like the same problem I, and others, have been having.

#352

The only way I could 'fix' it was to use an older version of QGIS. The problem never happened until I upgraded. Try opening the plugins menu. Uncheck the Processing Plugin. Then recheck it. See if you get an error in the Log Messages under the PROCESSING TAB like this: "WARNING Plugin "processing" is not compatible with this version of QGIS. It will be disabled." If so, then the only thing you can do it use an older version of QGIS until this is resolved somehow or other. I just used a QGIS version from around Aug. 2023 and it works fine.

Gustry commented

Please check issue #422

@scocasso can you move your comment there, thanks.