Advertisement
Guest User

Untitled

a guest
Oct 21st, 2021
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. C:\Users\Crin\AppData\Local\Programs\Python\Python39\python.exe C:/pythongen/main.py
  2. [+] Requesting phone number..
  3. C:\pythongen\main.py:60: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
  4. web: WebDriver = webdriver.Chrome('C:\pythongen\chromedriver.exe', options=chrome_options)
  5. Phone Request Info:
  6. Phone Number: +79030969314
  7. Phone Price: 2
  8. Traceback (most recent call last):
  9. File "C:\pythongen\main.py", line 60, in <module>
  10. web: WebDriver = webdriver.Chrome('C:\pythongen\chromedriver.exe', options=chrome_options)
  11. File "C:\Users\Crin\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 69, in __init__
  12. super(WebDriver, self).__init__(DesiredCapabilities.CHROME['browserName'], "goog",
  13. File "C:\Users\Crin\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 93, in __init__
  14. RemoteWebDriver.__init__(
  15. File "C:\Users\Crin\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 266, in __init__
  16. self.start_session(capabilities, browser_profile)
  17. File "C:\Users\Crin\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 357, in start_session
  18. response = self.execute(Command.NEW_SESSION, parameters)
  19. File "C:\Users\Crin\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 418, in execute
  20. self.error_handler.check_response(response)
  21. File "C:\Users\Crin\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 243, in check_response
  22. raise exception_class(message, screen, stacktrace)
  23. selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 95
  24. Current browser version is 94.0.4606.81 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
  25. Stacktrace:
  26. Backtrace:
  27. Ordinal0 [0x00923AB3+2505395]
  28. Ordinal0 [0x008BAE41+2076225]
  29. Ordinal0 [0x007C2498+1057944]
  30. Ordinal0 [0x007E0841+1181761]
  31. Ordinal0 [0x007DC64B+1164875]
  32. Ordinal0 [0x007D9EBF+1154751]
  33. Ordinal0 [0x0080A02F+1351727]
  34. Ordinal0 [0x00809C9A+1350810]
  35. Ordinal0 [0x008058BB+1333435]
  36. Ordinal0 [0x007E23E4+1188836]
  37. Ordinal0 [0x007E323F+1192511]
  38. GetHandleVerifier [0x00AACB36+1554566]
  39. GetHandleVerifier [0x00B54A0C+2242396]
  40. GetHandleVerifier [0x009B0E0B+523099]
  41. GetHandleVerifier [0x009AFEB0+519168]
  42. Ordinal0 [0x008C02FD+2097917]
  43. Ordinal0 [0x008C4388+2114440]
  44. Ordinal0 [0x008C44C2+2114754]
  45. Ordinal0 [0x008CE041+2154561]
  46. BaseThreadInitThunk [0x75F3FA29+25]
  47. RtlGetAppContainerNamedObjectPath [0x77C37A9E+286]
  48. RtlGetAppContainerNamedObjectPath [0x77C37A6E+238]
  49.  
  50.  
  51. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement