Hey,

I'm not sure if this is our set up or not but we seem to be getting a lot of

Traceback (most recent call last):

  File 
"/usr/local/lib/python2.7/site-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py",
 line 88, in get_response
    response = middleware_method(request)

  File 
"/usr/local/lib/python2.7/site-packages/ReviewBoard-2.0.3-py2.7.egg/reviewboard/accounts/middleware.py",
 line 12, in process_request
    if request.user.is_authenticated():

  File 
"/usr/local/lib/python2.7/site-packages/Django-1.6.5-py2.7.egg/django/utils/functional.py",
 line 213, in inner
    self._setup()

  File 
"/usr/local/lib/python2.7/site-packages/Django-1.6.5-py2.7.egg/django/utils/functional.py",
 line 298, in _setup
    self._wrapped = self._setupfunc()

  File 
"/usr/local/lib/python2.7/site-packages/Django-1.6.5-py2.7.egg/django/contrib/auth/middleware.py",
 line 18, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))

  File 
"/usr/local/lib/python2.7/site-packages/Django-1.6.5-py2.7.egg/django/contrib/auth/middleware.py",
 line 10, in get_user
    request._cached_user = auth.get_user(request)

  File 
"*/usr/local/lib/python2.7/site-packages/Django-1.6.5-py2.7.egg/django/contrib/auth/*__init__.py",
 line 140, in get_user
    user_id = request.session[SESSION_KEY]

  File 
"/usr/local/lib/python2.7/site-packages/Django-1.6.5-py2.7.egg/django/contrib/sessions/backends/base.py",
 line 47, in __getitem__
    return self._session[key]

TypeError: 'int' object is not subscriptable


This seems like it's a core django issue but i've never seen this before. 
This is on python2.7 (obviously from the above) on centos 5. Has anyone 
else run into this? I was about to file a bug but this seem so related to 
django that I feel weird without some confirmation...

Thanks!

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to