I made the recommended change and got the following:

                Script: "REBOL HTTP Proxy" (4-Aug-1999)
                ** Script Error: Invalid argument: (missing value).
                ** Where: proxy: make system/schemes/default/proxy
                >>

                Thanks for all your help,
                Larry



                                -----Original Message-----
                                From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
                                Sent:   Friday, September 24, 1999 5:54
PM
                                To:     [EMAIL PROTECTED]
                                Subject:        [REBOL] Monitoring TCP
ports Re:(3)


                                Good catch.  There was a piece missing
in the script to account for
                                people not using another proxy.  Change
these lines:
                                port-spec: make port! [
                                        scheme: 'tcp
                                        port-id: 80
                                ]

                                to these:

                                port-spec: make port! [
                                        scheme: 'tcp
                                        port-id: 80
                                                proxy: make
system/schemes/default/proxy
                                ]

                                and I think that'll fix it.  I'll also
post the new code to REBOL.org
                                this weekend but I have to run out the
door.  If that does not fix the
                                problem you can mail me back and I'll
have more time this weekend or
                                next week to look into it.

                                Sterling

                                > Thanks for pointing me to this script,
it looks like it will do exactly
                                > what I want. I did, however, run into
a problem while using it, and
                                > since I am still not real familiar
with the details of using Rebol yet,
                                > I was hoping you could help me work
through this problem.
                                > 
                                > I set my browser proxy settings to
localhost on port 9005 and the script
                                > indicated a new connection, but then
gave an error... here's the
                                > transcript of the whole session:
                                > 
                                <cut>

Reply via email to