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 #483

Closed this-is-MSSP closed 7 months ago

this-is-MSSP commented 7 months ago

What is the bug?

2023-11-24T23:36:13     INFO    The OSM file is: C:\Users\ACER\Downloads\map.osm
2023-11-24T23:36:14     CRITICAL    A critical error occurred, this is the traceback:
2023-11-24T23:36:14     CRITICAL    
2023-11-24T23:36:14     CRITICAL    base_processing_panel.py
2023-11-24T23:36:14     CRITICAL    Error: Algorithm qgis:checkvalidity not found

2023-11-24T23:36:14     CRITICAL     File "C:\Users/ACER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
              self._run()

              File "C:\Users/ACER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\osm_file_panel.py", line 223, in _run
              open_file(

              File "C:\Users/ACER/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/ACER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\parser\osm_parser.py", line 133, in processing_parse
              validity = processing.run(

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

              File "C:\PROGRA~1/QGIS32~1.1/apps/qgis/./python/plugins\processing\core\Processing.py", line 169, in runAlgorithm
              raise QgsProcessingException(msg)

2023-11-24T23:36:28     INFO    The OSM file is: C:\Users\ACER\Downloads\map.osm
2023-11-24T23:36:28     CRITICAL    A critical error occurred, this is the traceback:
2023-11-24T23:36:28     CRITICAL    
2023-11-24T23:36:28     CRITICAL    base_processing_panel.py
2023-11-24T23:36:28     CRITICAL    Error: Algorithm qgis:checkvalidity not found

2023-11-24T23:36:28     CRITICAL     File "C:\Users/ACER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run
              self._run()

              File "C:\Users/ACER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\osm_file_panel.py", line 223, in _run
              open_file(

              File "C:\Users/ACER/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/ACER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\parser\osm_parser.py", line 133, in processing_parse
              validity = processing.run(

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

              File "C:\PROGRA~1/QGIS32~1.1/apps/qgis/./python/plugins\processing\core\Processing.py", line 169, in runAlgorithm
              raise QgsProcessingException(msg)

Environment

Gustry commented 7 months ago

Check pinned ticket #422, you can fix it yourself.