I recently upgraded my Review Board installation by running:

sudo easy_install --upgrade ReviewBoard

and

sudo rb-site upgrade /path/to/my/install

and now whenever I'm looking at a review and I click "View Diff" I get
several of the following errors where the diffs would be:

Diff currently unavailable.
Error: cannot concatenate 'str' and 'int' objects

Clicking the Details link shows me:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/
ReviewBoard-1.0alpha2.dev_20090203-py2.5.egg/reviewboard/diffviewer/
views.py", line 193, in view_diff_fragment
    context, template_name))
  File "/usr/lib/python2.5/site-packages/
ReviewBoard-1.0alpha2.dev_20090203-py2.5.egg/reviewboard/diffviewer/
views.py", line 53, in build_diff_fragment
    key += '-' + settings.AJAX_SERIAL
TypeError: cannot concatenate 'str' and 'int' objects


What did I do wrong, and how can I fix it. Thanks.


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

Reply via email to