[REBOL] Changes to 'Root-Protocol'?
From: twatkins:datajunction at: 22-May-2001 12:40
About 2 months ago I modified the Proxy.r script from the Web
library on Rebol.org for recording all of the a script consisting of
all of the requests from the local browser to a server for the
purpose of replaying that script with another Rebol application
that would write the (possibly dynamically generated) file at the
end of the script to the local disk for further processing.
After making this proof of concept script I put it away and worked
on other projects. I just reccently went back to it and it no
longer works. At first I thought that I had accidentally broken my
script, but when I went back to Rebol.org and tried a fresh copy of
the proxy(which apparently has not been modifed since Aug-2000) and
got the same error.
(** Access Error: Port ?port? not open
** Where: do-boot)
Other failed fix:
refreshing the url-util.r script(from Sep-99)
Notes on my system:
View/Pro is installed, but I have also tried it with
Command(dragging and dropping to the appropriate rebol.exe)
My network settings seem ok(the Reader application works fine, I
just can't make new scripts, The script generator seems to have it's
problem with this line:
Root-Protocol/open-proto port-spec
Which does not seem to connect properly)
Thanks for your time
Travis