-
-
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
Timing out on starting webdriver #176
Comments
Could you try the latest develop commit? It may be an issue with different versions between Chrome and Chromedriver which was fixed in #172. To do so, run |
I'm at work, so I'm using an AWS Ubuntu instance now instead of WSL. I also encountered an error on the Ubuntu instance which I reported in #174. I can test the WSL instance later this evening. |
I switched to the develop branch, reran pip requirements, and got the exact same error.
|
I also tried just using reservation number and firstname lastname. Same error. |
Did it work with previous Chrome versions? Also, try installing |
edit: moved to #177 |
@jmselk this appears to be the issue. I’ll look into it further. However, that is different than the error this issue is about |
@jdholtz Sorry for not looking that closely... Want me to open a separate issue? |
Yeah, that’d be great |
@cmclinton do you have any updates from my comment here? |
I ran Note that Google Chrome version is 118.0.5993.117
|
I then switched to the develop branch and re-ran pip requirements. I then got.... Note that below it says using browser version 118.0.5993.70, but when I check google-chrome --version, it reports 118.0.5993.117.
|
This looks like the same issue as #169. Following my suggestions in there, do you get the same result you did in that issue? |
No. The SSL error was only at work presumably due to network settings.
…On Tue, Oct 24, 2023 at 9:23 PM Joey Holtzman ***@***.***> wrote:
Is this the same issue as #169
<#169>?
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEOYDOGE4LK2PVK5WT3GZC3YBBSY3AVCNFSM6AAAAAA6FO7BDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZYGMZDMMZUGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
If you do |
@cmclinton have you been able to try my above suggestions about downloading the driver manually? |
I then downloaded and installed google-chrome 119.0.6045.105 and installed auto-southwest-check-in 7.0 fresh. I then ran pip install -r requirements.txt and launched python3 southwest.py USERNAME PASSWORD
I just tried the docker version and that seemed to work on my system. I may just go docker. |
I'm glad that the Docker image works for you. If you want, would you be able to try a few commands in the >>> from seleniumbase import Driver
>>> driver = Driver(headless=True, undetectable=True, uc_cdp_events=True) If you do get the error, can you try this in the >>> from seleniumbase import SB
>>> with SB(undetectable=True, headless=True, uc_cdp_events=True) as sb:
... sb.driver.get("https://mobile.southwest.com/check-in")
... |
I tried both and got the exact same error as above, i.e. cannot connect to chrome....and a stacktrace with the same hex values. Note that I used a fresh git pull on the latest develop build and ran pip install -r requirements.txt before testing. Chrome version is still 119.0.6045.105 |
In that case, since it is not a direct issue with this script, you can file an issue on the SeleniumBase repository by showing the issue using the first block of code (the one without the |
@cmclinton because the issue is reproducible without using this script on your end and no one else has reported having the same issue with this script (at least, in this issue), I’m going to close this. For further steps, I recommend to file an issue upstream in the SeleniumBase repository, per my comment above. |
Version
6.1
Description
Python is crashing with unknown error: cannot connect to chrome at 127.0.0.1:9222 from chrome not reachable.
Note - I'm on WSL and just upgraded to Chrome 118
To Reproduce
python3 southwest.py username password
Expected Behavior
No response
Relevant logs and program output
Additional context
Google Chrome 118.0.5993.88
The text was updated successfully, but these errors were encountered: