qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.54k stars 2.99k forks source link

An error has occurred while executing Python code: While running toolbox 'Import Geotagged Photos' on MacOS #49216

Open GeoBI-IT opened 2 years ago

GeoBI-IT commented 2 years ago

What is the bug or the crash?

When running 'Import Geotagged Photos' from either the toolbox or graphic modeler, the proces is terminated and the following error is reported in the log:

An error has occurred while executing Python code:

Exception: unknown

Traceback (most recent call last): File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/gui/AlgorithmDialog.py", line 273, in runAlgorithm 'parameters': self.algorithm().asMap(parameters, self.context)

Exception: unknown

Python version: 3.9.5 (default, Sep 10 2021, 16:18:19) [Clang 12.0.5 (clang-1205.0.22.11)] QGIS version: 3.26.0-Buenos Aires Buenos Aires, 0aece2818e

Steps to reproduce the issue

Go to toolbox

  1. click on 'import geotagged photo's
  2. select folder
  3. run process
  4. see error

Versions

Python version: 3.9.5 (default, Sep 10 2021, 16:18:19) [Clang 12.0.5 (clang-1205.0.22.11)] QGIS version: 3.26.0-Buenos Aires Buenos Aires, 0aece2818e

Supported QGIS version

New profile

Additional context

Also with a new profile this error appears:

2022-07-01T13:47:10 WARNING Traceback (most recent call last): File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/gui/AlgorithmDialog.py", line 273, in runAlgorithm 'parameters': self.algorithm().asMap(parameters, self.context) Exception: unknown

shayneoneill commented 2 years ago

Is there a fix to this? I get this running models.

visaviweb commented 2 years ago

I got the same error with 3.24.2-Tisler

baswein commented 2 years ago

I also get this running a model on a Mac using 3.26.

pablofaraujo commented 2 years ago

I also get this running on Mac using 3.26

pankus commented 2 years ago

The same error generating XYZ Tiles (Directory)... on Mac too (QGIS 3.26)

msilikale05 commented 2 years ago

The same error generating XYZ Tiles (Directory)... on Mac too (QGIS 3.26)

Same here!

feefladder commented 1 year ago

A student encountered the same error on a mac running QGIS 3.26 when using modelbuilder.

A bit more specifically, it only errors if there are vector fields that allow multiple values. Otherwise it works fine.