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

[REBOL] Re: Rugby

From: rebol665:ifrance at: 28-Jun-2002 22:57

Hi I have re-run my tutorial quickly to ckeck for any mistake. It seems OK and runs fine for me between two Windows 98 machine. I think you have a problem on the server side. It is as if you were not using the port 8002, because I got the same error (almost) when I change 8002 for 8001. - For my tutorial, I have used rugby, version: 4.3.0. Check your version. Inspect the source looking for 8002. - You can try to use another port with something like serve/with tcp://:9005 on the server side and do get-rugby-service http://192.168.1.51:9005 on the client side. - You may try to test the tutorial on the same machine with two rebol console. For that, you can use both your IP address or 127.0.0.1 (which is localhost). HTH Patrick