Replies: 2 comments 4 replies
-
This issue was fixed in a later version of SeleniumBase. If you switch to the develop branch and reinstall the dependencies, this issue will be fixed. |
Beta Was this translation helpful? Give feedback.
3 replies
-
FYI, I was still having some issues on the I'm still getting a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I have been using this wonderful program for some time. I am getting an error on version 7.2 when I run it. And every time I run it it tries to download the latest chromedriver. I'd' appreciate some help. I may try to downgrade my version of Chrome.
It is trying to download the .184 chromedriver, but my Chrome version is .185. I don't know if that is the problem or not. Here is the text of the --verbose output:
C:\Users\billu\AppData\Local\Programs\Python\Python310\Scripts\auto-southwest-check-in-master>python southwest.py --verbose confirmationnumber and name changed for purposes of copying this in here.
2024-02-18 12:03:44 DEBUG MainProcess[log:23]: Initialized the application
2024-02-18 12:03:44 DEBUG MainProcess[main:112]: Auto-Southwest Check-In v7.2
2024-02-18 12:03:44 DEBUG MainProcess[main:113]: Called with 3 arguments
2024-02-18 12:03:44 DEBUG MainProcess[config:108]: Initializing configuration file
2024-02-18 12:03:44 DEBUG MainProcess[config:137]: Reading the configuration file
2024-02-18 12:03:44 DEBUG MainProcess[config:151]: Reading configuration from environment variables
2024-02-18 12:03:44 DEBUG MainProcess[config:54]: Setting check fares to True
2024-02-18 12:03:44 DEBUG MainProcess[config:68]: Setting notification level to <NotificationLevel.INFO: 1>
2024-02-18 12:03:44 DEBUG MainProcess[config:81]: Using 0 notification services
2024-02-18 12:03:44 DEBUG MainProcess[config:85]: Setting retrieval interval to 24 hours
2024-02-18 12:03:44 DEBUG MainProcess[config:120]: Creating configurations for 0 accounts
2024-02-18 12:03:44 DEBUG MainProcess[config:127]: Creating configurations for 0 reservations
2024-02-18 12:03:44 DEBUG MainProcess[config:127]: Creating configurations for 1 reservations
2024-02-18 12:03:44 DEBUG MainProcess[main:137]: Reservation added through CLI arguments
2024-02-18 12:03:44 DEBUG MainProcess[main:142]: Monitoring 0 accounts and 1 reservations
2024-02-18 12:03:45 DEBUG Process-1[reservation_monitor:60]: Acquiring lock...
2024-02-18 12:03:45 DEBUG Process-1[reservation_monitor:62]: Lock acquired
2024-02-18 12:03:45 DEBUG Process-1[checkin_scheduler:50]: Refreshing headers for current session
2024-02-18 12:03:45 DEBUG Process-1[webdriver:103]: Starting webdriver for current session
Warning: uc_driver update needed. Getting it now:
*** chromedriver to download = 121.0.6167.184 (Latest Stable)
Downloading chromedriver-win64.zip from:
https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.184/win64/chromedriver-win64.zip ...
Download Complete!
DevTools listening on ws://127.0.0.1:50137/devtools/browser/886afbe3-d2e1-4155-a6f4-c14c355ce685
2024-02-18 12:03:48 DEBUG Process-1[webdriver:119]: Using browser version: 121.0.6167.185
Process Process-1:
Traceback (most recent call last):
File "C:\Users\billu\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 315, in _bootstrap
self.run()
File "C:\Users\billu\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\billu\AppData\Local\Programs\Python\Python310\Scripts\auto-southwest-check-in-master\lib\reservation_monitor.py", line 42, in monitor
self._monitor()
File "C:\Users\billu\AppData\Local\Programs\Python\Python310\Scripts\auto-southwest-check-in-master\lib\reservation_monitor.py", line 65, in _monitor
self.checkin_scheduler.refresh_headers()
File "C:\Users\billu\AppData\Local\Programs\Python\Python310\Scripts\auto-southwest-check-in-master\lib\checkin_scheduler.py", line 52, in refresh_headers
webdriver.set_headers()
File "C:\Users\billu\AppData\Local\Programs\Python\Python310\Scripts\auto-southwest-check-in-master\lib\webdriver.py", line 64, in set_headers
driver = self._get_driver()
File "C:\Users\billu\AppData\Local\Programs\Python\Python310\Scripts\auto-southwest-check-in-master\lib\webdriver.py", line 121, in _get_driver
driver.add_cdp_listener("Network.requestWillBeSent", self._headers_listener)
AttributeError: 'WebDriver' object has no attribute 'add_cdp_listener'
C:\Users\billu\AppData\Local\Programs\Python\Python310\Scripts\auto-southwest-check-in-master>
Beta Was this translation helpful? Give feedback.
All reactions