Re: Issue 3272 in reviewboard: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'

2014-03-02 Thread reviewboard


Comment #6 on issue 3272 by chip...@gmail.com: exception running devserver:  
TypeError: __init__() got an unexpected keyword  
argument 'detailed_label_html'

http://code.google.com/p/reviewboard/issues/detail?id=3272

Okay, sorry. I think I know what was going on here. The version number  
didn't get bumped post-release, which may have messed with the dependency  
on Review Board, and caused it to end up pulling down the released Djblets  
instead of the one in the source directory. At least, this just happened to  
a student of ours.


I've fixed that, so give it another try.

--
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.


Re: Issue 3272 in reviewboard: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'

2014-03-01 Thread reviewboard


Comment #4 on 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

Nope, that directory doesn't exist.

--
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.


Re: Issue 3272 in reviewboard: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'

2014-03-01 Thread reviewboard


Comment #5 on issue 3272 by chip...@gmail.com: exception running devserver:  
TypeError: __init__() got an unexpected keyword  
argument 'detailed_label_html'

http://code.google.com/p/reviewboard/issues/detail?id=3272

How about djblets/htdocs/static/?

Also, make sure you re-run `setup.py develop` in djblets if you haven't.

I hit this a couple weeks ago and it was due to an older build of the  
static files.


--
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.


Issue 3272 in reviewboard: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'

2014-02-28 Thread reviewboard

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 reviewboard/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 

Re: Issue 3272 in reviewboard: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'

2014-02-28 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3272 by trowb...@gmail.com: exception running  
devserver: TypeError: __init__() got an unexpected keyword  
argument 'detailed_label_html'

http://code.google.com/p/reviewboard/issues/detail?id=3272

Can you update your djblets master and try again?

--
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.


Re: Issue 3272 in reviewboard: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'

2014-02-28 Thread reviewboard


Comment #2 on 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

After installing djblets master, the exception went away, but the UI that  
loads is weird.  Screenshot attached.  Same thing appears after logging in.


Attachments:
Screen Shot 2014-02-28 at 11.39.36 PM.png  116 KB

--
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.


Re: Issue 3272 in reviewboard: exception running devserver: TypeError: __init__() got an unexpected keyword argument 'detailed_label_html'

2014-02-28 Thread reviewboard


Comment #3 on issue 3272 by chip...@gmail.com: exception running devserver:  
TypeError: __init__() got an unexpected keyword  
argument 'detailed_label_html'

http://code.google.com/p/reviewboard/issues/detail?id=3272

Make sure there's no reviewboard/htdocs/static/ directory. If there is,  
delete it and reload the dev server.


--
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.