[Python-modules-team] Bug#830839: ConnectionError: ('Connection aborted.', ResponseNotReady()) when using Session interface

2016-07-18 Thread Roland Hieber
On Tue, 12 Jul 2016 22:11:19 +0200 Daniele Tricoli wrote: > Unfortunately I was not able to reproduce it on testing. I used the infinite > loop and I stopped it after 20 seconds because I did not want to waste your > resources. Okay, thanks for looking into this. I found another machine running

[Python-modules-team] Bug#830839: ConnectionError: ('Connection aborted.', ResponseNotReady()) when using Session interface

2016-07-11 Thread Roland Hieber
Package: python-requests Followup-For: Bug #830839 Huh. It seems that every other get() call fails: >>> r = session.get(url) >>> r = session.get(url) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dis

[Python-modules-team] Bug#830839: ConnectionError: ('Connection aborted.', ResponseNotReady()) when using Session interface

2016-07-11 Thread Roland Hieber
Package: python-requests Version: 2.10.0-2 Severity: important Dear Maintainer, if I try to re-use my requests.Session objects for more than one GET, I get the above mentioned ConnectionError. Wireshark shows that my client is sending a TCP RST segment to the server. I'm not sure whether this is

[Python-modules-team] Bug#814848: subliminal: order of arguments in help and manpage is confusing

2016-02-15 Thread Roland Hieber
Package: subliminal Version: 0.7.4-1 Severity: normal Dear Maintainer, If I try to call subliminal like described in the help, I get an error: rohieb@r2d2:~/Videos$ subliminal -l en . usage: subliminal -l LANGUAGE [LANGUAGE ...] [-s] [-c CACHE_FILE]