[computer-go] CGOS down? Java client - basic GTP problem
Jason House
jason.james.house at gmail.com
Tue Nov 27 14:16:39 PST 2007
I suspect you're bypassing the CGOS client. The 300000 is the time
remaining in milliseconds (AKA 5 minutes). It's not the ID in the GTP
protocol. Thus, your response is invalid. Just return "= E3" and it
should work fine.
On Tue, 2007-11-27 at 20:40 +0200, Harri Salakoski wrote:
> command genmove w 300000
> reply =300000 E3
> cgos replys gameover 2007-11-27 B+Illegal do not understand syntax
>
> GTP specc says : Success Responses - A successful response has one of the
> syntaxes
> =id response\n\n
> =id\n\n
> = response\n\n
> =\n\n
>
> code is:
> return "=" + id + " " + s + "\n\n";
>
> stream is written using PrintWriter:
> myToServer.println(line);
>
> Anybody used java with cgos could help or if it is otherway obivious.
>
> t.Harii
>
>
> 27.11.2007 20:30:14 narugo.util.MyLog log
> INFO: Server:gameover 2007-11-27 B+Illegal do not understand syntax
> ----- Original Message -----
> From: "Harri Salakoski" <harri.salakoski at elisanet.fi>
> To: "computer-go" <computer-go at computer-go.org>
> Sent: Tuesday, November 27, 2007 6:32 PM
> Subject: [computer-go] CGOS down? Java client
>
>
> > Hmm, I am not sure as only trying to make Java bot connect CGOS, but it
> > seems to be down.
> > It seems that it does not give feedback after password. Also I found cgos
> > email list "cgos-developers" is it also for users or is this list ok?
> >
> > t. harri
> > _______________________________________________
> > computer-go mailing list
> > computer-go at computer-go.org
> > http://www.computer-go.org/mailman/listinfo/computer-go/
>
> _______________________________________________
> computer-go mailing list
> computer-go at computer-go.org
> http://www.computer-go.org/mailman/listinfo/computer-go/
More information about the computer-go
mailing list