Closed ericlamus closed 1 week ago
Thanks for reporting this issue. I don’t think you have upgraded the dependencies to their latest versions in v8.1 though. The line at the very end of the traceback is on line 3960 of its respective file, which is its location in SeleniumBase v4.29.9 but not v4.32.6 (the version v8.1 has it at). This SeleniumBase version has many upgrades/fixes to the driver, so that may be your problem.
Let me know if you’re still running into issues after upgrading (pip install -r requirements.txt
).
DOH, I didn't think about that. I just ran pip install -r requirements.txt
. Will keep you posted if there are anymore issues.
Version
Auto-Southwest Check-In v8.1
Browser Version
Windows - Chromium
Description
This popped up the last few days. I'm using a Windows VM because it doesn't throw the "Bad Request 400/429" errors in Linux. I start up the script and it throws permission errors. I've verified the executable has permissions. I started the Command Prompt as "run as admin" as well.
I'm suspecting that it's throwing a permission error because uc_driver.exe is already started and the update is trying to clobber an active process.
To Reproduce
python3 southwest.py -v
Expected Behavior
No response
Relevant logs and program output
Additional context
No response