Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-12 Thread Christian Hammond
I don't have a list of lines. You'd have to trace yourself and try to narrow it down. If I knew where to put the logging statements, I'd have a better idea of what was wrong. All I can point you to is djblets/webapi/auth.py and reviewboard/accounts/backends.py. Christian -- Christian Hammond -

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-12 Thread jack jack
i have added the logging in the djblets/webapi/auth.py i would like to sent logging message to you in person.please share your personal mail id. On Wed, Oct 12, 2011 at 11:34 AM, Christian Hammond chip...@chipx86.comwrote: I don't have a list of lines. You'd have to trace yourself and try to

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-12 Thread jack jack
This seems to be blocker !! can somebody look into this...this will really help us On Wed, Oct 12, 2011 at 12:37 PM, jack jack jais...@gmail.com wrote: The host from where i post reviewrequest the file ~/.post-review-cookies.txt does not contain any RB site name or rbsessionid etc is this

postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread jack jack
Hi All, At last I was able to login into the Reviewbaord using LDAP Authentication user account, thanks Christian and Stephen for your valuable input you have extended toward me really appreciated. Now I tried to post a review request using RB tool, RBtool prompts me with username and

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread Christian Hammond
There have been other people encountering this. Without an LDAP setup I can repro it with, someone else will have to do the work of figuring out where this is failing. That would mean adding logging to the LDAPBackend class, and possibly to djblets/webapi/auth.py. I'd love to get this fixed, but

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread jack jack
Thanks for the quick response. if you could guide me exactly where you would like to put logging on LDAPBackend class and djblets/webapi/auth.py i can do this for you and provide you with results. On Wed, Oct 12, 2011 at 11:12 AM, Christian Hammond chip...@chipx86.comwrote: There have been