1459: post-review produces error /reviewboard/api/json/accounts/login/ not found

shanka*******@gmai***** (Google Code) (Is this you? Claim this profile.)
March 27, 2010
What version are you running?
1.0

What's the URL of the page containing the problem?
 http://shankark/reviewboard/api/json/accounts/login/.

What steps will reproduce the problem?
1.Check out Subversion repository. Make some changes in working copy 
(checked out files) 
2.Run command post-review --server=http://shankark/reviewboard/


What is the expected output? What do you see instead?
Post-review should run successfully

E:\repos\trial>post-review --server=http://shankark/reviewboard/
==> Review Board Login Required
Enter username and password for Review Board at 
http://shankark/reviewboard/
Username: shankark
Password:
Unable to access http://shankark/reviewboard/api/json/accounts/login/. The 
host
path may be invalid
HTTP Error 404: Not found

I get the same error when I try to access URL 
http://shankark/reviewboard/api/json/accounts/login/ from browser

Please provide any additional information below.
I have used latest RBTools 0.2 Beta 2.
chipx86
#1 chipx86
Sounds like that's not the right path on that server. This is a server-side
configuration issue, not an RBTools issue.

What happens when you go to http://snankark/reviewboard/? What about
http://shankark/reviewboard/api/?

  • +NeedInfo
  • -Type-Defect
    +Type-Support
david
#2 david
  • -NeedInfo
    +Incomplete
#3 kpt****@gmai***** (Google Code) (Is this you? Claim this profile.)
I had the same issue. I installed rbtools with apt-get and the version was 0.21. The path was also correct (verified by third person). I solved it by uninstalling rbtools and installing it this way:

>sudo apt-get install python-setuptools
>sudo easy_install -U RBTools