The whole respond in the attachment.
Screehshot: http://prntscr.com/nh3po2

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6d2e960f-7337-43a0-ac76-ec526bd8401c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Your default encoding, cp1251, is not UTF-8. Please run this script with UTF-8 
encoding to avoid errors.
Traceback (most recent call last):

  File "<ipython-input-4-f148794d68d2>", line 1, in <module>
    
runfile('C:/Users/rp/Documents/python_scripts/adsAPI/change_action_content/mutate_ads_my.py',
 wdir='C:/Users/rp/Documents/python_scripts/adsAPI/change_action_content')

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\spyder\utils\site\sitecustomize.py",
 line 705, in runfile
    execfile(filename, namespace)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\spyder\utils\site\sitecustomize.py",
 line 102, in execfile
    exec(compile(f.read(), filename, 'exec'), namespace)

  File 
"C:/Users/rp/Documents/python_scripts/adsAPI/change_action_content/mutate_ads_my.py",
 line 35, in <module>
    result = ad_service.mutate(operations)

  File "c:\users\rp\miniconda3\lib\site-packages\googleads\common.py", line 
1382, in MakeSoapRequest
    *packed_args, _soapheaders=soap_headers)['body']['rval']

  File "c:\users\rp\miniconda3\lib\site-packages\zeep\proxy.py", line 42, in 
__call__
    self._op_name, args, kwargs)

  File "c:\users\rp\miniconda3\lib\site-packages\zeep\wsdl\bindings\soap.py", 
line 121, in send
    options=options)

  File "c:\users\rp\miniconda3\lib\site-packages\zeep\wsdl\bindings\soap.py", 
line 85, in _create
    client, envelope, http_headers, operation_obj, options)

  File "c:\users\rp\miniconda3\lib\site-packages\zeep\plugins.py", line 33, in 
apply_egress
    envelope, http_headers, operation, binding_options)

  File "c:\users\rp\miniconda3\lib\site-packages\googleads\common.py", line 
1106, in egress
    custom_headers = self._header_handler.GetHTTPHeaders()

  File "c:\users\rp\miniconda3\lib\site-packages\googleads\adwords.py", line 
440, in GetHTTPHeaders
    http_headers = self._adwords_client.oauth2_client.CreateHttpHeader()

  File "c:\users\rp\miniconda3\lib\site-packages\googleads\oauth2.py", line 
194, in CreateHttpHeader
    self.Refresh()

  File "c:\users\rp\miniconda3\lib\site-packages\googleads\oauth2.py", line 
211, in Refresh
    google.auth.transport.requests.Request(session=session))

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\google\oauth2\credentials.py",
 line 136, in refresh
    self._client_secret))

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\google\oauth2\_client.py",
 line 237, in refresh_grant
    response_data = _token_endpoint_request(request, token_uri, body)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\google\oauth2\_client.py",
 line 106, in _token_endpoint_request
    method='POST', url=token_uri, headers=headers, body=body)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\google\auth\transport\requests.py",
 line 120, in __call__
    **kwargs)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\requests\sessions.py",
 line 533, in request
    resp = self.send(prep, **send_kwargs)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\requests\sessions.py",
 line 646, in send
    r = adapter.send(request, **kwargs)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\requests\adapters.py",
 line 449, in send
    timeout=timeout

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\urllib3\connectionpool.py",
 line 600, in urlopen
    chunked=chunked)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\urllib3\connectionpool.py",
 line 343, in _make_request
    self._validate_conn(conn)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\urllib3\connectionpool.py",
 line 839, in _validate_conn
    conn.connect()

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\urllib3\connection.py",
 line 355, in connect
    cert = self.sock.getpeercert()

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\urllib3\contrib\pyopenssl.py",
 line 363, in getpeercert
    'subjectAltName': get_subj_alt_name(x509)

  File 
"C:\Users\rp\Downloads\WinPython\python-3.6.5.amd64\lib\site-packages\urllib3\contrib\pyopenssl.py",
 line 214, in get_subj_alt_name
    x509.SubjectAlternativeName

  File 
"c:\users\rp\miniconda3\lib\site-packages\cryptography\x509\extensions.py", 
line 96, in get_extension_for_class
    "No {0} extension was found".format(extclass), extclass.oid

ExtensionNotFound: No <class 
'cryptography.x509.extensions.SubjectAlternativeName'> extension was found
  • Updatin... Dmitry Shvetsov
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... Dmitry Shvetsov
      • ... Dmitry Shvetsov
        • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
          • ... Dmitry Shvetsov
            • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to