Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.15 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/httplib2/__init__.py", line 1501, in _conn_request
  3.     conn.connect()
  4.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/httplib2/__init__.py", line 1270, in connect
  5.     address_info = socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM)
  6.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/socket.py", line 745, in getaddrinfo
  7.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  8. socket.gaierror: [Errno -2] Name or service not known
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13.   File "/opt/cdot/test/test.py", line 44, in <module>
  14.     main()
  15.   File "/opt/cdot/test/test.py", line 35, in main
  16.     developerKey="AIzaSyDRRpR3GS1F1_jKNNM9HCNd2wJQyPG3oN0")
  17.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/oauth2client/_helpers.py", line 133, in positional_wrapper
  18.     return wrapped(*args, **kwargs)
  19.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/googleapiclient/discovery.py", line 228, in build
  20.     requested_url, discovery_http, cache_discovery, cache)
  21.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/googleapiclient/discovery.py", line 275, in _retrieve_discovery_doc
  22.     resp, content = http.request(actual_url)
  23.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/httplib2/__init__.py", line 1926, in request
  24.     cachekey,
  25.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/httplib2/__init__.py", line 1595, in _request
  26.     conn, request_uri, method, body, headers
  27.   File "/opt/cdot/master/work/products/kbot/3rdparty/Python-3.6.8/lib/python3.6/site-packages/httplib2/__init__.py", line 1508, in _conn_request
  28.     raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
  29. httplib2.ServerNotFoundError: Unable to find the server at www.googleapis.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement