-
Hi--This is a spectacular project--thank you! I'm pretty green with Python but am hoping you can point me in the right direction. I created a config.json file and get the following error as the process is running. Also get this same error if attempting to check-in for flights in an entire account (using python southwest.py [user] [pass]. Any thoughts as to what might be going on? 2024-08-28 12:44:42 DEBUG Process-4[webdriver:149]: Loading Southwest home page (this may take a moment) ... is not clickable at point (195, 220). Other element would receive the click: ...(Session info: chrome=127.0.6533.122) Stacktrace: GetHandleVerifier [0x00007FF65CD59642+30946] (No symbol) [0x00007FF65CD0E3D9] (No symbol) [0x00007FF65CC06FDA] (No symbol) [0x00007FF65CC5FEEE] (No symbol) [0x00007FF65CC5D962] (No symbol) [0x00007FF65CC5AE7B] (No symbol) [0x00007FF65CC5A095] (No symbol) [0x00007FF65CC4C271] (No symbol) [0x00007FF65CC7CA6A] (No symbol) [0x00007FF65CC4BBB6] (No symbol) [0x00007FF65CC7CC80] (No symbol) [0x00007FF65CC9B041] (No symbol) [0x00007FF65CC7C813] (No symbol) [0x00007FF65CC4A6E5] (No symbol) [0x00007FF65CC4B021] GetHandleVerifier [0x00007FF65CE8F84D+1301229] GetHandleVerifier [0x00007FF65CE9BDC7+1351783] GetHandleVerifier [0x00007FF65CE92A13+1313971] GetHandleVerifier [0x00007FF65CD8DD16+245686] (No symbol) [0x00007FF65CD1759F] (No symbol) [0x00007FF65CD13814] (No symbol) [0x00007FF65CD139A2] (No symbol) [0x00007FF65CD0A3FF] BaseThreadInitThunk [0x00007FF931397374+20] RtlUserThreadStart [0x00007FF9327DCC91+33] |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 4 replies
-
This means that "Something went wrong message" popup when you load southwest page. This is due that application detects you as a bot. Please run develop branch instead of master. |
Beta Was this translation helpful? Give feedback.
-
Thanks very much; running develop and still getting the same error. Is this likely to clear up if I wait a day or two? |
Beta Was this translation helpful? Give feedback.
-
It's working fine for me in windows. Make sure you checkout develop branch before running. I have no problem executing on my end. |
Beta Was this translation helpful? Give feedback.
-
You'll find more answers here: |
Beta Was this translation helpful? Give feedback.
-
My flight check-in is about an hour from typing this comment, but in my case I was able to get beyond the error by tethering from my T-Mobile based phone. When using Spectrum Home Internet, it almost seems like an IP ban at the Airbnb, and I could never get past too many logins, even after waiting several hours while running Latest. Edit to add that even when tethering, if I did not change my IP on my cellphone by putting on Airplane Mode for a short time, I was getting the too many attempts error again. Once I changed my IP, I was able to run two sessions, and checked in on two different SW accounts, and got good line positions. |
Beta Was this translation helpful? Give feedback.
-
I fixed mine by commenting out this line in webdriver.py. Everything seems to be working fine for the past couple of weeks since I made the change. #driver.click("(//div[@Data-QA='placement-link'])[2]") |
Beta Was this translation helpful? Give feedback.
-
With the recent changes to the webdriver, this should be fixed now. |
Beta Was this translation helpful? Give feedback.
With the recent changes to the webdriver, this should be fixed now.