in reply to Zooomr uploader

Hi, I got the following err msg: Error POSTing http://upload.zooomr.com/photos/upload/process/: Internal Server Error at ./zooomr line 242 and here is my command ./zooomr add -u http://drakeguan.myopenid.com/ /tmp/ooxx.png any ideas? Yours, Drake

Replies are listed 'Best First'.
Re^2: Zooomr uploader
by polettix (Vicar) on Nov 26, 2007 at 22:40 UTC
    The script does not support OpenID at the moment. I was warned about this and I'm trying to add support; it should not be difficult, given that I've an example to look at. Stay tuned!

    Update: I added cookie handling in the spirit of Zooomr Mac Suite. You OpenID users can do the following:

    • login with the browser (currently only Netscape/Mozilla/Firefox are supported, your mileage may vary with other browsers);
    • locate the cookies file (should be called cookies.txt, and located somewhere under your home directory);
    • pass the path to the file using the --cookie option.
    In this case, you do not have to provide a username. An example:
    shell$ zooomr add --tag example --cookie /path/to/cookies.txt photo.jp +g

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

    Io ho capito... ma tu che hai detto?
      wow, that works!!! thx a lot