Mine was a Django Bug addressed in v 1.3 https://code.djangoproject.com/ticket/13684
and was addressed in the production bug list http://code.google.com/p/googleappengine/issues/detail?id=5795 This is to follow up on / close out previous post. johnP On May 14, 12:56 pm, johnP <[email protected]> wrote: > Hm - I wonder if this might be related... I have a django app > configured similarly to CodeReview, and started getting flurries of: > > <type 'exceptions.UnboundLocalError'>: local variable 'resolver' > referenced before assignment > Traceback (most recent call last): > File "/base/data/home/apps/thinkwave3/910.358904211182341145/ > main.py", line 57, in <module> > main() > File "/base/data/home/apps/thinkwave3/910.358904211182341145/ > main.py", line 54, in main > util.run_wsgi_app(application) > File "/base/python_runtime/python_lib/versions/1/google/appengine/ > ext/webapp/util.py", line 98, in run_wsgi_app > run_bare_wsgi_app(add_wsgi_middleware(application)) > File "/base/python_runtime/python_lib/versions/1/google/appengine/ > ext/webapp/util.py", line 116, in run_bare_wsgi_app > result = application(env, _start_response) > File "/base/python_runtime/python_lib/versions/third_party/ > django-1.2/django/core/handlers/wsgi.py", line 248, in __call__ > response = self.get_response(request) > File "/base/python_runtime/python_lib/versions/third_party/ > django-1.2/django/core/handlers/base.py", line 141, in get_response > return self.handle_uncaught_exception(request, resolver, > sys.exc_info()) > > On May 14, 5:04 am, Kyle Baley <[email protected]> wrote: > > > > > > > > > We're getting the same error. We have it installed for three domains (via > > Google Marketplace) and all three are failing. > > > On Monday, May 14, 2012 4:48:24 AM UTC-4, Ian Marshall wrote: > > > > Have you examined the logs for {mydomain}? > > > > On May 14, 4:45 am, Maksym Novozhylov <[email protected]> wrote: > > > > and is dead again..., hope this will have gone soon > > > > > Am Montag, 14. Mai 2012 06:41:24 UTC+3 schrieb Maksym Novozhylov: > > > > > > I meant codereview.{mydomain} > > > > > Not sure if smb. from admins has already seen this post, but all > > > started > > > > > to work well two ci. 3-4 mimutes ago. > > > > > > Am Montag, 14. Mai 2012 06:36:21 UTC+3 schrieb Amy Unruh: > > > > > >> hi, > > > > > >> If you mean: > > > > >> http://codereview.appspot.com/, > > > > >> it seems to be loading fine. Is there a particular URL that > > > triggered > > > > >> this error? > > > > > >> On 14 May 2012 13:28, Maksym Novozhylov <[email protected]> > > > wrote: > > > > > >>> please fix codereview, which now returns: > > > > > >>> Error: Server Error The server encountered an error and could not > > > > >>> complete your request. > > > > > >>> If the problem persists, please report< > > >http://code.google.com/appengine/community.html> your > > > > >>> problem and mention this error message and the query that caused it. > > > > > >>> -- > > > > >>> You received this message because you are subscribed to the Google > > > > >>> Groups "Google App Engine" group. > > > > >>> To view this discussion on the web visit > > > > >>>https://groups.google.com/d/msg/google-appengine/-/6QB7G-1KZ6oJ. > > > > >>> To post to this group, send email to > > > [email protected]. > > > > >>> To unsubscribe from this group, send email to > > > > >>> [email protected]. > > > > >>> For more options, visit this group at > > > > >>>http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
