3liz / QuickOSM

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

Cannot open tha osm data in qgis #485

Closed Mishaal-Fatima closed 5 months ago

Mishaal-Fatima commented 5 months ago

2024-01-25T13:36:14 CRITICAL File "C:\Users/rqmifa/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\ui\base_processing_panel.py", line 47, in run self._run()

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

          File "C:\Users/rqmifa/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/rqmifa/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QuickOSM\core\parser\osm_parser.py", line 332, in processing_parse
          layers[layer]['vector_layer'] = processing.run("native:refactorfields", {

          File "C:\PROGRA~1/QGIS33~1.2/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.2/apps/qgis/./python/plugins\processing\core\Processing.py", line 176, in runAlgorithm
          ret, results = execute(alg, parameters, context, feedback, catch_exceptions=False)

          File "C:\PROGRA~1/QGIS33~1.2/apps/qgis/./python/plugins\processing\gui\AlgorithmExecutor.py", line 70, in execute
          results, ok = alg.run(parameters, context, feedback, {}, False)
Gustry commented 5 months ago

I think you are missing one part in the error message, at the end. We don't know what is the error here. But it looks quite linked to #422. I'm closing, but feel free to ask to reopen if it's not linked and you can't fix it.