Comment 4 for bug 913762

Revision history for this message
f_padia (f-padia) wrote :

ok this is the output:

faheem@faheem-HP-Laptop:~$ /usr/lib/unity-scope-shotwell/unity-scope-shotwell
Shotwell database backup: OK
Search changed to: 'None'
Traceback (most recent call last):
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 63, in on_search_changed
    self.update_results_model (search, results)
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 79, in update_results_model
    for i in self.shotwell(search, date):
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 138, in shotwell
    metadata.read()
  File "/usr/lib/python2.7/dist-packages/pyexiv2/metadata.py", line 107, in read
    self.__image = self._instantiate_image(self.filename)
  File "/usr/lib/python2.7/dist-packages/pyexiv2/metadata.py", line 74, in _instantiate_image
    raise IOError(ENOENT, os.strerror(ENOENT), filename)
IOError: [Errno 2] No such file or directory: '/home/faheem/Pictures/2011/02/19/CameraZOOM-20110219161024_1.jpg'
Search changed to: 'None'
Traceback (most recent call last):
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 63, in on_search_changed
    self.update_results_model (search, results)
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 79, in update_results_model
    for i in self.shotwell(search, date):
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 138, in shotwell
    metadata.read()
  File "/usr/lib/python2.7/dist-packages/pyexiv2/metadata.py", line 107, in read
    self.__image = self._instantiate_image(self.filename)
  File "/usr/lib/python2.7/dist-packages/pyexiv2/metadata.py", line 74, in _instantiate_image
    raise IOError(ENOENT, os.strerror(ENOENT), filename)
IOError: [Errno 2] No such file or directory: '/home/faheem/Pictures/2011/02/19/CameraZOOM-20110219161024_1.jpg'
Search changed to: 'me'
Traceback (most recent call last):
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 63, in on_search_changed
    self.update_results_model (search, results)
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 86, in update_results_model
    for i in self.shotwell(search, date):
  File "/usr/lib/unity-scope-shotwell/unity-scope-shotwell", line 138, in shotwell
    metadata.read()
  File "/usr/lib/python2.7/dist-packages/pyexiv2/metadata.py", line 107, in read
    self.__image = self._instantiate_image(self.filename)
  File "/usr/lib/python2.7/dist-packages/pyexiv2/metadata.py", line 74, in _instantiate_image
    raise IOError(ENOENT, os.strerror(ENOENT), filename)
IOError: [Errno 2] No such file or directory: '/home/faheem/Pictures/2011/02/19/CameraZOOM-20110219161024_1.jpg'

dont know what the first bits mean but at the end it seems like it is searching for a particular photo for some reason?