Re: [Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

2019-07-11 Thread Scott, Barry
On Thursday, 11 July 2019 11:00:33 BST Jarosław Fedewicz wrote: > So far, I tried to minimize a test case, but it seems like it's really > picky about what environment it's running in. One of those cases where "it > works on my machine", I suppose. The versions are as follows: > >

Re: [Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

2019-07-11 Thread Maarten ter Huurne
On Thursday, 11 July 2019 12:00:33 CEST Jarosław Fedewicz wrote: > Is there a neat way to list all pyOpenSSL objects in a running Twisted > program? Or maybe TCPConnection objects, since those might hook to > the zope.interface machinery? Not specific to Twisted, but you can get a list of all

Re: [Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

2019-07-11 Thread Jarosław Fedewicz
So far, I tried to minimize a test case, but it seems like it's really picky about what environment it's running in. One of those cases where "it works on my machine", I suppose. The versions are as follows: cryptography==2.7 pyOpenSSL==19.0.0 asn1crypto==0.24.0 pyasn1==0.4.5

Re: [Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

2019-07-11 Thread Glyph
Hi Jarosław! > On Jul 1, 2019, at 4:48 PM, Jarosław Fedewicz > wrote: > > I have written a simple service which takes data from network, massages it > until it's useful enough, and sends the results out periodically via HTTP to > an API. A reasonable start :-). > It all works for a while,

[Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

2019-07-01 Thread Jarosław Fedewicz
I have written a simple service which takes data from network, massages it until it's useful enough, and sends the results out periodically via HTTP to an API. It all works for a while, then I get an error like this approximately 40 minutes into the service's uptime: ResponseNeverReceived: []