Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "Bitcoin_Stealer.py", line 100, in <module>
  3. Email = driver2.find_element_by_xpath('//*[@id="app"]/div/div[3]/div[2]/div[1]/form/div[1]/div/div[1]/input')
  4. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 394, in find_element_by_xpath
  5. return self.find_element(by=By.XPATH, value=xpath)
  6. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
  7. 'value': value})['value']
  8. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
  9. self.error_handler.check_response(response)
  10. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
  11. raise exception_class(message, screen, stacktrace)
  12. selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="app"]/div/div[3]/div[2]/div[1]/form/div[1]/div/div[1]/input"}
  13. (Session info: chrome=80.0.3987.149)
  14.  
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connection.py", line 157, in _new_conn
  20. (self._dns_host, self.port), self.timeout, **extra_kw
  21. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\util\connection.py", line 84, in create_connection
  22. raise err
  23. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\util\connection.py", line 74, in create_connection
  24. sock.connect(sa)
  25. ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
  26.  
  27. During handling of the above exception, another exception occurred:
  28.  
  29. Traceback (most recent call last):
  30. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen
  31. chunked=chunked,
  32. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 387, in _make_request
  33. conn.request(method, url, **httplib_request_kw)
  34. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1239, in request
  35. self._send_request(method, url, body, headers, encode_chunked)
  36. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1285, in _send_request
  37. self.endheaders(body, encode_chunked=encode_chunked)
  38. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1234, in endheaders
  39. self._send_output(message_body, encode_chunked=encode_chunked)
  40. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1026, in _send_output
  41. self.send(msg)
  42. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 964, in send
  43. self.connect()
  44. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connection.py", line 184, in connect
  45. conn = self._new_conn()
  46. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connection.py", line 169, in _new_conn
  47. self, "Failed to establish a new connection: %s" % e
  48. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x000001F6C544F390>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it
  49.  
  50. During handling of the above exception, another exception occurred:
  51.  
  52. Traceback (most recent call last):
  53. File "Bitcoin_Stealer.py", line 105, in <module>
  54. driver3.close()
  55. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 688, in close
  56. self.execute(Command.CLOSE)
  57. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 319, in execute
  58. response = self.command_executor.execute(driver_command, params)
  59. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 374, in execute
  60. return self._request(command_info[0], url, body=data)
  61. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 397, in _request
  62. resp = self._conn.request(method, url, body=body, headers=headers)
  63. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\request.py", line 76, in request
  64. method, url, fields=fields, headers=headers, **urlopen_kw
  65. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\request.py", line 97, in request_encode_url
  66. return self.urlopen(method, url, **extra_kw)
  67. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\poolmanager.py", line 330, in urlopen
  68. response = conn.urlopen(method, u.request_uri, **kw)
  69. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 760, in urlopen
  70. **response_kw
  71. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 760, in urlopen
  72. **response_kw
  73. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 760, in urlopen
  74. **response_kw
  75. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 720, in urlopen
  76. method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  77. File "C:\Users\PC\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\util\retry.py", line 436, in increment
  78. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  79. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=52109): Max retries exceeded with url: /session/7ef993dfb9553fb88f474620fb6ef42b/window (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001F6C544F390>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement