Re: Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread udam . dewaraja
Awesome. That worked. Thanks! On Wednesday, July 6, 2016 at 8:20:12 PM UTC-7, Christian Hammond wrote: > > Your administrator can fix this for you by doing: > > $ rb-site manage /path/to/sitedir shell > >>> from django.contrib.auth.models import User > >>> user =

Re: Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread Christian Hammond
Your administrator can fix this for you by doing: $ rb-site manage /path/to/sitedir shell >>> from django.contrib.auth.models import User >>> user = User.objects.get(username="") >>> profile = user.get_profile() >>> profile.extra_data = {} >>> profile.save() We'll get a

Re: Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread udam . dewaraja
Nop. I can however go to the All Review Requests link and see the CRs properly. Just doesn't seem to show the current state (e.g. ship-it, comments icon etc). - My Dashboard - New Review Request - All

Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread udam . dewaraja
- Exception thrown for user user123 at http://foo.bar.lan/dashboard/ argument of type 'NoneType' is not iterable Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/core/handlers/base.py", line 112, in get_response response =