in reply to Zooomr uploader

I'm using:
zooomr add --cookie /LVM/.firefox/cookies.txt teste.jpg
and I get the error:
2007/11/28 17:40:04 configuration OK
2007/11/28 17:40:04 getting login info from cookie file '/LVM/.firefox/cookies.txt'
2007/11/28 17:40:04 starting file upload
2007/11/28 17:40:05 uploading 'teste.jpg'
2007/11/28 17:41:09 Error POSTing http://upload.zooomr.com/photos/upload/process/: Internal Server Error at /scripts/zooomr line 266
I use myoopenid, and I have logged in using firefox. Is there something I'm missing?

Replies are listed 'Best First'.
Re^2: Zooomr uploader
by polettix (Vicar) on Nov 28, 2007 at 22:59 UTC
    I saw that error only when I was not already logged in with the browser, which should not be the case according to your description. The only thing that comes to mind is that your path to the cookies file is a bit strange; in my system, *my* cookie file is under "$HOME/.mozilla/firefox/<strangely-named-directory>/cookies.txt". In your case, I see that you're using Logical Volume Management (which I don't know), so I would suggest to double-check that the path you're using is that of the cookie file actually produced by firefox for your account. Try to
    shell$ grep zooomr /LVM/.firefox/cookies.txt
    and see if there are lines coming out. Then try to logout from Zooomr, and see if the cookies changed, try to delete them from inside firefox and re-login, etc.

    Last, but not least, which versions of Perl and libwww are you using?

    Flavio
    perl -ple'$_=reverse' <<<ti.xittelop@oivalf

    Io ho capito... ma tu che hai detto?
      I can't believe how stupid I was!
      I was using the cookies.txt file from the wrong profile, now it's working perfectly.
      By the way, thank you very much for this great script, it's exactly what I've been looking for, waaaaay better than juploadr for my needs, and now I can finally upload my photos to zooomr!!