Re: Issue 3835 in reviewboard: AttributeError: 'NoneType' object has no attribute 'get' in reviewboard\admin\views.py", line 39

2015-04-15 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3819

Comment #1 on issue 3835 by bar...@beanbaginc.com:  
AttributeError: 'NoneType' object has no attribute 'get' in  
reviewboard\admin\views.py", line 39

https://code.google.com/p/reviewboard/issues/detail?id=3835

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3835 in reviewboard: AttributeError: 'NoneType' object has no attribute 'get' in reviewboard\admin\views.py", line 39

2015-04-07 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3835 by der.se...@gmail.com: AttributeError: 'NoneType' object  
has no attribute 'get' in reviewboard\admin\views.py", line 39

https://code.google.com/p/reviewboard/issues/detail?id=3835

What version are you running?
reviewboard-2.0.15-py2.7.egg

What's the URL of the page containing the problem?
reviewboard\admin\

What steps will reproduce the problem?
1. Login with a local administrator (staff)
2. Go to Admin page

What is the expected output? What do you see instead?
Admin page should be displayed, but instead
"Something broke! (Error 500)"

What operating system are you using? What browser?
Windows Server 2008 R2 english, Chrome

Please provide any additional information below.
Traceback (most recent call last):

   
File "D:\Programs\Python27\lib\site-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 "D:\Programs\Python27\lib\site-packages\django-1.6.11-py2.7.egg\django\contrib\admin\views\decorators.py",  
line 17, in _checklogin

return view_func(request, *args, **kwargs)

   
File "D:\Programs\Python27\lib\site-packages\reviewboard-2.0.15-py2.7.egg\reviewboard\admin\views.py",  
line 39, in dashboard

primary_widget_positions = profile_data.get('primary_widget_positions')

AttributeError: 'NoneType' object has no attribute 'get'

I have no clue, why profile_data is None.

Also, when logging in with an LDAP Admin, the page works.
Seems to be something missing when create a new Admin account?

Thanks for your help.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.