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
Critical Error Occurs apparently only on one key / value combination: landuse=grass
I have been using quickOSM successfully all day with many other key/val combinations but as soon as I try landuse=grass then I get a critical error. Log below:
2023-04-05T16:58:14 CRITICAL A critical error occurred, this is the traceback:
2023-04-05T16:58:14 CRITICAL
2023-04-05T16:58:14 CRITICAL base_processing_panel.py
2023-04-05T16:58:14 CRITICAL unknown
2023-04-05T16:58:14 CRITICAL File "/Users/jdpass/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/ui/base_processing_panel.py", line 47, in run
self._run()
File "/Users/jdpass/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/ui/quick_query_panel.py", line 421, in _run
num_layers = process_quick_query(
File "/Users/jdpass/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/core/process.py", line 318, in process_quick_query
return process_query(
File "/Users/jdpass/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/core/process.py", line 257, in process_query
return open_file(
File "/Users/jdpass/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/core/process.py", line 106, in open_file
layers = osm_parser.processing_parse()
File "/Users/jdpass/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/core/parser/osm_parser.py", line 161, in processing_parse
layers[layer]['vectorLayer'] = processing.run(
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py", line 108, in run
return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 179, in runAlgorithm
ret, results = execute(alg, parameters, context, feedback, catch_exceptions=False)
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/gui/AlgorithmExecutor.py", line 72, in execute
results, ok = alg.run(parameters, context, feedback, {}, False)
Environment
QuickOSM version: 2.2.1
QGIS version: 3.30.0-'s-Hertogenbosch
OS: MacOS 13.2.1
The text was updated successfully, but these errors were encountered:
I guess it's a duplicate of #422 and you should be able to fix it your self by following instructions. Let me know if it doesn't work and we can reopen.
Hi Étienne,
Thanks for getting back to me so quickly, I’ve looked and its not a duplicate, nor did the solution posted there fix anything for me.
JdPass
Processing plug-in is installed and checked, I've restarted QGIS as well.
I was able to work around it by taking different extents and working around the area where there must be some landuse=grass polygon that is causing error.
Critical Error Occurs apparently only on one key / value combination: landuse=grass
I have been using quickOSM successfully all day with many other key/val combinations but as soon as I try landuse=grass then I get a critical error. Log below:
Environment
The text was updated successfully, but these errors were encountered: