Re: [Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-06 Thread Stephen McRoberts
Do I just post it to the list? I need to write up a little as there needs to be configuration dicts for the logins to remotes. I also need to put copyright data in the code. Some of it is mine and some came under apache license (really never intended any other eyes to see it). > On Jul 5, 2017,

Re: [Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-06 Thread Adi Roiban
On 6 July 2017 at 16:19, Stephen McRoberts wrote: > It already helps to know this isn't normal behavior. > My code is self-contained in a single file and I can add a main for testing. I don't know what your code is doing... so maybe is expected :) You can share the single

Re: [Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-06 Thread Adi Roiban
On 5 July 2017 at 23:00, Stephen McRoberts wrote: > I'm looking for suggestions why the channel key would be missing after it was > just opened. > I use persistent connections with a timeout but the timer is reset every call > so it stays open. [snip] As suggested by

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-06 Thread Cory Benfield
> On 5 Jul 2017, at 10:32, Barry Scott wrote: > > I am interested in using Twisted with a couple of technologies: WebSockets > and > QUIC. I'm researching what is already available. > > I found the autobahn-python for WebSockets, are there other projects that >