Re: Issue 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-06-11 Thread reviewboard

Updates:
Status: ThirdParty

Comment #8 on issue 3354 by trowb...@gmail.com: TypeError for New Review  
Request and View Diff after updade to Review Board 2.0

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

This traceback is nonsense, and I can't even find ConfigItem used in the  
latest subvertpy code (it's still defined, but nothing seems to use it).  
I'm going to call this 3rdparty and assume it's fixed upstream.


--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-22 Thread reviewboard


Comment #5 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

Hello,

As it's an old Review Board installation, we have both PySVN and Subvertpy  
installed.

subversion is also present on the environment.

Here are the versions :
- python-subvertpy : 0.7.3-1
- python-svn : 1.7.2-3
- subversion : 1.6.12dfsg-7

Thanks.
Best regards,

--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-22 Thread reviewboard


Comment #6 on issue 3354 by chip...@gmail.com: TypeError for New Review  
Request and View Diff after updade to Review Board 2.0

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

Subvertpy is newer and somewhat experimental, and it looks like it has some  
issues. PySVN is going to be better-supported, so if you can remove  
subvertpy, you may want to do that for now until we figure out what it's  
doing.


--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-22 Thread reviewboard


Comment #7 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

subvertpy has been removed and Review Board works well.

Issue solved.
Many thanks for your help !

Best regards.

--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #2 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

Hello,

THe only customization present on my Subversion is a post-commit hook to  
call RBTools.

Apache has been restarted after the upgrade.

A new RB site has been created and the database compared to the existing  
one, but no difference appears.


Thanks,
Best regards.

--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #3 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

As a complement of information, I have the same issue when I want to view  
the diff of an existing review. Debug info is not as complete as in the  
previous attached file but it's the same error.


expected string or Unicode object, client.ConfigItem found

Traceback (most recent call last):
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/diffviewer/views.py,  
line 94, in get

*args, **kwargs)
   
File /usr/local/lib/python2.6/dist-packages/Django-1.6.5-py2.6.egg/django/views/generic/base.py,  
line 154, in get

context = self.get_context_data(**kwargs)
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/views.py,  
line 867, in get_context_data

make_review_request_context(self.request, self.review_request))
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/context.py,  
line 92, in make_review_request_context

upload_diff_form = UploadDiffForm(review_request, request=request)
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/forms.py,  
line 102, in __init__

history=review_request.diffset_history_id).latest()
TypeError: expected string or Unicode object, client.ConfigItem found


Best regards.

--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #4 on issue 3354 by chip...@gmail.com: TypeError for New Review  
Request and View Diff after updade to Review Board 2.0

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

Are you guys using PySVN, or Subvertpy? Do you have Subvertpy installed?

Christian

--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-20 Thread reviewboard

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

New issue 3354 by nicolas@gmail.com: TypeError for New Review Request  
and View Diff after updade to Review Board 2.0

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

*** 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?
Review Board 2.0

What's the URL of the page containing the problem?
http://xxx/reviews/r/new/
or
http//xxx/review/r/1671/diff/#index_header

What steps will reproduce the problem?
1.New Review Request
or
1. Open a Review Request
2. View Diff

What is the expected output? What do you see instead?
A page to create a new Review Request
Or
A page to view diff for a Review

What operating system are you using? What browser?
OS: Debian
Browser: Google Chrome / Internet Explorer

Please provide any additional information below.

Hello,

After an update from Review Board from 1.7.24 to 2.0, we cannot create a  
new Review or see diff on existing one, so it's quite blocking.


Everytime we want to create or to see a review, we get the following  
error : expected string or Unicode object, client.ConfigItem found.

The full Debug file is attached for New Review Request issue.

We don't have any problem to navigate throw pages and we can modify admin  
elements in the Admin Dashboard.


Thanks,
Best regards.

Attachments:
ReviewBoard - Error on New Review Request.htm  100 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/d/optout.


Re: Issue 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-20 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3354 by chip...@gmail.com: TypeError for New Review  
Request and View Diff after updade to Review Board 2.0

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

Do you have any kind of custom Subversion configuration file being used  
with Review Board?


Was Apache restarted after the upgrade? The lines shown in the trace don't  
make much sense with regard to the error message.


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