Re: can not set up a git repository with reviewboard

2015-09-17 Thread Gregory Hart
Ajoy and I are working on the same install. I traced the error to https://github.com/reviewboard/reviewboard/blob/release-2.0.19/reviewboard/hostingsvcs/github.py#L400 and found the original error was: We used the Bitnami installer and I'm not sure where to place the cacerts truststore for

Re: can not set up a git repository with reviewboard

2015-09-16 Thread Ajoy Bhatia
I am running ReviewBoard 2.0.19 on Ubuntu 14.04.3. On Wednesday, September 16, 2015 at 11:52:58 AM UTC-7, Ajoy Bhatia wrote: > > I am getting this error, too, with a private organization GitHub > repository. I enabled logging successfully (i.e. log directory is writable > by web server),

Re: can not set up a git repository with reviewboard

2015-09-16 Thread Christian Hammond
It could be your proxy. You may need to edit the /path/to/site/htdocs/reviewboard.wsgi file and set environment variables for your proxy. These should be HTTP_PROXY and HTTPS_PROXY. Then restart Apache. Christian On Wednesday, September 16, 2015, Ajoy Bhatia wrote: > I

Re: can not set up a git repository with reviewboard

2015-09-16 Thread Ajoy Bhatia
I am getting this error, too, with a private organization GitHub repository. I enabled logging successfully (i.e. log directory is writable by web server), restarted the web server and tried to add the repo again. Got the same error but do not see anything in the log file. BTW, my ReviewBoard

Re: can not set up a git repository with reviewboard

2015-09-08 Thread Tony Dubu Yang
I'm receiving this error, too, running on an Azure VM with version 2.0.19 of ReviewBoard installed. I've set the logging level for ReviewBoard to DEBUG, but all I'm getting is cache misses and 'Using reviewboard.scmtools.svn.pysvn backend for SVN' in the logs. Tried looking in the

Re: can not set up a git repository with reviewboard

2015-09-08 Thread Christian Hammond
The CSRF verification failure is likely due to trying to re-post a form after reloading the web server. It's a protection mechanism that requires that you first load/navigate to the page, then post, all with the web server running, without restarting. It's used to prevent sites from tricking you

Re: can not set up a git repository with reviewboard

2015-09-08 Thread Tony Yang
Getting the same error as anoop is getting above: Unknown error when linking the account: 'URLError' object has no attribute 'read' This happens when I attempt to add a public GitHub repository (non-enterprise) to my reviewboard and click save. I'm trying to determine whether this is an error

Re: can not set up a git repository with reviewboard

2014-12-19 Thread David Trowbridge
Can you show us what the repository configuration looks like? -David On Fri, Dec 19, 2014 at 1:38 AM, anoop kc an...@baabte.com wrote: Hi, Whenever I try to add my git repository to reviewboard, it fails with the following error. Unknown error when linking the account: 'URLError' object

Re: can not set up a git repository with reviewboard

2014-12-19 Thread anoop kc
Hi, Please find the screenshot below https://lh6.googleusercontent.com/-lxv0zfcx9lo/VJP2Jn_oGVI/BuU/n4rHMbj1WVQ/s1600/Untitled.png On Friday, December 19, 2014 3:12:12 PM UTC+5:30, David Trowbridge wrote: Can you show us what the repository configuration looks like? -David

Re: can not set up a git repository with reviewboard

2014-12-19 Thread David Trowbridge
Hm. Mind checking in the log (make sure logging is turned on -- if not, turn it on and restart your web server, then try saving the form again) to see if there's anything listed there? -David On Fri, Dec 19, 2014 at 1:56 AM, anoop kc an...@baabte.com wrote: Hi, Please find the screenshot

Re: can not set up a git repository with reviewboard

2014-12-19 Thread anoop kc
Hi, What are the settings for logging? I enabled logging and even after the error happens, the log file contains nothing. On Friday, December 19, 2014 3:27:50 PM UTC+5:30, David Trowbridge wrote: Hm. Mind checking in the log (make sure logging is turned on -- if not, turn it on and restart

Re: can not set up a git repository with reviewboard

2014-12-19 Thread anoop kc
Hi, While trying to reload the page, I got the following error CSRF verification failed. Request aborted. On Friday, December 19, 2014 3:08:23 PM UTC+5:30, anoop kc wrote: Hi, Whenever I try to add my git repository to reviewboard, it fails with the following error. Unknown error when