[Twisted-Python] Running manhole gui...
Chaz.
eprparadocs at gmail.com
Thu Jun 15 17:32:05 MDT 2006
With some well directed I got Manhole running in my server. When I run
the manhole GUI and login I get back the following error message:
Invalid Type Byte '\xc4'
I've included the log window contents if anyone can offer a clue on what
I am doing wrong.
Thanks,
Chaz.
>From inside the log window I see:
2006/06/15 19:27 EDT [-] Log opened.
2006/06/15 19:27 EDT [-]
/usr/lib64/python2.4/site-packages/twisted/manhole/ui/gtk2manhole.py:160:
gtk.GtkDeprecationWarning: gtk.idle_add is deprecated, use
gobject.idle_add instead
2006/06/15 19:27 EDT [-] Starting factory
<twisted.spread.pb.PBClientFactory instance at 0x2ab335e2cfc8>
2006/06/15 19:27 EDT [-]
/usr/lib64/python2.4/site-packages/twisted/spread/ui/gtk2util.py:156:
exceptions.DeprecationWarning: Deferred.setTimeout is deprecated. Look
for timeout support specific to the API you are using instead.
2006/06/15 19:27 EDT [Broker,client] Error In <<class
'twisted.internet.tcp.Client'> to ('localhost', 2204) at 2ab335e2e350>
2006/06/15 19:27 EDT [Broker,client] Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/twisted/python/log.py", line
53, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/usr/lib64/python2.4/site-packages/twisted/python/log.py", line
38, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib64/python2.4/site-packages/twisted/python/context.py",
line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python2.4/site-packages/twisted/python/context.py",
line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File
"/usr/lib64/python2.4/site-packages/twisted/internet/gtk2reactor.py",
line 189, in _doReadOrWrite
why = source.doRead()
File "/usr/lib64/python2.4/site-packages/twisted/internet/tcp.py",
line 348, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib64/python2.4/site-packages/twisted/spread/banana.py",
line 181, in dataReceived
raise NotImplementedError(("Invalid Type Byte %r" % (typebyte,)))
exceptions.NotImplementedError: Invalid Type Byte '\xc4'
2006/06/15 19:27 EDT [Broker,client] Stopping factory
<twisted.spread.pb.PBClientFactory instance at 0x2ab335e2cfc8>
Login FAILED User aborted connection: User hit Cancel..
More information about the Twisted-Python
mailing list