Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22284
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <emmanuel.chomarat@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.026 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'httplib': 0.09; 'relies': 0.09; 'thx': 0.09; 'python': 0.11; 'sender:addr:gmail.com': 0.13; 'exception': 0.22; 'root': 0.22; 'library': 0.24; 'requests': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:google.com': 0.32; 'could': 0.34; 'problem': 0.34; 'sort': 0.35; 'received:74.125': 0.36; 'but': 0.36; 'skip:" 10': 0.38; 'someone': 0.38; 'to:addr:python-list': 0.39; 'how': 0.40; 'to:addr:python.org': 0.40; 'site': 0.62 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=VWdoL/MQPlIlbnzd1RgodfcfVkKzAPEnHl8PEYlDBgo=; b=WW/u6nWMvevwVCXOKBRRGUK0xTowS9o9pw4g8SlHrEHxp++TGfmgEPbd9J1bMNqOBP 5WTaTXJjJmAHlHiJxCUv/x2KEP+niMzybsOVNlLsB+wwmE3nVFw1+GaOhYsRjokeAYsQ JVrMacoaMsOsKFPMGbFmWwFmmEaDqYWYJ+/wgi1dC7Zk2TvuTAOlVCzEhLKzKHXbJjEC 6W3EwNP8p6YpTwXtWf/ycoR9Q9ZQ3HxeFyBIEIdTh5BCaZsvPKNRdUWAFNw9ZqSmDCdU CuLslYC+zjGQhcUWPuy/GgiYsHfxYO4HrCaat9afOh4f7jD29uSAeLHW3+ffMYSu/H0N VmSA== |
| MIME-Version | 1.0 |
| Sender | emmanuel.chomarat@gmail.com |
| Date | Wed, 28 Mar 2012 18:31:05 +0200 |
| X-Google-Sender-Auth | xjYg3T_sZ3QoR6hI7HdBydAtKcI |
| Subject | ResponseNotReady in httplib |
| From | Manu <swellfr@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1082.1332952272.3037.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1332952272 news.xs4all.nl 6978 [2001:888:2000:d::a6]:54422 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:22284 |
Show key headers only | View raw
Hi I try to access a web site and it returns me this exception "ResponseNotReady" . I don't know what is the root of the problem and how to sort it out. I am using the excellent python requests library to access the web site but it relies on httplib utlimately. Could someone one explains me the problem and how to sort it out . Thx Dave
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
ResponseNotReady in httplib Manu <swellfr@gmail.com> - 2012-03-28 18:31 +0200
csiph-web