[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: RemoteControl dev trouble (510 Unrecognized command)



On Jan 12, 2008 10:44 PM, Jon McLachlan <mcla0181@xxxxxxx> wrote:
> ...
> I have been having some trouble with a python based Tor controller.
> ...
>     cx.sendall("authenticate " + pw + "\n\r")

try carriage return, then linefeed: "\r\n".

best regards,