Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apefil error on ubuntu 18.10 #33

Closed
reginaldc opened this issue Dec 6, 2018 · 2 comments
Closed

apefil error on ubuntu 18.10 #33

reginaldc opened this issue Dec 6, 2018 · 2 comments

Comments

@reginaldc
Copy link

Hi,

I get this error while trying importphotos on ubuntu 18.10:

KeyError: '.apefil'
Traceback (most recent call last):
File "/home/reginald/.var/app/org.qgis.qgis/data/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/ImportPhotos.py", line 368, in ok
self.extension = self.extension_switch[self.extension]
KeyError: '.apefil'

Python versie: 3.5.2 (default, Oct 11 2018, 08:33:18) [GCC 6.4.0]
QGIS versie: 3.2.3-Bonn Bonn, 9b17680

Regards,

Mariosmsk added a commit that referenced this issue Feb 11, 2019
@Mariosmsk
Copy link
Member

Hi @reginaldc ,
ImportPhotos v1.9 has been released. Check QGIS repository.
Thanks.

@edips
Copy link

edips commented Dec 12, 2020

Hi. I also get this error and another error on Ubuntu 20.10. For first error I saved input folder location and output folder location in the same place, second error I saved the locations to different paths.

2020-12-12T15:03:39     WARNING    Traceback (most recent call last):
              File "/home/edip/.local/share/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/ImportPhotos.py", line 388, in ok
              self.import_photos(self.directoryPhotos, self.outputPath, self.load_style, showMessageHide)
              File "/home/edip/.local/share/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/ImportPhotos.py", line 456, in import_photos
              self.extension = self.extension_switch[self.extension]
             KeyError: '.apefil'
             
2020-12-12T15:06:53     WARNING    Traceback (most recent call last):
              File "/home/edip/.local/share/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/ImportPhotos.py", line 388, in ok
              self.import_photos(self.directoryPhotos, self.outputPath, self.load_style, showMessageHide)
              File "/home/edip/.local/share/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/ImportPhotos.py", line 456, in import_photos
              self.extension = self.extension_switch[self.extension]
             KeyError: '.pefi'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants