Re: [Flickrfs-users] Version 1.1. released
Brought to you by:
manishrjain
From: Manish R. J. <man...@gm...> - 2005-11-10 05:45:30
|
On 11/10/05, Paul Pelzl <pe...@ee...> wrote: > > On Wed, Nov 09, 2005 at 05:15:52AM +0800, Manish Rai Jain wrote: > > Hi all > > Version 1.1 is out. > > I am still seeing the "short read on fuse device" error that I reported > the other day. The log file does not show any errors; the last line > reads > > Creating file:/sets/Michigan football game/naptime:with id:1156242 > > which corresponds to the last photo in the last set. Not having much > luck with debugging so far, but then again I don't know much about FUSE. > Any debugging suggestions you have would be very helpful. Some checks: 1. ls -al /dev/fuse -> does it show a character device? (Though, this shd b= e fine, otherwise flickrfs won't mount) 2. Try out flickr account of your friend, on the same installation, and see if the prob remains. You'll need to remove ~/.flickr directory containing the authentication information, so that flickrfs will show the login prompt again. 3. Add some debugging statements to sets_thread, and see if the thread returns before the error shows up. Also, I couldn't help but notice that flickrfs.py has a whole lot of > indentation that mixes tabs and spaces. That's a dangerous thing to do > in Python; there's a note about it here: > http://www.python.org/peps/pep-0008.html > I'd be happy to submit a patch that uses spaces for all indentation. It > takes about 2 seconds to fix in Vim. Thanks for the suggestion. I will identate it properly in the next version according to python style. Paul > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Flickrfs-users mailing list > Fli...@li... > https://lists.sourceforge.net/lists/listinfo/flickrfs-users > |