Advertisement
Guest User

gae-proxy-urlfetch

a guest
Mar 21st, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.99 KB | None | 0 0
  1.   File "/home/cmin/Repos/skillin/lib/requests/sessions.py", line 521, in get
  2.     return self.request('GET', url, **kwargs)
  3.   File "/home/cmin/Repos/skillin/lib/requests/sessions.py", line 508, in request
  4.     resp = self.send(prep, **send_kwargs)
  5.   File "/home/cmin/Repos/skillin/lib/requests/sessions.py", line 618, in send
  6.     r = adapter.send(request, **kwargs)
  7.   File "/home/cmin/Repos/skillin/lib/requests/adapters.py", line 440, in send
  8.     timeout=timeout
  9.   File "/home/cmin/Repos/skillin/lib/urllib3/connectionpool.py", line 595, in urlopen
  10.     self._prepare_proxy(conn)
  11.   File "/home/cmin/Repos/skillin/lib/urllib3/connectionpool.py", line 814, in _prepare_proxy
  12.     set_tunnel(self._proxy_host, self.port, self.proxy_headers)
  13.   File "/opt/google-cloud-sdk/platform/google_appengine/google/appengine/dist27/gae_override/httplib.py", line 394, in set_tunnel
  14.     raise NotImplementedError('HTTP CONNECT Tunnelling is not supported')
  15. NotImplementedError: HTTP CONNECT Tunnelling is not supported
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement