What version are you running?
RBTools 0.3.2
What's the URL of the page containing the problem?
http://reviewboard.convertglobal.com/r/1134/
What steps will reproduce the problem?
1.go to the page url
2.click 'review diff'
3.
What is the expected output? What do you see instead?
Expect to see difference of files. But instead, error shown in the first line:
Error fetching file from http://github.com/api/v2/yaml/blob/show/chines/control/2001f06ba88b6957c400f4aa1e171a9ba16659e9?login=chines&token=9cf24545254c53834a6aee346ddc3e65:
What operating system are you using? What browser?
Ubuntu, firefox
Please provide any additional information below.
besides 'review diff' does not work. 'post-review' from my local host does not work either, debug information says:
>>> HTTP POSTing to http://reviewboard.convertglobal.com/api/review-requests/1193/diffs/: {}
>>> Got API Error 207 (HTTP code 400): The file was not found in the repository
>>> Error data: {u'stat': u'fail', u'file': u'pom.xml', u'err': {u'msg': u'The file was not found in the repository', u'code': 207}, u'revision': u'2001f06ba88b6957c400f4aa1e171a9ba16659e9'}