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

New issue 3272 by mrcote: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'
http://code.google.com/p/reviewboard/issues/detail?id=3272

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?

Latest release-2.0.x.

What's the URL of the page containing the problem?

Any.

What steps will reproduce the problem?
1. Run "contrib/internal/devserver.py" or r"eviewboard/manage.py runserver".
2. Load any Review Board page from the dev server.

What is the expected output? What do you see instead?

Expected normal page load.  Got this exception instead:

$ python contrib/internal/devserver.py
Validating models...

0 errors found
March 01, 2014 - 04:10:04
Django version 1.6.2, using settings 'reviewboard.settings'
Starting development server at http://0.0.0.0:8080/
Quit the server with CONTROL-C.
2014-03-01 04:10:09,872 - DEBUG - - Logging to ./reviewboard.log with a minimum level of DEBUG 2014-03-01 04:10:09,897 - DEBUG - - Log file for Review Board v2.0 beta 4 (dev) (PID 2799) 2014-03-01 04:10:09,960 - ERROR - - Exception thrown for user AnonymousUser at http://vm:8080/

__init__() got an unexpected keyword argument 'detailed_label_html'
Traceback (most recent call last):
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/handlers/base.py", line 114, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/accounts/decorators.py", line 23, in _check
    return view_func(*args, **kwargs)
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/accounts/decorators.py", line 44, in _check_valid_prefs
    return view_func(request, *args, **kwargs)
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/reviews/views.py", line 219, in root
    local_site_reverse(url_name, local_site_name=local_site_name))
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/site/urlresolvers.py", line 38, in local_site_reverse
    *func_args, **func_kwargs)
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 509, in reverse return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)) File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 387, in _reverse_with_prefix
    possibilities = self.reverse_dict.getlist(lookup_view)
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 296, in reverse_dict
    self._populate()
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 273, in _populate
    for name in pattern.reverse_dict:
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 296, in reverse_dict
    self._populate()
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 285, in _populate lookups.appendlist(pattern.callback, (bits, p_pattern, pattern.default_args)) File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 229, in callback
    self._callback = get_callable(self._callback_str)
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/utils/functional.py", line 32, in wrapper
    result = func(*args)
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/core/urlresolvers.py", line 96, in get_callable
    mod = import_module(mod_name)
File "/home/mcote/reviewboard-latest/local/lib/python2.7/site-packages/Django-1.6.2-py2.7.egg/django/utils/importlib.py", line 40, in import_module
    __import__(name)
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/datagrids/views.py", line 11, in <module>
    from reviewboard.datagrids.grids import (DashboardDataGrid,
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/datagrids/grids.py", line 42, in <module>
    class ReviewRequestDataGrid(DataGrid):
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/datagrids/grids.py", line 100, in ReviewRequestDataGrid
    to_me = ToMeColumn()
File "/home/mcote/reviewboard-latest/src/reviewboard/reviewboard/datagrids/columns.py", line 526, in __init__
    *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'
[01/Mar/2014 04:10:10] "GET / HTTP/1.1" 500 23958

What operating system are you using? What browser?

OS X 10.9.2, Firefox Nightly.

Please provide any additional information below.


--
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/groups/opt_out.

Reply via email to