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 SSL to pick up. I ended up modifying 
https://github.com/reviewboard/reviewboard/blob/release-2.0.19/reviewboard/hostingsvcs/service.py#L79
 
to:
import ssl
u = urlopen(r, context=ssl._create_unverified_context())

The odd thing was that this issue only occurred when we installed on 
Ubuntu. Ajoy had previously installed on his Mac and it had worked fine. 
Hope someone finds this useful!
-Greg

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), 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 web server is behind another proxy server.
>
> Was there any resolution on this?
>
> Thanks...
> - Ajoy
>
> On Tuesday, September 8, 2015 at 2:33:39 PM UTC-7, Tony Dubu Yang wrote:
>>
>> 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 with sending or 
>> receiving and if I (likely) need to adjust the Azure VMs settings to 
>> allow... something in or out. So I'm expecting to see something along the 
>> lines of "error attempting to send data" with a stack trace or "timed out 
>> waiting for response" or something along those lines in the logs.
>>
>> On Tue, Sep 8, 2015 at 1:07 PM, Christian Hammond  
>> wrote:
>>
>>> 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 into submitting a form on Review Board from their site without 
>>> you knowing.
>>>
>>> Tony, can you show me exactly what error you're hitting and the steps 
>>> you're going through?
>>>
>>> It does look like logging is enabled. What information in the logs are 
>>> you expecting to find?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - https://www.reviewboard.org
>>> Beanbag, Inc. - https://www.beanbaginc.com
>>>
>>> On Mon, Sep 7, 2015 at 11:36 PM, Tony Dubu Yang  
>>> wrote:
>>>
 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 /opt/bitnami/apache2/... logs, as well, but nothing of 
 interest shows up after running into the error.

 Any advice on where to dig to track down the error/stack trace?

 Just a note, looks like the Azure VMs don't allow ICMP as running a 
 ping against github.com doesn't return a result.

 On Friday, December 19, 2014 at 1:38:23 AM UTC-8, anoop kc 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 has no 
> attribute 'read'
>
> where am I doing wrong?
>
>
>
>
> -- 
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/

 --- 
 You received this message because you are subscribed to the Google 
 Groups "reviewboard" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>>> Supercharge your Review Board with Power Pack: 
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons: 
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to reviewboard...@googlegroups.com.
>>> For more options, visit 

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), 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 web server is behind another proxy server.
>
> Was there any resolution on this?
>
> Thanks...
> - Ajoy
>
> On Tuesday, September 8, 2015 at 2:33:39 PM UTC-7, Tony Dubu Yang wrote:
>>
>> 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 with sending or 
>> receiving and if I (likely) need to adjust the Azure VMs settings to 
>> allow... something in or out. So I'm expecting to see something along the 
>> lines of "error attempting to send data" with a stack trace or "timed out 
>> waiting for response" or something along those lines in the logs.
>>
>> On Tue, Sep 8, 2015 at 1:07 PM, Christian Hammond  
>> wrote:
>>
>>> 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 into submitting a form on Review Board from their site without 
>>> you knowing.
>>>
>>> Tony, can you show me exactly what error you're hitting and the steps 
>>> you're going through?
>>>
>>> It does look like logging is enabled. What information in the logs are 
>>> you expecting to find?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - https://www.reviewboard.org
>>> Beanbag, Inc. - https://www.beanbaginc.com
>>>
>>> On Mon, Sep 7, 2015 at 11:36 PM, Tony Dubu Yang  
>>> wrote:
>>>
 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 /opt/bitnami/apache2/... logs, as well, but nothing of 
 interest shows up after running into the error.

 Any advice on where to dig to track down the error/stack trace?

 Just a note, looks like the Azure VMs don't allow ICMP as running a 
 ping against github.com doesn't return a result.

 On Friday, December 19, 2014 at 1:38:23 AM UTC-8, anoop kc 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 has no 
> attribute 'read'
>
> where am I doing wrong?
>
>
>
>
> -- 
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/

 --- 
 You received this message because you are subscribed to the Google 
 Groups "reviewboard" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>>> Supercharge your Review Board with Power Pack: 
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons: 
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to reviewboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 web server is behind another proxy server.
>
> Was there any resolution on this?
>
> Thanks...
> - Ajoy
>
> On Tuesday, September 8, 2015 at 2:33:39 PM UTC-7, Tony Dubu Yang wrote:
>>
>> 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 with sending or
>> receiving and if I (likely) need to adjust the Azure VMs settings to
>> allow... something in or out. So I'm expecting to see something along the
>> lines of "error attempting to send data" with a stack trace or "timed out
>> waiting for response" or something along those lines in the logs.
>>
>> On Tue, Sep 8, 2015 at 1:07 PM, Christian Hammond 
>> wrote:
>>
>>> 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 into submitting a form on Review Board from their site without
>>> you knowing.
>>>
>>> Tony, can you show me exactly what error you're hitting and the steps
>>> you're going through?
>>>
>>> It does look like logging is enabled. What information in the logs are
>>> you expecting to find?
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - https://www.reviewboard.org
>>> Beanbag, Inc. - https://www.beanbaginc.com
>>>
>>> On Mon, Sep 7, 2015 at 11:36 PM, Tony Dubu Yang 
>>> wrote:
>>>
 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 /opt/bitnami/apache2/... logs, as well, but nothing of
 interest shows up after running into the error.

 Any advice on where to dig to track down the error/stack trace?

 Just a note, looks like the Azure VMs don't allow ICMP as running a
 ping against github.com doesn't return a result.

 On Friday, December 19, 2014 at 1:38:23 AM UTC-8, anoop kc 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 has no
