<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">I was trying to load soup image using monticello browser. However I<br>receive an error when pressing open to load &quot;soup&quot;<br>
<br>It is a non boolean error. Not sure how that relates to what I am<br>doing. I used two sets of info when trying to load soup.<br><br>Registration 1<br>MCHttpRepository<br>   location: &#39;<a href="http://www.squeaksource.com/Soup" target="_blank" style="color: rgb(0, 0, 204); ">http://www.squeaksource.com/Soup</a>&#39;<br>
   user: &#39;&#39;<br>   password: &#39;&#39;<br><br>Registration 2<br>MCHttpRepository<br>   location: &#39;<a href="http://www.squeaksource.com/Soup" target="_blank" style="color: rgb(0, 0, 204); ">http://www.squeaksource.com/Soup</a>&#39;<br>
   user: &#39;squeak&#39;<br>   password: &#39;squeak&#39;<br><br>Here is a screenshot<br><br>[IMG]<a href="http://i988.photobucket.com/albums/af10/Sayth_Renshaw/SoupSqueak.png[/IMG]" target="_blank" style="color: rgb(0, 0, 204); ">http://i988.photobucket.com/albums/af10/Sayth_Renshaw/SoupSqueak.png[/IMG]</a><br>
<br>It must relate to this<br><br>mustBeBooleanIn: context<br>       &quot;context is the where the non-boolean error occurred. Rewind context<br>to before jump then raise error.&quot;<br><br>       | proceedValue |<br>       context skipBackBeforeJump.<br>
       proceedValue := NonBooleanReceiver new<br>               object: self;<br>               signal: &#39;proceed for truth.&#39;.<br>       ^ proceedValue ~~ false<br></span>