<html><head><base href="http://www.tobehungry.com/selection"><title>Unable to proceed</title></head><body onload="onLoad()" style="-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><base href="http://www.tobehungry.com/selection"><div>Nobert,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>in reality my interested is to use ReCaptcha &nbsp;into Gemstone.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>I work on pharo only for test to solve the problem.</div><div><br></div><div><br></div><div>In original i do into Gemstone &nbsp;:</div><div><br></div><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div><blockquote type="cite"><div onload="onLoad()" style="-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>i load the&nbsp;RemoteService-Recaptcha-noha.7 into GLASS image with Seaside30.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>The&nbsp;<span class="Apple-tab-span" style="white-space:pre">RSRecaptchaConfiguration</span>&nbsp;class define the method:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        attributes
        ^{
                (WAStringAttribute key: #publicKey group: #recaptcha).
                (WAStringAttribute key: #privateKey group: #recaptcha).
                (WAStringAttribute key: #remoteIp group: #recaptcha).
        }</span></div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Because&nbsp;WAStringAttribute don't define the key: group: &nbsp;method i define it :</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        key: keySymbol group: groupSymbol
                | rsl |
                rsl :=  self  key: keySymbol.
                rsl group: groupSymbol.
                ^rsl</span></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre"></span><span class="Apple-tab-span" style="white-space:pre">        </span>After i register the captcha example application wtih :</div><div><span class="Apple-tab-span" style="white-space:pre"><br></span></div><div><span class="Apple-tab-span" style="white-space:pre">        RSRecaptchaExampleComponent</span>&nbsp;initialize</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        | app |
        app := WAAdmin register: self asApplicationAt: 'captcha'.</span></div><div><br></div><div><div>&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>app configuration addParent: RSRecaptchaConfiguration instance .&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>app preferenceAt: #privateKey put: '6LcsEwcAAAAAAH0kf0...................'.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>app preferenceAt: #publicKey put: '6LcsEwcAAAAAAImhBhKTw.................'.</div><div><br></div><div></div></div></div></blockquote></div></div></div></blockquote><div><br></div><div><br></div><div>Now when i do web request of captcha &nbsp;to Glass web application the browser answer:</div><div></div></div><h1>Unable to proceed - hit Refresh to retry</h1><p>Some exceptions cannot be resumed. You will usually see this page if you hit Proceed while debugging one of these exceptions. Your request was aborted but you can retry it by refreshing the page.</p><script type="text/javascript">/*<![CDATA[*/function onLoad(){};/*]]>*/</script>                                                                                            <div><div><br></div><div><br></div><div><br></div><div>Any consideration are welcome.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Thanks,</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Dario</div><div><br></div></div><br></body></html>