> attribute 'read'
>
> where am I doing wrong?
>
>
>
>
> --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons:
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/

 ---
 You received this message because you are subscribed to the Google
 Groups "reviewboard" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> Supercharge your Review Board with Power Pack:
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons:
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to reviewboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com
> 

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 web server is behind another proxy server.

Was there any resolution on this?

Thanks...
- Ajoy

On Tuesday, September 8, 2015 at 2:33:39 PM UTC-7, Tony Dubu Yang wrote:
>
> 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 with sending or receiving 
> and if I (likely) need to adjust the Azure VMs settings to allow... 
> something in or out. So I'm expecting to see something along the lines of 
> "error attempting to send data" with a stack trace or "timed out waiting 
> for response" or something along those lines in the logs.
>
> On Tue, Sep 8, 2015 at 1:07 PM, Christian Hammond  > wrote:
>
>> 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 into submitting a form on Review Board from their site without 
>> you knowing.
>>
>> Tony, can you show me exactly what error you're hitting and the steps 
>> you're going through?
>>
>> It does look like logging is enabled. What information in the logs are 
>> you expecting to find?
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com 
>> Review Board - https://www.reviewboard.org
>> Beanbag, Inc. - https://www.beanbaginc.com
>>
>> On Mon, Sep 7, 2015 at 11:36 PM, Tony Dubu Yang > > wrote:
>>
>>> 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 /opt/bitnami/apache2/... logs, as well, but nothing of 
>>> interest shows up after running into the error.
>>>
>>> Any advice on where to dig to track down the error/stack trace?
>>>
>>> Just a note, looks like the Azure VMs don't allow ICMP as running a ping 
>>> against github.com doesn't return a result.
>>>
>>> On Friday, December 19, 2014 at 1:38:23 AM UTC-8, anoop kc 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 has no 
 attribute 'read'

 where am I doing wrong?




 -- 
>>> Supercharge your Review Board with Power Pack: 
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons: 
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>>
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to reviewboard...@googlegroups.com .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 /opt/bitnami/apache2/... logs, as well, but nothing of interest 
shows up after running into the error.

Any advice on where to dig to track down the error/stack trace?

Just a note, looks like the Azure VMs don't allow ICMP as running a ping 
against github.com doesn't return a result.

On Friday, December 19, 2014 at 1:38:23 AM UTC-8, anoop kc 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 has no attribute 
> 'read'
>
> where am I doing wrong?
>
>
>
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 into submitting a form on Review Board from their site without
you knowing.

Tony, can you show me exactly what error you're hitting and the steps
you're going through?

It does look like logging is enabled. What information in the logs are you
expecting to find?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Mon, Sep 7, 2015 at 11:36 PM, Tony Dubu Yang  wrote:

> 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 /opt/bitnami/apache2/... logs, as well, but nothing of
> interest shows up after running into the error.
>
> Any advice on where to dig to track down the error/stack trace?
>
> Just a note, looks like the Azure VMs don't allow ICMP as running a ping
> against github.com doesn't return a result.
>
> On Friday, December 19, 2014 at 1:38:23 AM UTC-8, anoop kc 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 has no
>> attribute 'read'
>>
>> where am I doing wrong?
>>
>>
>>
>>
>> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
>
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 with sending or receiving
and if I (likely) need to adjust the Azure VMs settings to allow...
something in or out. So I'm expecting to see something along the lines of
"error attempting to send data" with a stack trace or "timed out waiting
for response" or something along those lines in the logs.

On Tue, Sep 8, 2015 at 1:07 PM, Christian Hammond 
wrote:

> 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 into submitting a form on Review Board from their site without
> you knowing.
>
> Tony, can you show me exactly what error you're hitting and the steps
> you're going through?
>
> It does look like logging is enabled. What information in the logs are you
> expecting to find?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - https://www.reviewboard.org
> Beanbag, Inc. - https://www.beanbaginc.com
>
> On Mon, Sep 7, 2015 at 11:36 PM, Tony Dubu Yang  wrote:
>
>> 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 /opt/bitnami/apache2/... logs, as well, but nothing of
>> interest shows up after running into the error.
>>
>> Any advice on where to dig to track down the error/stack trace?
>>
>> Just a note, looks like the Azure VMs don't allow ICMP as running a ping
>> against github.com doesn't return a result.
>>
>> On Friday, December 19, 2014 at 1:38:23 AM UTC-8, anoop kc 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 has no
>>> attribute 'read'
>>>
>>> where am I doing wrong?
>>>
>>>
>>>
>>>
>>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 has no attribute
 'read'

 where am I doing wrong?




  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

 On Fri, Dec 19, 2014 at 1:38 AM, anoop kc an...@baabte.com javascript: 
 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 has no 
 attribute 'read'

 where am I doing wrong?




  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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

 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 has no
 attribute 'read'

 where am I doing wrong?




  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 javascript: 
 wrote:


 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

 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 has no 
 attribute 'read'

 where am I doing wrong?




  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 linking the account: 'URLError' object has no attribute 
 'read'

 where am I doing wrong?






-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.