Re: traceback when encountering unhandled exception and trying to send email

2014-11-21 Thread Collin Anderson
Hi, Wow. Never seen that one before. I wonder if it's a threading issue / race condition. I looks like there was an error, and then it ran into this error when trying to send an email about the original error. What gunicorn worker type are you using? You could try asking on the gunicorn list

traceback when encountering unhandled exception and trying to send email

2014-11-20 Thread Etienne Le Sueur
Hi Django users, has anyone seen a similar traceback to this: 2014-11-20 14:48:14.190659500 gunicorn[20952]: ERROR: Error handling request 2014-11-20 14:48:14.190661500 Traceback (most recent call last): 2014-11-20 14:48:14.190661500 File

Unhandled Exception on first time deployment (works on home PC)

2014-08-28 Thread Tarik Hamilton
olving virtualenv and fastcgi. Python and Django were successfully installed and I can run Python commands and reference Django objects in SSH, but ... I get Unhandled Exception is absolutely everywhere on my site, so something is wrong in the setup. Django is for sure installed. Since deploying Djang

Unhandled Exception

2014-04-01 Thread Sami Razi
hi, i'm newbie with django. i'm using pythonanywhere.com for learning/testing django. i made a web page so when i go to aseds.pythonanywhere.com (aseds is my usernamet) i could see my page. then i made an app. but didn't change the view for aseds.pythonanywhere.com now, when i go to

Re: Unhandled exception during validation

2012-10-19 Thread Oyvind Idland
Python do you > > have? Does it fail when you run ./manage.py runserver? You've mentioned, > the > > error is in local app, does that app load any thirdparty modules? > > > > I've never came across unhandled exception which doesn't show trackback, > so > > my

Re: Unhandled exception during validation

2012-10-12 Thread Tomas Ehrlich
t; Could you please provide more information? What version of Python do you > > have? Does it fail when you run ./manage.py runserver? You've mentioned, the > > error is in local app, does that app load any thirdparty modules? > > > > I've never came across unhandled exception

Re: Unhandled exception during validation

2012-10-12 Thread Tom Evans
> have? Does it fail when you run ./manage.py runserver? You've mentioned, the > error is in local app, does that app load any thirdparty modules? > > I've never came across unhandled exception which doesn't show trackback, so > my guess is some c/c++ python extension (PIL, p

Re: Unhandled exception during validation

2012-10-12 Thread Tomáš Ehrlich
that app load any thirdparty modules? I've never came across unhandled exception which doesn't show trackback, so my guess is some c/c++ python extension (PIL, psycopg2, …). But that's just guess… Cheers, Tom Dne pátek, 12. října 2012 12:47:51 UTC+2 Oyvind Idland napsal(a): > > Hello, &g

Unhandled exception during validation

2012-10-12 Thread Oyvind Idland
Hello, I am currently trying to upgrade a site from 1.2.x to 1.4.1. When I try to start the app, I get this: Validating models... Unhandled exception in thread started by <__main__.NewThreadStartup instance at 0x03D13738> Since the output is very economical about info, I spent som

Re: django-ckeditor causes an unhandled exception

2010-10-19 Thread jean polo
commit the changes on my server, I get an Unhandled > Exception: > [SNIP] >   File "/usr/local/alwaysdata/python/django/1.2.1/django/core/ > urlresolvers.py", line 247, in _get_url_patterns >     raise ImproperlyConfigured("The included urlconf %s doesn'

django-ckeditor causes an unhandled exception

2010-10-19 Thread jean polo
hallo ! I installed django-ckeditor-0.0.7, run it smoothly locally but now I'm trying to commit the changes on my server, I get an Unhandled Exception: [SNIP] File "/usr/local/alwaysdata/python/django/1.2.1/django/core/ urlresolvers.py", line 247, in _get_url_patterns

An unhandled exception was thrown by the application.

2010-05-25 Thread mohammadmonther
0 Hello I've created my new site using DjANGO AT FIRST Everything is okay startapp,syncdb..Etc but the problems its this massage Unhandled Exception An unhandled exception was thrown by the application. you can see http://www.daqiqten.com/ this is my index.fsgi and .htacces index.fcgi

Re: Unhandled Exception when stopping database engine

2009-07-13 Thread Alex Gaynor
of problem. But instead > of this user see 'Unhandled exception' > > Does there method to avoid that and get flup know that django returns > 500 error. On production we're using nginx with proxying request to > django server. > > Thanks > > > The reason for this is that

Unhandled Exception when stopping database engine

2009-07-13 Thread Vitaly
Hi I have some problem with customizing error pages when application does not work at all. One of things is stopping database on production server and user should see normal description of problem. But instead of this user see 'Unhandled exception' Does there method to avoid that and get flup

Re: Unhandled exception

2009-05-06 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-05-05, o godz. 18:38, przez Raashid Malik: > I have a file upload functionality which works perfectly fine > locally using django dev server. but same functionality doesn't work > on server and i get "An unhandled exception".. No stack

Unhandled exception

2009-05-05 Thread Raashid Malik
Hello, I have a file upload functionality which works perfectly fine locally using django dev server. but same functionality doesn't work on server and i get "An unhandled exception".. No stack trace available even though debug = True. I m using cherokee webserver. I get this err

Re: Unhandled Exception

2009-05-04 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-05-04, o godz. 11:04, przez Raashid: > An unhandled exception was thrown by the application. > I m getting this error on form submit even though same code is working > fine locally. I m using django and cherokee web server . This is caused by error throw

Unhandled Exception

2009-05-04 Thread Raashid
An unhandled exception was thrown by the application. I m getting this error on form submit even though same code is working fine locally. I m using django and cherokee web server . Thanks in anticipation Raashid Malik --~--~-~--~~~---~--~~ You received

django-registration - Unhandled Exception

2009-03-16 Thread neri...@gmail.com
Hello, I successfully set up django-registration on my local machine to the point of being able to load a url and attempt to load the template. However, I'm trying to set it up on Dreamhost and keep getting "An unhandled exception was thrown by the application." The only thing I

Unhandled Exception

2009-03-13 Thread neri...@gmail.com
Hello, I successfully set up django-registration on my local machine to the point of being able to load a url and attempt to load the template. However, I'm trying to set it up on Dreamhost and keep getting "An unhandled exception was thrown by the application." The only thing I

[resolved] OperationalError from sqlite3 (was Re: On nginx+fastcgi server site works except for /admin/ Unhandled Exception)

2008-02-12 Thread Dave Dash
> for a quick conversation with some of the more hefty participants at the > > next conference he attends). So look in the error logs for clues. > > I'm sorry to say but this is how flup works. The "Unhandled Exception" > is an output of flup's own error middlewar

