[Twisted-Python] TerminalSession instance has no attribute 'windowChanged'

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Fri Aug 1 06:06:34 MDT 2014


On 10:17 am, glyph at twistedmatrix.com wrote:
>On Jul 31, 2014, at 3:03 AM, Maxim Lacrima <lacrima.maxim at gmail.com> 
>wrote:
>>Hello!
>>
>>When size of terminal window of ssh client is changed, then twisted 
>>ssh server throws an exception:
>>
>>exceptions.AttributeError: TerminalSession instance has no attribute 
>>'windowChanged'
>>
>>`manhole_ssh.TerminalSession` doesn't implement this method, but 
>>according to ISession interface it should.
>>
>>Is this a bug?
>
>Yes, this is definitely a bug.  The interface says it should be there, 
>it's called by a user of the interface, and it is not present.  Pretty 
>clearly wrong.  Can you file a ticket?

Good news.  No need to file a ticket:

    https://twistedmatrix.com/trac/ticket/3303

Just need to resolve it.

Jean-Paul




More information about the Twisted-Python mailing list