Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:reset': 0.07; 'subject:peer': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'firebug': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'simulate': 0.16; 'wrote:': 0.18; 'working.': 0.19; 'otherwise,': 0.22; 'reset': 0.22; 'cc:addr:python.org': 0.22; 'simpler': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; '(like': 0.30; 'see,': 0.30; 'message-id:@mail.gmail.com': 0.30; 'went': 0.31; 'getting': 0.31; 'file': 0.32; 'another': 0.32; 'fri,': 0.33; '"the': 0.34; 'could': 0.34; 'problem': 0.35; 'connection': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'so,': 0.37; 'server': 0.38; 'back': 0.62; 'mar': 0.68; '2015': 0.84; 'ethan': 0.84; 'furman': 0.84; 'harness': 0.84; 'results,': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=1REc1oECesr5UZNpGp2VIoXTrQ159t7RLwMthZprKSM=; b=skS1JtdF3AqA/SbCR8KVn5RnPSJv5O519ITjDN30+8l8DQsGyjy6eMF46zwoNOZFom p9CQ3F0V9fWdTXHcUv8dcLYnowIVzVk/xScnCGFxyA16YQzVSIAXbyn9NjiT//GOwcoY gnL90XlGGQX3x1hddjwq542gr/Wk+X+nK6n1VBKhuAbjcGeEcOOhzdc98zXr1oNK4tQL K+xKqfM+vN+wa+Lfs+3AuDfb0m+2ZqGXwMCJsKYGhdtS9sbwnfOuVLHZwP5n0bYb0Mnx QHuAFqK8uBVMelhaTCUBaqa8hxa2KjE+ikacNjWkPo4QrFd0OcSofnt4paNn82pn03MJ hpfw== MIME-Version: 1.0 X-Received: by 10.50.111.136 with SMTP id ii8mr21522656igb.34.1425586695092; Thu, 05 Mar 2015 12:18:15 -0800 (PST) In-Reply-To: <54F8A259.7040808@stoneleaf.us> References: <54F6A722.1000706@stoneleaf.us> <54F8A259.7040808@stoneleaf.us> Date: Fri, 6 Mar 2015 07:18:14 +1100 Subject: Re: http: connection reset by peer From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1425586704 news.xs4all.nl 2882 [2001:888:2000:d::a6]:52492 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86953 On Fri, Mar 6, 2015 at 5:37 AM, Ethan Furman wrote: > On 03/04/2015 01:26 AM, Chris Angelico wrote: > >> Do you have Mozilla Firebug, and if so, can you try the file >> attachment with Firebug active? At very least, you should be able to >> see exactly what request is getting reset, and then you could try to >> simulate that exact request with a simpler harness (like a Python >> program - see, on-topic now!). > > "The connection to the server was reset while the page was loading." > > After mucking about with it with no results, I went on to another job -- when I came back to this one it was working. Huh. Well, if it recurs, see what you can find out about it... otherwise, problem solved! ChrisA