Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 218, in _request_wrapper
  3. resp = self._con_pool.request(*args, **kwargs)
  4. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/request.py", line 66, in request
  5. **urlopen_kw)
  6. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/request.py", line 87, in request_encode_url
  7. return self.urlopen(method, url, **extra_kw)
  8. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/poolmanager.py", line 244, in urlopen
  9. response = conn.urlopen(method, u.request_uri, **kw)
  10. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 695, in urlopen
  11. **response_kw)
  12. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 695, in urlopen
  13. **response_kw)
  14. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 695, in urlopen
  15. **response_kw)
  16. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 666, in urlopen
  17. _stacktrace=sys.exc_info()[2])
  18. File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/util/retry.py", line 376, in increment
  19. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  20. telegram.vendor.ptb_urllib3.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot780117973:AAEzBocyx-Juzzad-7faKdy-6T10sJlBhKM/getMe (Caused by ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')))
  21.  
  22. During handling of the above exception, another exception occurred:
  23.  
  24. Traceback (most recent call last):
  25. File "/usr/libexec/mms-tgbot/mms-tgbot-daemon.py", line 21, in <module>
  26. daemon.start()
  27. File "/usr/lib/python3.7/site-packages/mmstgbot/daemon.py", line 43, in start
  28. self.__tgUpdater.start_polling()
  29. File "/usr/local/lib/python3.7/site-packages/telegram/ext/updater.py", line 213, in start_polling
  30. self.job_queue.start()
  31. File "/usr/local/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 291, in start
  32. name="Bot:{}:job_queue".format(self._dispatcher.bot.id))
  33. File "/usr/local/lib/python3.7/site-packages/telegram/bot.py", line 52, in decorator
  34. self.get_me()
  35. File "/usr/local/lib/python3.7/site-packages/telegram/bot.py", line 66, in decorator
  36. result = func(self, *args, **kwargs)
  37. File "/usr/local/lib/python3.7/site-packages/telegram/bot.py", line 199, in get_me
  38. result = self._request.get(url, timeout=timeout)
  39. File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 270, in get
  40. result = self._request_wrapper('GET', url, **urlopen_kwargs)
  41. File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 224, in _request_wrapper
  42. raise NetworkError('urllib3 HTTPError {0}'.format(error))
  43. telegram.error.NetworkError: urllib3 HTTPError HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot780117973:AAEzBocyx-Juzzad-7faKdy-6T10sJlBhKM/getMe (Caused by ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement