Replies: 3 comments 5 replies
-
If I'm not mistaken if you're using the configuration file you don't need to specify your confirmation and name info since by using your online info it will look it up? I haven't tried it. However I did indicate multiple passengers and confirmation numbers in the config file and it pulled it all and ran wonderfully. Just python3 southwest.py it'll start running and then indicate that it has gathered the appropriate info |
Beta Was this translation helpful? Give feedback.
-
Hi. Can you paste the full stack trace? It should show the line in this script that triggers the error and a description of the exception that was thrown. Also, did you install Google Chrome? I haven't tested this on ARM architecture, so I'm not sure how Chrome performs there (this might go along with issue #27). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the follow up, I decided not to downgrade Chrome, it's
problematic for me.
Best Regards,
Allan Corupe
cell (602)568-8407
…On Fri, Mar 3, 2023 at 9:57 AM Joey H ***@***.***> wrote:
Hey @acorupe <https://github.com/acorupe>, have you been able to try any
of my suggestions above?
—
Reply to this email directly, view it on GitHub
<#48 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFNXO2UM25GDJDVTC4URTTW2IPHXANCNFSM6AAAAAAVF4FCYM>
.
You are receiving this because you were mentioned.Message ID:
<jdholtz/auto-southwest-check-in/repo-discussions/48/comments/5195085@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi Installed per the notes, installing on a mac running IOS Mojave,
Running python3 version 3.11
No errors from the git clone, used pip3 to install -r requirements.txt no errors on requirements install
Copied config.example.json to config.json and added username and password
When I run,
python3 southwest.py Confirmation_num firstname lastname
I am getting request framework errors see below:
Not sure what I am doing wrong.
Process Process-1:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1037, in _send_output
self.send(msg)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 975, in send
self.connect()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1454, in connect
Beta Was this translation helpful? Give feedback.
All reactions