dumre0707 / googlepersonfinder

Automatically exported from code.google.com/p/googlepersonfinder
Apache License 2.0
0 stars 0 forks source link

Accessing http://www.google.org/personfinder/ gives 500 #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.google.org/personfinder/ gives 500 while 
http://google.org/personfinder/ works fine.

Original issue reported on code.google.com by r...@google.com on 5 Feb 2013 at 10:45

GoogleCodeExporter commented 9 years ago
Stack trace:

'NoneType' object has no attribute '_info'
Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 695, in __call__
    handler.initialize(request, response)
  File "/base/data/home/apps/s~googlepersonfinder/release-34-8d42fea923ff.363643047560294961/main.py", line 366, in initialize
    django_setup.activate(self.env.lang)
  File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/translation/__init__.py", line 66, in activate
    return real_activate(language)
  File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/functional.py", line 55, in _curried
    return _curried_func(*(args+moreargs), **dict(kwargs, **morekwargs))
  File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/translation/__init__.py", line 36, in delayed_loader
    return getattr(trans, real_name)(*args, **kwargs)
  File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/translation/trans_real.py", line 193, in activate
    _active[currentThread()] = translation(language)
  File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/translation/trans_real.py", line 177, in translation
    current_translation = _fetch(language, fallback=default_translation)
  File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/translation/trans_real.py", line 142, in _fetch
    res._info = res._info.copy()
AttributeError: 'NoneType' object has no attribute '_info'

Original comment by r...@google.com on 5 Feb 2013 at 10:55

GoogleCodeExporter commented 9 years ago
I'm sorry for a false alarm. This was due to a very unusual language cookie I 
had by stepping on a link in b/7945277.

Original comment by r...@google.com on 6 Feb 2013 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by r...@google.com on 6 Feb 2013 at 12:49