Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-22 Thread reviewboard


Comment #6 on issue 1821 by sskrasnov: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

I remove Djblets 0.6.4 with command rm -rf  
/usr/lib/python2.4/site-packages/Djblets-0.6.4-py2.4.egg, install Djblets  
0.6.3 with command easy_install -U Djblets==0.6.3 and restart Apache.


After that Update Diff button not work (no popup window with upload patch  
dialog). Also not work some other functions like Add Screenshot and broke  
layout on some pages (f.e. screens of dashboard in 0.6.3 and 0.6.4 in  
attach for comparison).


I think, workaround not work and I restore Djblets 0.6.4

Attachments:
rb_dashboard_063.PNG  60.3 KB
rb_dashboard_064.PNG  61.4 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-22 Thread reviewboard


Comment #7 on issue 1821 by sskrasnov: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

I check Djblets 0.6.3 in FF 3.6.9 and on new installations of Opera 10.62  
and Chrome 6.0.472.62


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-22 Thread reviewboard


Comment #8 on issue 1821 by james.cohen: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

If it's of any help we're seeing this same problem/exception and despite  
the error message the diff does seem to be uploaded and associated with the  
review.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-22 Thread reviewboard


Comment #9 on issue 1821 by chipx86: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

Oh, after re-installing Djblets, you'll need to perform a rb-site upgrade  
on your site, just like after a Review Board upgrade.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-22 Thread reviewboard


Comment #10 on issue 1821 by sskrasnov: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

Looks like all works fine with solution from comment 9.
Thanks!

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-21 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 1821 by chipx86: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

Likely due to a compatibility issue in Djblets. Try upgrading Djblets:

  $ sudo easy_install -U Djblets

Then restart Apache. If that doesn't work, we'll look into a quick fix.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-21 Thread reviewboard


Comment #2 on issue 1821 by balabol: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

As I see, I use actual version of Djblets.

Output:

easy_install -U Djblets
Searching for Djblets
Reading http://pypi.python.org/simple/Djblets/
Reading http://www.review-board.org/wiki/Djblets
Reading http://downloads.review-board.org/releases/Djblets/0.5/
Reading http://downloads.review-board.org/releases/
Reading http://downloads.review-board.org/releases/Djblets/0.6/
Best match: Djblets 0.6.4
Processing Djblets-0.6.4-py2.4.egg
Djblets 0.6.4 is already the active version in easy-install.pth

Using /usr/lib/python2.4/site-packages/Djblets-0.6.4-py2.4.egg
Reading http://downloads.review-board.org/mirror/
Processing dependencies for Djblets
Finished processing dependencies for Djblets


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-21 Thread reviewboard


Comment #3 on issue 1821 by sskrasnov: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

As I see, I use actual version of Djblets.

Output:

easy_install -U Djblets
Searching for Djblets
Reading http://pypi.python.org/simple/Djblets/
Reading http://www.review-board.org/wiki/Djblets
Reading http://downloads.review-board.org/releases/Djblets/0.5/
Reading http://downloads.review-board.org/releases/
Reading http://downloads.review-board.org/releases/Djblets/0.6/
Best match: Djblets 0.6.4
Processing Djblets-0.6.4-py2.4.egg
Djblets 0.6.4 is already the active version in easy-install.pth

Using /usr/lib/python2.4/site-packages/Djblets-0.6.4-py2.4.egg
Reading http://downloads.review-board.org/mirror/
Processing dependencies for Djblets
Finished processing dependencies for Djblets

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-21 Thread reviewboard


Comment #4 on issue 1821 by sskrasnov: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

If my previous comment was misunderstand, I explain more detailed.
I try to update Djblets with easy_install tool, and get message, that I  
have actual version of Djblets.

Also, after that I restart Apache and try to upload diff.
It doesn't work, I get same error.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1821 in reviewboard: Error during uploading updated diff

2010-09-21 Thread reviewboard


Comment #5 on issue 1821 by chipx86: Error during uploading updated diff
http://code.google.com/p/reviewboard/issues/detail?id=1821

Okay, this looks like a regression caused by the newer Djblets. Try to  
uninstall your old Djblets (you'll need to remove  
/usr/lib/python2.4/site-packages/Djblets-0.6.4-py2.4.egg) and then try  
installing 0.6.3:


   $ sudo easy_install -U Djblets=0.6.3

I'll look at putting out a patch to 1.0.9 that fixes compatibility.

Let me know if the above works.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.