Re: [Newbies] Monticello - Non Boolean error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [Newbies] Monticello - Non Boolean error

Tobias Pape
Am 2010-10-12 um 05:11 schrieb Levente Uzonyi:

> On Tue, 12 Oct 2010, Sayth Renshaw wrote:
>
>> I was trying to load soup image using monticello browser. However I
>> receive an error when pressing open to load "soup"
>>
>> It is a non boolean error. Not sure how that relates to what I am
>> doing. I used two sets of info when trying to load soup.
>>
>> Registration 1
>> MCHttpRepository
>>  location: 'http://www.squeaksource.com/Soup'
>>  user: ''
>>  password: ''
>>
>> Registration 2
>> MCHttpRepository
>>  location: 'http://www.squeaksource.com/Soup'
>>  user: 'squeak'
>>  password: 'squeak'
>>
>> Here is a screenshot
>>
>> [IMG]
>> http://i988.photobucket.com/albums/af10/Sayth_Renshaw/SoupSqueak.png[/IMG]
>
> If this doesn't happen consistently, then just ignore the error. HTTPSocket >> #httpGetDocument:args:accept:request: is one of the worst methods in Squeak 4.1. It was replaced in 4.2 alpha with a much simpler.


For the record:
This error constantly pops up if you misspell the
repo-name (especially uppercase/lowercase-misspellings)
(not in 4.2, as you stated, of course).
  This can be a show stopper for new users.

so Long,
        -Tobias