Closed GoogleCodeExporter closed 9 years ago
Now this one stopped the importing:
Traceback (most recent call last):
File "./jbrout.py", line 1521, in on_menu_refresh
self.on_drop_folders_from_os(model,[path])
File "./jbrout.py", line 1616, in on_drop_folders_from_os
for nb in iterator:
File "/home/lomex/filme/jbrout/jbrout/db.py", line 132, in add
self.__addPhoto( file ,tags,filesInBasket)
File "/home/lomex/filme/jbrout/jbrout/db.py", line 192, in __addPhoto
raise Exception(err+"\nPhoto has incorrect exif/iptc tags, can't be imported :\n"+str([file,]))
Exception: Traceback (most recent call last):
File "/home/lomex/filme/jbrout/jbrout/db.py", line 181, in __addPhoto
needAutoRotation=DBPhotos.autorotAtImport,
File "/home/lomex/jb/jbrout/jbrout/tools.py", line 223, in __init__
self.__info.writeMetadata()
IOError: Setting Exif metadata in GIF images is not supported
If its not supported, why then do we care for it?
Just ignoring it or printing a warning would be enough...
Original comment by lome...@googlemail.com
on 13 Oct 2009 at 4:24
Would you have an archive with all problematic pictures ?
Original comment by tbenita
on 1 Nov 2009 at 12:31
seems not so easy to find them, i attached the most simple two including the
traceback i got. tested on
revision 270 fresh from svn.
Original comment by lome...@googlemail.com
on 1 Nov 2009 at 4:40
Attachments:
As of r342 files with issues are skipped and listed at the end of the import
Original comment by r...@wallace.gen.nz
on 5 Oct 2012 at 7:11
Original issue reported on code.google.com by
lome...@googlemail.com
on 13 Oct 2009 at 4:19