-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Docker selenium issue? #90
Comments
Does this issue happen every time or just every so often? |
not sure yet... i set it up yesterday and it tried checking in today... i manually checked in when it failed. when i added the verbose flag to the command key for compose and started it back up it picked up that i was checked in. I will leave it running with verbose and see if it checks in for my return flight. cheers! |
It seems to be an issue that occurs every so often with Selenium. I might try switching to Playwright soon and see if that fixes a lot of the driver-related issues |
makes sense... if you make the switch you will allow playwright driver url to be configured for docker? |
Do you mean the “chromedriver_path” configuration option? If so, I will if it needs to be. I’m not too sure how Playwright works, so that might not even be needed |
I run playwright in its own container at the moment and another project that can use it allows me to pass the websocket url to it via ENV so it can use that instance of Playwright.
|
Oh, gotcha. Yes, I will add compatibility for that if I end up going with Playwright. |
I added more resistance to random errors like this while initializing the webdriver. Let me know if you run into any more issues related to this. |
it seems fixed so far :) thank you! |
Hey @causefx, I've been messing around with Playwright for a few hours and I am not able to bypass Southwest's bot protection. Unfortunately, I didn't find a Python library similar to |
hey there @jdholtz, I don't know of a way to circumvent the bot detection with Playwright.... I guess we are just going to need to use Selenium. Thank you for trying to get it to work. |
Description
logs:
To Reproduce
Pull container and setup the config file
Expected Behavior
To check in for flight
Version
5.0
Additional context
Docker-Compose:
Config:
The text was updated successfully, but these errors were encountered: