in reply to Re: Real Synthetic Audio downloader
in thread Real Synthetic Audio downloader

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;

Replies are listed 'Best First'.
Re: Re: Re: Real Synthetic Audio downloader
by jdavidboyd (Friar) on Oct 24, 2002 at 15:08 UTC
    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;