Re: Issue 3512 in reviewboard: Cannot add SSL Perforce repository

2014-08-23 Thread reviewboard


Comment #2 on issue 3512 by mohyedeen: Cannot add SSL Perforce repository
https://code.google.com/p/reviewboard/issues/detail?id=3512

Yes here is what I have in the log

 - Exception thrown for user admin at  
http://localhost/admin/db/scmtools/repository/1/


accept_certificate() got an unexpected keyword argument 'username'
Traceback (most recent call last):
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/core/handlers/base.py,  
line 112, in get_response

response = wrapped_callback(request, *callback_args, **callback_kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/contrib/admin/options.py,  
line 450, in wrapper

return self.admin_site.admin_view(view)(*args, **kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/utils/decorators.py,  
line 99, in _wrapped_view

response = view_func(request, *args, **kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/views/decorators/cache.py,  
line 52, in _wrapped_view_func

response = view_func(request, *args, **kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/contrib/admin/sites.py,  
line 198, in inner

return view(request, *args, **kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/utils/decorators.py,  
line 29, in _wrapper

return bound_func(*args, **kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/utils/decorators.py,  
line 99, in _wrapped_view

response = view_func(request, *args, **kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/utils/decorators.py,  
line 25, in bound_func

return func(self, *args2, **kwargs2)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/db/transaction.py,  
line 371, in inner

return func(*args, **kwargs)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/contrib/admin/options.py,  
line 1229, in change_view

if form.is_valid():
   
File /usr/lib/python2.7/site-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/forms.py,  
line 1024, in is_valid

if not super(RepositoryForm, self).is_valid():
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/forms/forms.py,  
line 129, in is_valid

return self.is_bound and not bool(self.errors)
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/forms/forms.py,  
line 121, in errors

self.full_clean()
   
File /usr/lib/python2.7/site-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/forms.py,  
line 813, in full_clean

super(RepositoryForm, self).full_clean()
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/forms/forms.py,  
line 274, in full_clean

self._clean_form()
   
File /usr/lib/python2.7/site-packages/Django-1.6.6-py2.7.egg/django/forms/forms.py,  
line 300, in _clean_form

self.cleaned_data = self.clean()
   
File /usr/lib/python2.7/site-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/forms.py,  
line 862, in clean

self._verify_repository_path()
   
File /usr/lib/python2.7/site-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/forms.py,  
line 1194, in _verify_repository_path

certificate=e.certificate)
TypeError: accept_certificate() got an unexpected keyword  
argument 'username'



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


Re: Issue 3512 in reviewboard: Cannot add SSL Perforce repository

2014-08-23 Thread reviewboard


Comment #3 on issue 3512 by mohyedeen: Cannot add SSL Perforce repository
https://code.google.com/p/reviewboard/issues/detail?id=3512

I did just upgrade to 2.0.6, but its pretty much the same issue in 2.0.5

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