peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Another crash in db.py on refresh of whole Pictures directory #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Traceback (most recent call last):
   File "/usr/share/jbrout/jbrout.py", line 1586, in on_menu_refresh
    self.on_drop_folders_from_os(model,[path])
   File "/usr/share/jbrout/jbrout.py", line 1686, in on_drop_folders_from_os
    for nb in iterator:
   File "/usr/share/jbrout/jbrout/db.py", line 168, in add
    self.__addPhoto( nodeDir,file ,tags,filesInBasket)
   File "/usr/share/jbrout/jbrout/db.py", line 206, in __addPhoto
    raise ImportError( str(m), file )
 ImportError: /home/matej/Obrázky/2009/06/skochovice/p20090614_063323.jpg: The file contains data of an unknown image type

Original issue reported on code.google.com by matej.c...@gmail.com on 28 May 2012 at 12:17

GoogleCodeExporter commented 8 years ago
This issue is now fixed along with issue 141 in r342, please re-open if there 
was a particular issue with the file mentioned in the error message.

Original comment by r...@wallace.gen.nz on 4 Oct 2012 at 10:37