I ran:
sudo easy_install -f
http://downloads.reviewboard.org/releases/ReviewBoard/2.5/ -U ReviewBoard
sudo rb-site upgrade /var/www/reviewboard
to upgrade from 2.5beta1 to 2.5rc1, and these commands appeared to succeed.
However, I'm getting a "Something broke!" error and the attached email.
I've searched this forum, and the web at large, but I'm at a complete loss
as to what the root cause of the problem is. I'd very much appreciate any
clues from more knowledgeable folks.
Thanks in advance,
Dave
--
Supercharge your Review Board with Power Pack:
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons:
https://rbcommons.com/
Happy user? Let us know! https://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 [email protected].
For more options, visit https://groups.google.com/d/optout.
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/dist-packages/Django-1.6.11-py2.7.egg/django/core/handlers/base.py",
line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File
"/usr/local/lib/python2.7/dist-packages/Django-1.6.11-py2.7.egg/django/contrib/auth/decorators.py",
line 22, in _wrapped_view
return view_func(request, *args, **kwargs)
File
"/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5rc1-py2.7.egg/reviewboard/site/decorators.py",
line 35, in _check
return view_func(request, local_site=local_site, *args, **kwargs)
File
"/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5rc1-py2.7.egg/reviewboard/accounts/decorators.py",
line 47, in _check_valid_prefs
return view_func(request, *args, **kwargs)
File
"/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5rc1-py2.7.egg/reviewboard/datagrids/views.py",
line 62, in dashboard
return grid.render_to_response(template_name)
File
"/usr/local/lib/python2.7/dist-packages/Djblets-0.9rc1-py2.7.egg/djblets/datagrid/grids.py",
line 1440, in render_to_response
self.load_state(render_context)
File
"/usr/local/lib/python2.7/dist-packages/Djblets-0.9rc1-py2.7.egg/djblets/datagrid/grids.py",
line 1136, in load_state
if self.load_extra_state(profile):
File
"/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5rc1-py2.7.egg/reviewboard/datagrids/grids.py",
line 375, in load_extra_state
if profile and 'show_archived' in profile.extra_data:
TypeError: argument of type 'NoneType' is not iterable
<WSGIRequest
path:/dashboard/,
GET:<QueryDict: {u'view': [u'incoming']}>,
POST:<QueryDict: {}>,
COOKIES:{'collapsediffs': 'True',
'csrftoken': 'oKOwH0TmnvdsSb7UvxsEG6x0lT9wkuFY',
'rbsessionid': 'e7dpp9p6clfl9otv4g9r0pqt728l0sl9'},
META:{'CONTEXT_DOCUMENT_ROOT': '/var/www/reviewboard/htdocs',
'CONTEXT_PREFIX': '',
'DOCUMENT_ROOT': '/var/www/reviewboard/htdocs',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html, */*; q=0.01',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-au,en-gb;q=0.8,en-us;q=0.5,en;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=oKOwH0TmnvdsSb7UvxsEG6x0lT9wkuFY;
rbsessionid=e7dpp9p6clfl9otv4g9r0pqt728l0sl9; collapsediffs=True',
'HTTP_DNT': '1',
'HTTP_HOST': 'reviewboard.example.com',
'HTTP_REFERER': 'http://reviewboard.example.com/dashboard/?view=incoming',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0)
Gecko/20100101 Firefox/20.0',
'HTTP_X_REQUESTED_WITH': 'XMLHttpRequest',
u'LOCAL_SITE': None,
'PATH_INFO': u'/dashboard/',
'PATH_TRANSLATED': '/var/www/reviewboard/htdocs/reviewboard.wsgi/dashboard/',
'QUERY_STRING': 'view=incoming',
'REMOTE_ADDR': '192.0.2.166',
'REMOTE_PORT': '45021',
'REQUEST_METHOD': 'GET',
'REQUEST_SCHEME': 'http',
'REQUEST_URI': '/dashboard/?view=incoming',
'SCRIPT_FILENAME': '/var/www/reviewboard/htdocs/reviewboard.wsgi',
'SCRIPT_NAME': u'',
'SERVER_ADDR': '192.0.2.146',
'SERVER_ADMIN': '[no address given]',
'SERVER_NAME': 'reviewboard.example.com',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.4.7 (Ubuntu) Server at
reviewboard.example.com Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.4.7 (Ubuntu)',
u'USERNAME': u'johndoe',
u'USER_EMAIL': u'[email protected]',
'mod_wsgi.application_group': 'reviewboard.example.com|',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.enable_sendfile': '0',
'mod_wsgi.handler_script': '',
'mod_wsgi.input_chunked': '0',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.queue_start': '1440061701988934',
'mod_wsgi.request_handler': 'wsgi-script',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (3, 4),
'wsgi.errors': <mod_wsgi.Log object at 0x7f243e71a9b0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object
at 0x7f243e72ad50>,
'wsgi.input': <mod_wsgi.Input object at 0x7f243e7108b0>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>