Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. There is no screen to be resumed matching t_zp.
  2. root@51769:~# screen -r t_nz
  3. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 345, in _make_request
  4. self._validate_conn(conn)
  5. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 846, in _validate_conn
  6. conn.connect()
  7. File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 284, in connect
  8. conn = self._new_conn()
  9. File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 150, in _new_conn
  10. self, "Failed to establish a new connection: %s" % e)
  11. urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7fe0fd0f4f60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  12.  
  13. During handling of the above exception, another exception occurred:
  14.  
  15. Traceback (most recent call last):
  16. File "/usr/lib/python3/dist-packages/requests/adapters.py", line 440, in send
  17. timeout=timeout
  18. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 649, in urlopen
  19. _stacktrace=sys.exc_info()[2])
  20. File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 388, in increment
  21. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  22. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.vk.com', port=443): Max retries exceeded with url: /method/groups.getLongPollServer (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe0fd0f4f60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
  23.  
  24. During handling of the above exception, another exception occurred:
  25.  
  26. Traceback (most recent call last):
  27. File "run.py", line 56, in <module>
  28. data = vkapi.groups.getLongPollServer(group_id=recipient_id)
  29. File "/usr/local/lib/python3.5/dist-packages/vk/api.py", line 173, in __call__
  30. return self._api._session.make_request(self)
  31. File "/usr/local/lib/python3.5/dist-packages/vk/api.py", line 67, in make_request
  32. response = self.send_api_request(method_request, captcha_response=captcha_response)
  33. File "/usr/local/lib/python3.5/dist-packages/vk/api.py", line 115, in send_api_request
  34. response = self.requests_session.post(url, method_args, timeout=timeout)
  35. File "/usr/lib/python3/dist-packages/requests/sessions.py", line 549, in post
  36. return self.request('POST', url, data=data, json=json, **kwargs)
  37. File "/usr/local/lib/python3.5/dist-packages/vk/utils.py", line 78, in request
  38. response = super(LoggingSession, self).request(method, url, **kwargs)
  39. File "/usr/lib/python3/dist-packages/requests/sessions.py", line 502, in request
  40. resp = self.send(prep, **send_kwargs)
  41. File "/usr/lib/python3/dist-packages/requests/sessions.py", line 612, in send
  42. r = adapter.send(request, **kwargs)
  43. File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
  44. raise ConnectionError(e, request=request)
  45. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.vk.com', port=443): Max retries exceeded with url: /method/groups.getLongPollServer (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe0fd0f4f60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
  46. root@51769:~/newzoopark/test#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement