Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Still can't access index.r at Rebol.com

 [1/6] from: cribbsj:oakwood at: 25-Sep-2000 14:45


I downloaded the latest view experimental today. Then I appended Jochen Schmidt's fix, but when I attempt to connect to Rebol.com throught the panel, I get: Error - Cannot load index file: http://www.rebol.com/index.r However, if I go through the console, I am able to do a: print read http://www.rebol.com/index.r with no problems. So I know I can connect through the console, just not through the panel. Any ideas? I am running Redhat 6.1. Like I said, I have the latest version of View. I am going through a generic proxy. -- Jamey Cribbs Sr. Technical Consultant

 [2/6] from: jsc:dataheaven at: 26-Sep-2000 3:55


On Mon, 25 Sep 2000, you wrote:
> I downloaded the latest view experimental today. Then I appended Jochen > Schmidt's fix, but when I attempt to connect to Rebol.com throught the
<<quoted lines omitted: 6>>
> I am running Redhat 6.1. Like I said, I have the latest version of View. > I am going through a generic proxy.
With my fix you have to set the generic-proxy in the default-scheme! (system/schemes/default/proxy) I hope that helps. If not, try take a look a the functions "read-net", "read-via" and request-download (perhaps with full trace on) Regards, Jochen Schmidt

 [3/6] from: cribbsj:oakwood at: 26-Sep-2000 9:53


I do have my default scheme set to the generic proxy. Here's a copy of my user.r: REBOL [ Title: "User Preferences" Date: 22-Aug-2000/14:49:36-5:00 ] set-net [[cribbsj--oakwood--org] 130.102.202.23 none 130.100.20.80 81 generic] system/schemes/smtp/proxy/host: false system/schemes/smtp/proxy/port-id: false system/schemes/smtp/proxy/type: false system/schemes/ftp/proxy/host: false system/schemes/ftp/proxy/port-id: false system/schemes/ftp/proxy/type: false system/schemes/default/proxy/bypass: ["bigdog" "130.102.*"] if (not none? system/view) [ system/view/screen-face/options: [] ] demo?: off *** Here is where I pasted your read-net function. *** set-user-name "Jamey Cribbs" I tried a trace on, like you suggested, but, at this point in my Rebol education, I could not find any clues as to what is wrong. Thanks for the help you have given me! Jamey. On Mon, 25 Sep 2000, you wrote:

 [4/6] from: jsc:dataheaven at: 26-Sep-2000 16:44


On Tue, 26 Sep 2000, you wrote:
> I do have my default scheme set to the generic proxy. > > Here's a copy of my user.r:
Has anyone other problems with this? And Jamey can you send me an echo-output of your trace? Regards Jochen

 [5/6] from: cribbsj::oakwood::org at: 26-Sep-2000 11:34


Jochen, Thanks for your help on this. Hope I am not being too much of a nuisance. I tried to email you the trace as an attached file. I got a rejection email. It said something about exceeding the quota writing to a temp file on freenet.de. Could the size of the attached file (86k) be more than you are allowed to receive via email? Again, thanks very much for your help. On Tue, 26 Sep 2000, you wrote:
> On Tue, 26 Sep 2000, you wrote: > > I do have my default scheme set to the generic proxy.
<<quoted lines omitted: 4>>
> Regards > Jochen
-- Jamey Cribbs Sr. Technical Consultant

 [6/6] from: jsc:dataheaven at: 26-Sep-2000 18:21


On Tue, 26 Sep 2000, you wrote:
> Jochen, > > Thanks for your help on this. Hope I am not being too much of a nuisance. > > I tried to email you the trace as an attached file. I got a rejection > email. It said something about exceeding the quota writing to a temp file > on freenet.de. Could the size of the attached file (86k) be more than you > are allowed to receive via email?
No but one of my forwarding accounts has reached his total limit of 4MB. At this time I ry to delete the messages. Because our firewall blocks POP3 I cannot use REBOL to clear the account :(

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted