What version are you running?
1.0.5.1
What's the URL of the page containing the problem?
https://ourdevelserver/rb/r/187/diff/
What steps will reproduce the problem?
1. Create a request with diff (works fine)
2. Try to update diff by "Upload diff" form
What is the expected output? What do you see instead?
The error is displayed with this detail message
{"fields": {"path": ["The diff file is empty"]}, "stat": "fail", "err":
{"msg": "One or more fields had errors", "code": 105}}
when I try post-review in the terminal, problem is following:
$ post-review -p -r 187 --description "some message"
==> HTTP Authentication Required
Enter username and password for "xxxx" at ourdevelserver
Username: user
Password:
Error uploading diff: One or more fields had errors (105)
Your review request still exists, but the diff is not attached.
What operating system are you using? What browser?
Firefox 3.5.1, Opera 10.0.1
Please provide any additional information below.