-
Notifications
You must be signed in to change notification settings - Fork 129
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
Fails to checkin #75
Comments
Confirmed this doesn't work:
|
Yes, I got the same results |
I got this same error. I know when I checked in for my flight manually there was some pop-up to confirm you aren't sick with Coivd-19 etc... So I presume that pop-up is causing the code to crash since the current program doesn't know to go in and click the prompt? I am no programmer but that's my two cents. |
I don't believe that pop-up is the cause of your error. That particular pop-up has been there for over a year. |
If you are not scraping headers via what has been discussed - then that is
why it is not working.
…On Wed, Apr 27, 2022, 07:25 mkitchingh ***@***.***> wrote:
I don't believe that pop-up is the cause of your error. That particular
pop-up has been there for over a year.
—
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWMPXX5EKJMLCMD43W3PT3VHFE7LANCNFSM5TKB5EWQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@h4xdaplanet what headers are you referring to? Haven’t seen any discussion on that. |
Take a look at #70 and this comment specifically |
Returns a 429 response with this body
{ "code": 429999999, "message": "Error.", "messageKey": "ERROR", "httpStatusCode": "BAD_REQUEST", "requestId": "", "infoList": [] }
and response headers:
{'Content-Type': 'text/plain; charset=UTF-8', 'Content-Length': '163', 'X-Ion-Hop': '1', 'Expires': 'Wed, 13 Apr 2022 09:35:39 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Pragma': 'no-cache', 'Date': 'Wed, 13 Apr 2022 09:35:39 GMT', 'Connection': 'close', 'Set-Cookie': 'sRpK8nqm_sc=A21LRyKAAQAAT0AFOnsQkl1ODo8qf8IwHSsdb-GiWlvMxxYtZWfIer_tienRAS1X1nTURuIXFooAAAAAAAAAAA|1|0|bfbddfacd00dffc14ffd69663365d3a90b463ae0; Path=/; Max-Age=1577847600; Domain=southwest.com; Secure', 'X-Frame-Options': 'SAMEORIGIN', 'Strict-Transport-Security': 'max-age=31536000', 'terms-of-service': "Unauthorized access, display, or use of Southwest's Company Information, including fare data, is prohibited by the Terms & Conditions on Southwest.com and Swabiz.com."}
The text was updated successfully, but these errors were encountered: