Comment #3 on issue 2155 by truan.h...@kssretail.com: post-review fails to upload diff if non-ascii characters are used in diff
http://code.google.com/p/reviewboard/issues/detail?id=2155

Seeing this with RBTools 0.3.3 / latest 'nightly' file and Python 2.7

After reading this issue 11898 on the python site that seemed to be related (http://bugs.python.org/issue11898) I made a change to my local post-review.py and changed line 985 (in http_post method) from
            r = urllib2.Request(url, body, headers)
to
            r = urllib2.Request(str(url), body, headers)

fixed the issue I was having (BOM in the diff)

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@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.

Reply via email to