-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while "Starting webdriver...": TypeError: expected str, bytes or os.PathLike object, not NoneType #69
Comments
Hi. Can you try installing And just to make sure, do you have Chromium-based browser installed (Google Chrome, Chromium, Brave, etc.)? |
Alas, same errors. Let me try logging in instead of a checkin...
Unfortunately same error.
Thanks for looking into this and for the tool!
On Wed, Apr 12, 2023 at 5:10 AM Joey Holtzman ***@***.***> wrote:
Hi. Can you try installing urllib3==1.26.15 and certifi==2022.12.7? With
those versions, I am able to successfully log in to my account.
And just to make sure, do you have Chromium-based browser installed
(Google Chrome, Chromium, Brave, etc.)?
—
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANODJRXPBOGKUEOE5UAXXTXA2LVFANCNFSM6AAAAAAW22RWTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
…--Darryl Lee ***@***.***>
|
Where is the location of you Chrome and Chromedriver executables? It appears that it isn’t finding it. |
Reinstalling the latest version of Chrome fixed it for me. |
I'm an idiot. Chromium wasn't installed. Sorry for the noise. |
Description
I'm running Python 3.8.10 on Ubuntu 20.04 on an x86_64 box.
When installing requirements, I got these errors:
I successfully installed newer versions of these:
But when I run, I get a TypeError when it tries to start the webdriver:
To Reproduce
Expected Behavior
Script gets ready to check me in.
Version
Auto-Southwest Check-In v3.1
Additional context
No response
The text was updated successfully, but these errors were encountered: