* Giovanni Biscuolo [2007-05-09 16:39:30 +0200]:

> Package: flickrfs
> Version: 1.3.9.1-1
> Severity: normal
> 

[...]

> 
>  05/09/07 16:25:17 ERROR      Exception in function <bound method 
> Flickrfs.__sync_set_in_background of <__main__.Flickrfs instance at 
> 0x303af760>>
>  05/09/07 16:25:17 ERROR      Traceback (most recent call last):
>    File "/usr/bin/flickrfs", line 101, in _log_exception_wrapper
>      func(*args, **kw)
>    File "/usr/bin/flickrfs", line 312, in __sync_set_in_background
>      psetOnline = self.transfl.getPhotosFromPhotoset(set_id)
>    File 
> "/usr/share/pycentral/flickrfs/site-packages/flickrfs/transactions.py", line 
> 358, in getPhotosFromPhotoset
>      for p in rsp.photoset[0].photo:
>  AttributeError: XMLNode instance has no attribute 'photo'
> 
> I also see .meta files are empty.

Update.

I noticed upon flickrfs startup the following:

 Authorizing with flickr...
 Authorization complete.
 Sets are being populated in the background.
 fuse: warning: buffer size too small: 4

do I have to fine tune fuse?

After unmounting flickrfs (fusermount -u <mountpoint>) and
remounting it I am no more able to see photos and metadata in
<mountpoint>/sets/* :

 $ ls -lR myflickr/sets/
 myflickr/sets/:
 totale 0
 drwxr-xr-x 2 giovanni giovanni 0 2007-05-09 18:02 REfuse

 myflickr/sets/REfuse:
 totale 0

while I am able to see photo stream in <mountpoint>/stream (after mkdir
<mountpoint>/stream) and .meta file is correct

If I edit with vim it and save:

 "myflickr/stream/.Let's go out from THE tunnel.jpg.meta" Traceback (most 
recent call last):
   File "/usr/lib/python2.4/site-packages/fuse.py", line 40, in __call__
     return apply(self.func, args, kw)
   File "/usr/bin/flickrfs", line 763, in open
     self.handleAccessToNonImage(path)
   File "/usr/bin/flickrfs", line 853, in handleAccessToNonImage
     size = self.writeMetaInfo(inode.photoId, INFO)
   File "/usr/bin/flickrfs", line 234, in writeMetaInfo
     f.write('# Photo owner: %s NSID: %s\n' % (INFO[7], INFO[8]))
 TypeError: unsubscriptable object

**but** the metadata (tried with description) is actually saved and
correctly uploaded to Flickr :-)

If I add new photos to a set, I can see the foto under
"<mountpoint>/ser/<set>" with its metafile empty, but not under stream.

If I remount flickrfs I can see photos and meta files under "stream" but
not under "sets"

Ciao.
Giovanni.

-- 
Giovanni Biscuolo
_________________________________________________________________
         :: Xelera ::           |  web.....: http://xelera.it
 Free Software Infrastructures  |  email...: [EMAIL PROTECTED]
    Free Software Consulting    |  fax.....: +39-039-9519837
                                |  mobile..: +39-329-9427130

Attachment: signature.asc
Description: Digital signature

Reply via email to