[Flickrfs-users] problem with uploads
Brought to you by:
manishrjain
From: Dave H. <da...@bi...> - 2006-12-06 13:43:23
|
Hi, I've just downloaded flickrfs from CVS and it works well, with one exception: I'm not able to upload photos. I added a couple of print commands to flickrapi.py and I can see that the XML response to the upload is: <?xml version="1.0" encoding="utf-8" ?> <rsp stat="fail"> <err code="4" msg="Filesize was zero" /> </rsp> which then results in a traceback: AttributeError: XMLNode instance has no attribute 'photoid' This is puzzling, because I can see the JPEG data in the request body. Has anyone else seen this before? I'm seeing it on both small (<10KB) and large (200KB) image uploads. I'm really not a Python expert so I don't know quite where to look next. Also I see "fuse: warning: buffer size too small: 4" when first starting flickrfs. Is that related? thanks! Dave |