You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Pradeep Soundararajan (JIRA)" <ji...@apache.org> on 2012/06/21 15:10:43 UTC

[jira] [Commented] (INFRA-4945) post-review seems unable to authenticate with ReviewBoard

    [ https://issues.apache.org/jira/browse/INFRA-4945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398406#comment-13398406 ] 

Pradeep Soundararajan commented on INFRA-4945:
----------------------------------------------

The issue is with the login URL, it should be json/account/login (this will get concatenated with the review-board url) but the postreview.py is having invalid URL 'api/json/accounts/login/'.  This will not work, that is the reason we are facing HTTP 404 error. 

It worked fine for me after changing the URL to "json/account/login" in my private postreview.py....Took lot of time to figure out this :) 

Please some one help to fix this issue permanently in Review Board.



                
> post-review seems unable to authenticate with ReviewBoard
> ---------------------------------------------------------
>
>                 Key: INFRA-4945
>                 URL: https://issues.apache.org/jira/browse/INFRA-4945
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ReviewBoard
>         Environment: Fedora 16, RBTools 0.4.1
>            Reporter: David Nalley
>            Priority: Minor
>
> I am unable to login to RB using post-review. I set reviewboard.url as: 
> git config reviewboard.url https://reviews.apache.org
> [ke4qqq@nalleyx200 incubator-cloudstack]$ post-review
> ==> HTTP Authentication Required
> Enter authorization information for "Web API" at reviews.apache.org
> Username: ke4qqq
> Password: 
> ==> Review Board Login Required
> Enter username and password for Review Board at https://reviews.apache.org/
> Username: ke4qqq
> Password: 
> Unable to log in: HTTP 404
> I am unsure what the Web API creds are supposed to be, and this seems to lack documentation (or I can't find it if it does.) I happy to add documentation for clueless newbs like myself if you don't mind enlightening me. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira