<html><head><base href="http://192.168.1.222:8080/captcha"><title>MessageNotUnderstood: ByteSymbol&gt;&gt;between:and:</title></head><body onload="onLoad()" style="-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><base href="http://192.168.1.222:8080/captcha"><div>Hi,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>i load the&nbsp;RemoteService-Recaptcha-noha.7 into Pharo 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><span class="Apple-tab-span" style="white-space:pre">        </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"><br></span></div><div><span class="Apple-tab-span" style="white-space:pre"><span class="Apple-tab-span" style="white-space:pre">        </span>N</span>ow when do the web request of &nbsp;captcha &nbsp;the browser answer:</div><h1><span class="Apple-tab-span" style="white-space:pre">        </span>MessageNotUnderstood: ByteSymbol&gt;&gt;between:and:</h1><p><span class="Apple-tab-span" style="white-space:pre">                </span>Your request could not be completed. An exception occurred.</p><div><br></div><div><br></div><div>Anyone work , do test, &nbsp;about captcha into Seaside 30 ?</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">A</span>ny consideration are appreciated .</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Thanks,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>Dario</div><script type="text/javascript">/*<![CDATA[*/function onLoad(){};/*]]>*/</script>                                                                                                                                                                                           <div><span class="Apple-tab-span" style="white-space:pre"></span></div></body></html>