On Wed, 18 Jan 2006, Matthew Toseland wrote:
About the error message:
> ProtocolError // indicates an FCP protocol error
> Code=1 // error code
> CodeDescription=ClientHello must be first message // description of error
> ExtraDescription=Duh // more info on the error
> Fatal=false // means the connection stays open
> EndMessage
I have two suggestions..
either
1) add "Identifier", which may be a zero-length string (if for example
Identifier wasn't in the sent message).
or
2) add another error message, with Identifier
The problem was that I (when implementing a client in Java), just sent all
the keys I wanted to fetch.. then I got an error, and didn't know on which
key.
Also... add a hex2char-cnverter (URLDecoder?).... "CHK%40..." returns:
ProtocolError
Fatal=false
Code=0
CodeDescription=(Unknown)
EndMessage
Except for this, all seems fine to me, atm..
// Dennis