http://qs1969.pair.com?node_id=207701


in reply to Real Synthetic Audio downloader

Hmm, doesn't do anything for me. Just runs and exits.

Replies are listed 'Best First'.
Re: Re: Real Synthetic Audio downloader
by diotalevi (Canon) on Oct 24, 2002 at 14:23 UTC

    I said so in the intro but you need to provide it with a directory to save to. It's nothing special or anything. Set DEBUG to true if you still have problems.

    __SIG__ use B; printf "You are here %08x\n", unpack "L!", unpack "P4", pack "L!", B::svref_2object(sub{})->OUTSIDE;
      Oops, I should have said that I had done that.

      I changed it to point to my /home/dave/rsa directory, then created the rsa directory so the pointer is valid.

      I also turned on DEBUG, and here is what I get when I run.

      $ RealSyntheticAudio.plx
      JS http://synthetic.org/jscript/showlist.js
      JS http://synthetic.org/jscript/previous-showlist.js

      And nothing is placed into the /home/dave/rsa directory.

      I'm never seeing the 'ASX' line, but I don't know why...

      Hope this helps somewhat in debugging it. Anything else I can try to see why it doesn't work?

      Dave

        Ah I see! It's a PBKAC (problem between keyboard and chair) issue. I screwed up the regex to get the ASX files from the JavaScript. A small fix and it works again.

        __SIG__ use B; printf "You are here %08x\n", unpack "L!", unpack "P4", pack "L!", B::svref_2object(sub{})->OUTSIDE;