Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-07 Thread reviewboard
Updates: Status: Fixed Comment #17 on issue 3043 by trowb...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Great. This patch will be in the next 1.7.x release. -- You received this message because th

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #16 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 It’s done, I had to manually input the service.py path Now I can do review over github and reviewboard. Really appreciated!

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #15 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 I moved to /usr/lib/python2.5/site-packages/ReviewBoard-1.7.11-py2.5.egg then patch -p0 < ~/rbpatch/0001-Fix-HTTP-requests-

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #14 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Sorry, how to apply the patch? I didn’t figure it out :( -- You received this message because this project is configured to

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #13 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Just to note: An upgrade to a new major version of Python is not trivial. You will need to install the new version alongsid

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #12 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Thanks! I’ll try upgrading python first and then your patch, tomorrow I’ll let you know the result. -- You received this

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #11 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Give this patch to Review Board a try and see if it works for you. Attachments: 0001-Fix-HTTP-requests-on-Python-2.5

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #10 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Don't worry about the web server info. I looked into this and it's definitely a bug in Python 2.5.x. That version of Python

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #9 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 firefox 22 python 2.5.2 I just tried chrome browser, failed too What web server info do you need? I'll upgrade python soon

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #8 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Python on the server. Some old versions of Python had bugs where valid HTTP 2xx errors appeared as errors. Python 2.5 won'

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #7 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Firefox 22 I'm not the guy who set up the rb server, I'll check out with him. The python version, did you mean python on serve

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #6 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 HTTP 201 is not actually an error, but something thinks it is. The fact that it is indicates something outdated and confused

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #5 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 okay, I just tried once more, 1. GitHub hosting service 2. Linked to my account already on Github, user/pwd 3. Associate my S

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #4 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Yeah, you have to use GitHub in Hosting Service in order for diffs to render. It cannot work with Custom, because we need to

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-07-31 Thread reviewboard
Comment #3 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 I also tried another way. 1. Hosting service - none custom 2. Repo info, Git Path - a git url to github

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-07-31 Thread reviewboard
Comment #2 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 First, I didn't quite understand that 'link a new account' means linking to an existed account or linking to a unexisted acc

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-07-31 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Two things seem to be happening. First, we're not handling the failure case well at all. S

Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-07-30 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 *** For customer support, please post to reviewbo...@googlegroups.com *** If