https://bugs.kde.org/show_bug.cgi?id=375809
--- Comment #8 from caulier.gil...@gmail.com --- I found the problem why Exif viewer list is empty. Exiv2 generate a C++ exception : Thread 1 "digikam" hit Breakpoint 7, Digikam::MetaEngine::getStdExifTagsList (this=0x7fffffffaa00) at /mnt/data/5.x/core/libs/dmetadata/metaengine_exif.cpp:1106 1106 d->printExiv2ExceptionError(QString::fromLatin1("Cannot get Exif Tags list using Exiv2 "), e); (gdb) print e $51 = (Exiv2::Error &) @0x558fb50: {<Exiv2::AnyError> = {<No data fields>}, code_ = 23, count_ = 1, arg1_ = "8", arg2_ = "", arg3_ = "", msg_ = "Invalid ifdId 8"} ==> Invalid ifdId 8 This is strange because the code is exactly the same with CLI tool to print all Exiv2 know tags and the error do not appear. Gilles -- You are receiving this mail because: You are watching all bug changes.