4618: Error while creating ReviewRequest through Web UI

Narayan15

What version are you running?

2.5.13.1

What's the URL of the page containing the problem?

/api/review-requests/

What steps will reproduce the problem?

  1. Add git based project
  2. Try to create review request from one of the commits

What is the expected output? What do you see instead?

500 INTERNAL SERVER ERROR

What operating system are you using? What browser?

Linux - both Firefox and Chrome

Please provide any additional information below.

Unable to update new review request from commit ID 07ddecf6da9885ee878d4bcf0130ce6a1a4a2455 on repository ID=57: 'ascii' codec can't decode byte 0xe2 in position 93315: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.13.1-py2.7.egg/reviewboard/reviews/managers.py", line 156, in create
draft.update_from_commit_id(commit_id)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.13.1-py2.7.egg/reviewboard/reviews/models/review_request_draft.py", line 278, in update_from_commit_id
self.update_from_committed_change(commit_id)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.13.1-py2.7.egg/reviewboard/reviews/models/review_request_draft.py", line 346, in update_from_committed_change

david
#1 david

Can you give us more information about how the repository is configured? You mention git, but what hosting service is it using?

  • -New
    +NeedInfo
#2 Narayan15

Hi David, Thanks for your response. Sorry for not providing repository details.

Here are the details

Hosting Service - GitLab (hosted on internal server)
Repository type - Git
Repository plan - Group

david
#3 david

This should be fixed in 2.5.17

  • -NeedInfo
    +Fixed