Guest User

Untitled

a guest
May 13th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.47 KB | None | 0 0
  1. 2020-05-13T17:39:31.449341+00:00 app[worker.1]: 2020-05-13 17:39:31,449 (util.py:68 WorkerThread2) ERROR - TeleBot: "MaxRetryError occurred, args=("HTTPConnectionPool(host='127.0.0.1', port=44362): Max retries exceeded with url: /session/8b3b40ee6338916d8f6623b60a4c23cc/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f827a255f98>: Failed to establish a new connection: [Errno 111] Connection refused',))",)
  2. 2020-05-13T17:39:31.449372+00:00 app[worker.1]: Traceback (most recent call last):
  3. 2020-05-13T17:39:31.449372+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connection.py", line 141, in _new_conn
  4. 2020-05-13T17:39:31.449373+00:00 app[worker.1]: (self.host, self.port), self.timeout, **extra_kw)
  5. 2020-05-13T17:39:31.449373+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/connection.py", line 83, in create_connection
  6. 2020-05-13T17:39:31.449374+00:00 app[worker.1]: raise err
  7. 2020-05-13T17:39:31.449374+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/connection.py", line 73, in create_connection
  8. 2020-05-13T17:39:31.449375+00:00 app[worker.1]: sock.connect(sa)
  9. 2020-05-13T17:39:31.449376+00:00 app[worker.1]: ConnectionRefusedError: [Errno 111] Connection refused
  10. 2020-05-13T17:39:31.449376+00:00 app[worker.1]:
  11. 2020-05-13T17:39:31.449376+00:00 app[worker.1]: During handling of the above exception, another exception occurred:
  12. 2020-05-13T17:39:31.449377+00:00 app[worker.1]:
  13. 2020-05-13T17:39:31.449377+00:00 app[worker.1]: Traceback (most recent call last):
  14. 2020-05-13T17:39:31.449378+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
  15. 2020-05-13T17:39:31.449378+00:00 app[worker.1]: chunked=chunked)
  16. 2020-05-13T17:39:31.449378+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request
  17. 2020-05-13T17:39:31.449379+00:00 app[worker.1]: conn.request(method, url, **httplib_request_kw)
  18. 2020-05-13T17:39:31.449379+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1262, in request
  19. 2020-05-13T17:39:31.449379+00:00 app[worker.1]: self._send_request(method, url, body, headers, encode_chunked)
  20. 2020-05-13T17:39:31.449380+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1308, in _send_request
  21. 2020-05-13T17:39:31.449380+00:00 app[worker.1]: self.endheaders(body, encode_chunked=encode_chunked)
  22. 2020-05-13T17:39:31.449380+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1257, in endheaders
  23. 2020-05-13T17:39:31.449381+00:00 app[worker.1]: self._send_output(message_body, encode_chunked=encode_chunked)
  24. 2020-05-13T17:39:31.449381+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1036, in _send_output
  25. 2020-05-13T17:39:31.449381+00:00 app[worker.1]: self.send(msg)
  26. 2020-05-13T17:39:31.449382+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 974, in send
  27. 2020-05-13T17:39:31.449382+00:00 app[worker.1]: self.connect()
  28. 2020-05-13T17:39:31.449382+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect
  29. 2020-05-13T17:39:31.449383+00:00 app[worker.1]: conn = self._new_conn()
  30. 2020-05-13T17:39:31.449383+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn
  31. 2020-05-13T17:39:31.449383+00:00 app[worker.1]: self, "Failed to establish a new connection: %s" % e)
  32. 2020-05-13T17:39:31.449387+00:00 app[worker.1]: urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f827a255f98>: Failed to establish a new connection: [Errno 111] Connection refused
  33. 2020-05-13T17:39:31.449388+00:00 app[worker.1]:
  34. 2020-05-13T17:39:31.449388+00:00 app[worker.1]: During handling of the above exception, another exception occurred:
  35. 2020-05-13T17:39:31.449388+00:00 app[worker.1]:
  36. 2020-05-13T17:39:31.449389+00:00 app[worker.1]: Traceback (most recent call last):
  37. 2020-05-13T17:39:31.449389+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/telebot/util.py", line 62, in run
  38. 2020-05-13T17:39:31.449389+00:00 app[worker.1]: task(*args, **kwargs)
  39. 2020-05-13T17:39:31.449390+00:00 app[worker.1]: File "test.py", line 137, in text
  40. 2020-05-13T17:39:31.449390+00:00 app[worker.1]: driver.get('https://ideyka.com.ua/hobby/')
  41. 2020-05-13T17:39:31.449390+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 333, in get
  42. 2020-05-13T17:39:31.449390+00:00 app[worker.1]: self.execute(Command.GET, {'url': url})
  43. 2020-05-13T17:39:31.449391+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
  44. 2020-05-13T17:39:31.449391+00:00 app[worker.1]: response = self.command_executor.execute(driver_command, params)
  45. 2020-05-13T17:39:31.449391+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
  46. 2020-05-13T17:39:31.449392+00:00 app[worker.1]: return self._request(command_info[0], url, body=data)
  47. 2020-05-13T17:39:31.449392+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
  48. 2020-05-13T17:39:31.449393+00:00 app[worker.1]: resp = self._conn.request(method, url, body=body, headers=headers)
  49. 2020-05-13T17:39:31.449393+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/request.py", line 70, in request
  50. 2020-05-13T17:39:31.449393+00:00 app[worker.1]: **urlopen_kw)
  51. 2020-05-13T17:39:31.449394+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/request.py", line 148, in request_encode_body
  52. 2020-05-13T17:39:31.449394+00:00 app[worker.1]: return self.urlopen(method, url, **extra_kw)
  53. 2020-05-13T17:39:31.449394+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/poolmanager.py", line 321, in urlopen
  54. 2020-05-13T17:39:31.449395+00:00 app[worker.1]: response = conn.urlopen(method, u.request_uri, **kw)
  55. 2020-05-13T17:39:31.449395+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 668, in urlopen
  56. 2020-05-13T17:39:31.449396+00:00 app[worker.1]: **response_kw)
  57. 2020-05-13T17:39:31.449402+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 668, in urlopen
  58. 2020-05-13T17:39:31.449402+00:00 app[worker.1]: **response_kw)
  59. 2020-05-13T17:39:31.449402+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 668, in urlopen
  60. 2020-05-13T17:39:31.449402+00:00 app[worker.1]: **response_kw)
  61. 2020-05-13T17:39:31.449403+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
  62. 2020-05-13T17:39:31.449403+00:00 app[worker.1]: _stacktrace=sys.exc_info()[2])
  63. 2020-05-13T17:39:31.449403+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
  64. 2020-05-13T17:39:31.449403+00:00 app[worker.1]: raise MaxRetryError(_pool, url, error or ResponseError(cause))
  65. 2020-05-13T17:39:31.449406+00:00 app[worker.1]: urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=44362): Max retries exceeded with url: /session/8b3b40ee6338916d8f6623b60a4c23cc/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f827a255f98>: Failed to establish a new connection: [Errno 111] Connection refused',))
  66. 2020-05-13T17:39:31.449406+00:00 app[worker.1]: "
  67. 2020-05-13T17:39:31.449640+00:00 app[worker.1]: Traceback (most recent call last):
  68. 2020-05-13T17:39:31.449645+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connection.py", line 141, in _new_conn
  69. 2020-05-13T17:39:31.449948+00:00 app[worker.1]: (self.host, self.port), self.timeout, **extra_kw)
  70. 2020-05-13T17:39:31.449986+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/connection.py", line 83, in create_connection
  71. 2020-05-13T17:39:31.450201+00:00 app[worker.1]: raise err
  72. 2020-05-13T17:39:31.450243+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/connection.py", line 73, in create_connection
  73. 2020-05-13T17:39:31.450468+00:00 app[worker.1]: sock.connect(sa)
  74. 2020-05-13T17:39:31.450519+00:00 app[worker.1]: ConnectionRefusedError: [Errno 111] Connection refused
  75. 2020-05-13T17:39:31.450548+00:00 app[worker.1]:
  76. 2020-05-13T17:39:31.450548+00:00 app[worker.1]: During handling of the above exception, another exception occurred:
  77. 2020-05-13T17:39:31.450549+00:00 app[worker.1]:
  78. 2020-05-13T17:39:31.450579+00:00 app[worker.1]: Traceback (most recent call last):
  79. 2020-05-13T17:39:31.450617+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
  80. 2020-05-13T17:39:31.451201+00:00 app[worker.1]: chunked=chunked)
  81. 2020-05-13T17:39:31.451253+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request
  82. 2020-05-13T17:39:31.451630+00:00 app[worker.1]: conn.request(method, url, **httplib_request_kw)
  83. 2020-05-13T17:39:31.451671+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1262, in request
  84. 2020-05-13T17:39:31.452625+00:00 app[worker.1]: self._send_request(method, url, body, headers, encode_chunked)
  85. 2020-05-13T17:39:31.452702+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1308, in _send_request
  86. 2020-05-13T17:39:31.453801+00:00 app[worker.1]: self.endheaders(body, encode_chunked=encode_chunked)
  87. 2020-05-13T17:39:31.453848+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1257, in endheaders
  88. 2020-05-13T17:39:31.454802+00:00 app[worker.1]: self._send_output(message_body, encode_chunked=encode_chunked)
  89. 2020-05-13T17:39:31.454838+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 1036, in _send_output
  90. 2020-05-13T17:39:31.455656+00:00 app[worker.1]: self.send(msg)
  91. 2020-05-13T17:39:31.455725+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/http/client.py", line 974, in send
  92. 2020-05-13T17:39:31.456323+00:00 app[worker.1]: self.connect()
  93. 2020-05-13T17:39:31.456373+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect
  94. 2020-05-13T17:39:31.457632+00:00 app[worker.1]: conn = self._new_conn()
  95. 2020-05-13T17:39:31.457637+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn
  96. 2020-05-13T17:39:31.457812+00:00 app[worker.1]: self, "Failed to establish a new connection: %s" % e)
  97. 2020-05-13T17:39:31.457851+00:00 app[worker.1]: urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f827a255f98>: Failed to establish a new connection: [Errno 111] Connection refused
  98. 2020-05-13T17:39:31.457855+00:00 app[worker.1]:
  99. 2020-05-13T17:39:31.457856+00:00 app[worker.1]: During handling of the above exception, another exception occurred:
  100. 2020-05-13T17:39:31.457856+00:00 app[worker.1]:
  101. 2020-05-13T17:39:31.457888+00:00 app[worker.1]: Traceback (most recent call last):
  102. 2020-05-13T17:39:31.457893+00:00 app[worker.1]: File "test.py", line 340, in <module>
  103. 2020-05-13T17:39:31.458264+00:00 app[worker.1]: bot.polling()
  104. 2020-05-13T17:39:31.458268+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/telebot/__init__.py", line 415, in polling
  105. 2020-05-13T17:39:31.458532+00:00 app[worker.1]: self.__threaded_polling(none_stop, interval, timeout)
  106. 2020-05-13T17:39:31.458536+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/telebot/__init__.py", line 439, in __threaded_polling
  107. 2020-05-13T17:39:31.458813+00:00 app[worker.1]: self.worker_pool.raise_exceptions()
  108. 2020-05-13T17:39:31.458813+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/telebot/util.py", line 111, in raise_exceptions
  109. 2020-05-13T17:39:31.458962+00:00 app[worker.1]: six.reraise(self.exc_info[0], self.exc_info[1], self.exc_info[2])
  110. 2020-05-13T17:39:31.458966+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/six.py", line 686, in reraise
  111. 2020-05-13T17:39:31.459454+00:00 app[worker.1]: raise value
  112. 2020-05-13T17:39:31.459480+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/telebot/util.py", line 62, in run
  113. 2020-05-13T17:39:31.459618+00:00 app[worker.1]: task(*args, **kwargs)
  114. 2020-05-13T17:39:31.459622+00:00 app[worker.1]: File "test.py", line 137, in text
  115. 2020-05-13T17:39:31.459911+00:00 app[worker.1]: driver.get('https://ideyka.com.ua/hobby/')
  116. 2020-05-13T17:39:31.459916+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 333, in get
  117. 2020-05-13T17:39:31.460144+00:00 app[worker.1]: self.execute(Command.GET, {'url': url})
  118. 2020-05-13T17:39:31.460148+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
  119. 2020-05-13T17:39:31.460466+00:00 app[worker.1]: response = self.command_executor.execute(driver_command, params)
  120. 2020-05-13T17:39:31.460472+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
  121. 2020-05-13T17:39:31.460767+00:00 app[worker.1]: return self._request(command_info[0], url, body=data)
  122. 2020-05-13T17:39:31.460772+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
  123. 2020-05-13T17:39:31.461033+00:00 app[worker.1]: resp = self._conn.request(method, url, body=body, headers=headers)
  124. 2020-05-13T17:39:31.461038+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/request.py", line 70, in request
  125. 2020-05-13T17:39:31.461175+00:00 app[worker.1]: **urlopen_kw)
  126. 2020-05-13T17:39:31.461180+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/request.py", line 148, in request_encode_body
  127. 2020-05-13T17:39:31.461414+00:00 app[worker.1]: return self.urlopen(method, url, **extra_kw)
  128. 2020-05-13T17:39:31.461415+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/poolmanager.py", line 321, in urlopen
  129. 2020-05-13T17:39:31.461591+00:00 app[worker.1]: response = conn.urlopen(method, u.request_uri, **kw)
  130. 2020-05-13T17:39:31.461596+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 668, in urlopen
  131. 2020-05-13T17:39:31.461890+00:00 app[worker.1]: **response_kw)
  132. 2020-05-13T17:39:31.461894+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 668, in urlopen
  133. 2020-05-13T17:39:31.462338+00:00 app[worker.1]: **response_kw)
  134. 2020-05-13T17:39:31.462343+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 668, in urlopen
  135. 2020-05-13T17:39:31.462641+00:00 app[worker.1]: **response_kw)
  136. 2020-05-13T17:39:31.462645+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
  137. 2020-05-13T17:39:31.462939+00:00 app[worker.1]: _stacktrace=sys.exc_info()[2])
  138. 2020-05-13T17:39:31.462944+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
  139. 2020-05-13T17:39:31.463207+00:00 app[worker.1]: raise MaxRetryError(_pool, url, error or ResponseError(cause))
  140. 2020-05-13T17:39:31.463241+00:00 app[worker.1]: urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=44362): Max retries exceeded with url: /session/8b3b40ee6338916d8f6623b60a4c23cc/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f827a255f98>: Failed to establish a new connection: [Errno 111] Connection refused',))
Add Comment
Please, Sign In to add comment