[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [FATAL] Shutting down because of exception:exceptions.UnboundLocalError
- To: mixminion-dev@freehaven.net
- Subject: Re: [FATAL] Shutting down because of exception:exceptions.UnboundLocalError
- From: Nick Mathewson <nickm@alum.mit.edu>
- Date: Wed, 01 Oct 2003 13:10:35 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: mixminion-dev-outgoing@seul.org
- Delivered-to: mixminion-dev@seul.org
- Delivery-date: Wed, 01 Oct 2003 13:13:14 -0400
- In-reply-to: <20031001003200.GA27677@squirrel.owl.de>
- References: <20031001003200.GA27677@squirrel.owl.de>
- Reply-to: mixminion-dev@freehaven.net
- Sender: owner-mixminion-dev@freehaven.net
On Tue, 2003-09-30 at 20:32, Squirrel Remailer Admin wrote:
> Another fatal exception, when Squirrel's Internet connection went down:
>
> Sep 30 05:51:18.028 [ERROR] Unexpected socket error connecting to 66.92.65.81:48099: (101, 'Network is unreachable')
It looks like this was the error itself...
[...]
> File "/home/miniond/lib/python2.2/site-packages/mixminion/server/MMTPServer.py", line 1153, in sendMessages
> for m in con.messageList:
> UnboundLocalError: local variable 'con' referenced before assignment
> Sep 30 05:51:18.076 [FATAL] Shutting down because of exception: exceptions.UnboundLocalError
But that the error handling code didn't work. Fixed in CVS. Thanks!