Re: SSL Errors

2014-10-13 Thread mccaccountpala...@gmail.com
Thanks. Posted.

https://github.com/googleads/googleads-python-lib/issues/30


On Saturday, October 11, 2014 12:01:02 AM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi,
>
> Could you open an issue on the library's issues page 
> <https://github.com/googleads/googleads-python-lib/issues>? You should 
> hear back from the library owners from there.
>
> Cheers,
> Josh, AdWords API Team
>
> On Friday, October 10, 2014 7:11:54 AM UTC-4, mccaccou...@gmail.com wrote:
>>
>> Hi,
>>
>> We are using the python adspygoogle package and we are seeing two kinds 
>> of SSL errors. Though both these are intermittent, they are not infrequent.
>>
>> Traceback:
>>   File "/home/googlelibs/adwords_ops.py", line 2153, in modify_ad
>> response = client.GetAdGroupAdService('https://adwords.google.com
>> ').Mutate(ad_operations)
>>   File 
>> "/home/googlelibs/lib64/python2.6/site-packages/adspygoogle/common/GenericApiService.py",
>>  
>> line 365, in CallMethod
>> self._HandleLogsAndErrors(buf, start_time, stop_time, error)
>>   File 
>> "/home/googlelibs/lib64/python2.6/site-packages/adspygoogle/adwords/GenericAdWordsService.py",
>>  
>> line 256, in _HandleLogsAndErrors
>> raise Error(e)
>> Error: {'data': SSLError('The read operation timed out',)}
>>
>> In this case is there anyway the timeout can be increased in the API 
>> calls without making changes to the actual adspygoogle code?
>>
>> In another scenario, we get a lot of SSL errors of the kinds:
>> SSLError: [Errno 1] _ssl.c:1331: error:1408F119:SSL 
>> routines:SSL3_GET_RECORD:decryption failed or bad record mac
>> SSLError: [Errno 1] _ssl.c:490: error:0D078094:asn1 encoding 
>> routines:ASN1_ITEM_EX_D2I:sequence length mismatch
>> Error: {'data': SSLError(1, '_ssl.c:490: error:0407006A:rsa 
>> routines:RSA_padding_check_PKCS1_type_1:block type is not 01')}
>> Error: {'data': SSLError(1, '_ssl.c:490: error:1408C095:SSL 
>> routines:SSL3_GET_FINISHED:digest check failed')}
>> Error: {'data': SSLError(1, '_ssl.c:490: error:04091068:rsa 
>> routines:INT_RSA_VERIFY:bad signature')}
>> SSLError: [Errno 1] _ssl.c:1331: error:1408F119:SSL 
>> routines:SSL3_GET_RECORD:decryption failed or bad record mac
>>
>> We are using RHEL 6.4. Please let us know if someone has any idea on 
>> these. I would like to emphasize that these are intermittent issues but not 
>> infrequent.
>>
>> Thanks for all the help in advance.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/863d6eb7-deef-48e6-8d2a-06ec2615e254%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SSL Errors

2014-10-10 Thread Josh Radcliff (AdWords API Team)
Hi,

Could you open an issue on the library's issues page 
<https://github.com/googleads/googleads-python-lib/issues>? You should hear 
back from the library owners from there.

Cheers,
Josh, AdWords API Team

On Friday, October 10, 2014 7:11:54 AM UTC-4, mccaccou...@gmail.com wrote:
>
> Hi,
>
> We are using the python adspygoogle package and we are seeing two kinds of 
> SSL errors. Though both these are intermittent, they are not infrequent.
>
> Traceback:
>   File "/home/googlelibs/adwords_ops.py", line 2153, in modify_ad
> response = client.GetAdGroupAdService('https://adwords.google.com
> ').Mutate(ad_operations)
>   File 
> "/home/googlelibs/lib64/python2.6/site-packages/adspygoogle/common/GenericApiService.py",
>  
> line 365, in CallMethod
> self._HandleLogsAndErrors(buf, start_time, stop_time, error)
>   File 
> "/home/googlelibs/lib64/python2.6/site-packages/adspygoogle/adwords/GenericAdWordsService.py",
>  
> line 256, in _HandleLogsAndErrors
> raise Error(e)
> Error: {'data': SSLError('The read operation timed out',)}
>
> In this case is there anyway the timeout can be increased in the API calls 
> without making changes to the actual adspygoogle code?
>
> In another scenario, we get a lot of SSL errors of the kinds:
> SSLError: [Errno 1] _ssl.c:1331: error:1408F119:SSL 
> routines:SSL3_GET_RECORD:decryption failed or bad record mac
> SSLError: [Errno 1] _ssl.c:490: error:0D078094:asn1 encoding 
> routines:ASN1_ITEM_EX_D2I:sequence length mismatch
> Error: {'data': SSLError(1, '_ssl.c:490: error:0407006A:rsa 
> routines:RSA_padding_check_PKCS1_type_1:block type is not 01')}
> Error: {'data': SSLError(1, '_ssl.c:490: error:1408C095:SSL 
> routines:SSL3_GET_FINISHED:digest check failed')}
> Error: {'data': SSLError(1, '_ssl.c:490: error:04091068:rsa 
> routines:INT_RSA_VERIFY:bad signature')}
> SSLError: [Errno 1] _ssl.c:1331: error:1408F119:SSL 
> routines:SSL3_GET_RECORD:decryption failed or bad record mac
>
> We are using RHEL 6.4. Please let us know if someone has any idea on 
> these. I would like to emphasize that these are intermittent issues but not 
> infrequent.
>
> Thanks for all the help in advance.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f311f03-7365-422c-8db7-91d3eef4fe15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SSL Errors

2014-10-10 Thread mccaccountpala...@gmail.com
Hi,

We are using the python adspygoogle package and we are seeing two kinds of 
SSL errors. Though both these are intermittent, they are not infrequent.

Traceback:
  File "/home/googlelibs/adwords_ops.py", line 2153, in modify_ad
response = 
client.GetAdGroupAdService('https://adwords.google.com').Mutate(ad_operations)
  File 
"/home/googlelibs/lib64/python2.6/site-packages/adspygoogle/common/GenericApiService.py",
 
line 365, in CallMethod
self._HandleLogsAndErrors(buf, start_time, stop_time, error)
  File 
"/home/googlelibs/lib64/python2.6/site-packages/adspygoogle/adwords/GenericAdWordsService.py",
 
line 256, in _HandleLogsAndErrors
raise Error(e)
Error: {'data': SSLError('The read operation timed out',)}

In this case is there anyway the timeout can be increased in the API calls 
without making changes to the actual adspygoogle code?

In another scenario, we get a lot of SSL errors of the kinds:
SSLError: [Errno 1] _ssl.c:1331: error:1408F119:SSL 
routines:SSL3_GET_RECORD:decryption failed or bad record mac
SSLError: [Errno 1] _ssl.c:490: error:0D078094:asn1 encoding 
routines:ASN1_ITEM_EX_D2I:sequence length mismatch
Error: {'data': SSLError(1, '_ssl.c:490: error:0407006A:rsa 
routines:RSA_padding_check_PKCS1_type_1:block type is not 01')}
Error: {'data': SSLError(1, '_ssl.c:490: error:1408C095:SSL 
routines:SSL3_GET_FINISHED:digest check failed')}
Error: {'data': SSLError(1, '_ssl.c:490: error:04091068:rsa 
routines:INT_RSA_VERIFY:bad signature')}
SSLError: [Errno 1] _ssl.c:1331: error:1408F119:SSL 
routines:SSL3_GET_RECORD:decryption failed or bad record mac

We are using RHEL 6.4. Please let us know if someone has any idea on these. 
I would like to emphasize that these are intermittent issues but not 
infrequent.

Thanks for all the help in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a2c580ae-23c1-4e93-9cc0-1155386e03fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.