[Twisted-Python] UnicodeDecodeError with twisted.conch.ssh client

Itamar Shtull-Trauring itamar at itamarst.org
Wed Nov 16 12:22:05 EST 2005


On Wed, 2005-11-16 at 17:49 +0100, Henning.Ramm at mediapro-gmbh.de wrote:

> I use password auth, and both user and password use only 7-bit ASCII chars.

Did you pass a string or a unicode string? I suspect this code path
would only be happy with regular strings (i.e. isinstance(s, str) ==
True).





More information about the Twisted-Python mailing list