Re: [Flickrfs-users] Releasing new version 1.29 with sync capability, automatic resize and more
Brought to you by:
manishrjain
From: Manish R. J. <man...@gm...> - 2006-05-26 01:25:43
|
Thnx Fabio I cudn't reproduce the error. However, I realized what cud be a possible cause, and have put up a fix, as version 1.29.1. Try that out, and check if the bug is fixed. If still not, then can please provide steps to reproduce the error. Cheers Manish On 5/26/06, Fabio Spelta <sp...@gm...> wrote: > > ughi@ughi:~/flickrfs-v1.29 $ sudo ./flickrfs.py /home/ughi/flickrfs > Password: > No default size of image found. Will upload original size of images. > Authorizing with flickr... > Authorization complete. Retrieving photos... > 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 "./flickrfs.py", line 1147, in write > self._mkfileWithMeta(parentPath, id) > File "./flickrfs.py", line 623, in _mkfileWithMeta > INFO =3D self.transfl.getPhotoInfo(id) > File "./flickrfs.py", line 235, in getPhotoInfo > rsp =3D self.fapi.photos_getInfo(auth_token=3Dself.authtoken, > photo_id=3DphotoId) > File "/home/ughi/flickrfs-v1.29/flickrapi.py", line 240, in handler > postData =3D str(urllib.urlencode(arg)) + "&api_sig=3D" + \ > File "/home/ughi/flickrfs-v1.29/flickrapi.py", line 195, in __sign > for a in keys: dataName +=3D (a + data[a]) > TypeError: cannot concatenate 'str' and 'NoneType' objects > 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 "./flickrfs.py", line 1136, in write > self.transfl.put2Set(pinode.setId, id) > File "./flickrfs.py", line 206, in put2Set > log.info("Uploading photo:"+photo_id+":to set_id:"+set_id) > TypeError: cannot concatenate 'str' and 'NoneType' objects > 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 "./flickrfs.py", line 1136, in write > self.transfl.put2Set(pinode.setId, id) > File "./flickrfs.py", line 206, in put2Set > log.info("Uploading photo:"+photo_id+":to set_id:"+set_id) > TypeError: cannot concatenate 'str' and 'NoneType' objects > > |