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

[REBOL] confusing error when trying to read a web page

From: tswoyer::ordertrust::net at: 11-Oct-2000 17:36

I know I must be missing something, but when executing the following:
>> read http://www.zdii.com/gamePortfolio.asp?portfolioid=16528
I get: connecting to: www.zdii.com ** Script Error: insert expected series argument of type: series port bitset. ** Where: insert port/path "/"
>>
All the examples in the documentation for accessing web pages are simple URLs and other URLs I have tried work as expected but not this one (and others of the same form). What am I missing? Ted