Re: On nginx+fastcgi server site works except for /admin/ Unhandled Exception

2008-02-12 Thread Jarek Zgoda
ds). So look in the error logs for clues. I'm sorry to say but this is how flup works. The "Unhandled Exception" is an output of flup's own error middleware. -- Jarek Zgoda Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 "We read Knuth so you

Re: On nginx+fastcgi server site works except for /admin/ Unhandled Exception

2008-02-12 Thread Malcolm Tredinnick
On Tue, 2008-02-12 at 00:02 -0800, Dave Dash wrote: > I'm getting the dreaded: > > Unhandled Exception > > An unhandled exception was thrown by the application. > > > Whenever I try to access /admin on my app under nginx+fastcgi. > > To be sure, I tried the

Re: On nginx+fastcgi server site works except for /admin/ Unhandled Exception

2008-02-12 Thread Jarek Zgoda
Dave Dash napisał(a): > I'm getting the dreaded: > > Unhandled Exception > > An unhandled exception was thrown by the application. > > > Whenever I try to access /admin on my app under nginx+fastcgi. > > To be sure, I tried the development server on the same

On nginx+fastcgi server site works except for /admin/ Unhandled Exception

2008-02-12 Thread Dave Dash
I'm getting the dreaded: Unhandled Exception An unhandled exception was thrown by the application. Whenever I try to access /admin on my app under nginx+fastcgi. To be sure, I tried the development server on the same machine and / admin/ gave me the django admin prompt as expected. I'm

Re: Unhandled Exception on new server (Lighttpd + FastCGI)

2007-12-05 Thread Derek Payton
Karen, The ticket says, "If flatpages and DEBUG=False and 404.html doesn't exist it throws the error". I have DEBUG=True, and I'm getting an "Unhandled Exception" error, not the default yellow "Django 404 Error with DEBUG=True" Anyways, the issue now seems to be

Re: Unhandled Exception on new server (Lighttpd + FastCGI)

2007-12-05 Thread Karen Tracey
On 12/5/07, Derek Payton <[EMAIL PROTECTED]> wrote: > > > Apparently there was an issue with my svn. I downgraded to a previous > revision (pre-6778), then back to trunk. Everything is working now, > except flatpages. Here's the error from lighttpd's log: > http://dpaste.com/26918/ > > As per the

Re: Unhandled Exception on new server (Lighttpd + FastCGI)

2007-12-05 Thread Derek Payton
Apparently there was an issue with my svn. I downgraded to a previous revision (pre-6778), then back to trunk. Everything is working now, except flatpages. Here's the error from lighttpd's log: http://dpaste.com/26918/ As per the last line in the log, I created a (blank) 404.html in my templates

Re: Unhandled Exception on new server (Lighttpd + FastCGI)

2007-12-05 Thread akaihola
Derek just noticed in IRC that [6895] is still failing on flatpages. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To

Re: Unhandled Exception on new server (Lighttpd + FastCGI)

2007-12-05 Thread Derek Payton
Chris, [EMAIL PROTECTED]:~/django-trunk$ svn update At revision 6897. Any ideas? Thank you, --Derek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Unhandled Exception on new server (Lighttpd + FastCGI)

2007-12-05 Thread Chris Moffitt
Sounds like this bug - http://code.djangoproject.com/ticket/6063 which was supposed to be fixed in [6895]. Are you sure you have the most recent checkout? -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Unhandled Exception on new server (Lighttpd + FastCGI)

2007-12-05 Thread Derek Payton
. Lighttpd starts with no problems, and so does the bash script which starts the fastcgi daemon, but when I visit the URL (ccsx.dev.ccsx.com) in my browser, I get an "Unhandled Exception" error. My startup script can be found here: http://dpaste.com/26896/ (Got it from the docs, and it

Re: Avoid Unhandled exception page from flup

2007-10-24 Thread Thomas Guettler
Am Dienstag, 23. Oktober 2007 11:24 schrieb Rafal bluszcz Zawadzki: > Hello. I am trying to avoid default (below attached) default Unhandled ex. > pagtes served by flup. There should not be unhandled exceptions in flup. If there is an unhandled exception in django, either the debug te

Avoid Unhandled exception page from flup

2007-10-23 Thread Rafal bluszcz Zawadzki
he handler. May and$ should be overridden.$ """$ if self.debug:$ import cgitb$ req.stdout.write('Content-Type: text/html\r\n\r\n' +$ cgitb.html(sys.exc_info()))$ else:$ errorpage = "&qu