Hi Ali, We have a fix for this in our tree (commit 23fbc2f28742442835c4c275e81c1ad0cb163ed6), which will be part of the next 2.5.x release.
Christian On Mon, Oct 2, 2017 at 7:05 AM, Ali Lokhandwala <[email protected]> wrote: > Hi, > I am getting this error on our repo files when raising reviews post commit > using: > > - root - Unable to update new review request from commit ID > 949e6492ab2c243e8828c8329218089000a4da39 on repository ID=5: 'ascii' codec > can't decode byte 0xc3 in position 1264: ordinal not in range(128) > Traceback (most recent call last): > File > "/opt/bitnami/apps/reviewboard/htdocs/reviewboard/reviews/managers.py", line > 156, in create > draft.update_from_commit_id(commit_id) > File > "/opt/bitnami/apps/reviewboard/htdocs/reviewboard/reviews/models/review_request_draft.py", > line 278, in update_from_commit_id > self.update_from_committed_change(commit_id) > File > "/opt/bitnami/apps/reviewboard/htdocs/reviewboard/reviews/models/review_request_draft.py", > line 346, in update_from_committed_change > diff_file_contents=commit.diff.encode('utf-8'), > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1264: > ordinal not in range(128) > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
