-
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
Return flight not properly checked in. #73
Comments
Sorry not answer to your question but when you run the code did it say too early to checkin and you just left it running until the day of? |
Yes, you can see in the log where it initially waited here: On line 1 (timestamp 2021-05-27 19:55:22) it attempted to check in but was too early.
Then on line 387 (timestamp 2021-05-28 13:30:05) it attempted to the first check in. Unfortunately there's no time stamps in the way this log was exported. There were, however, timestamps in the UI, and they showed that it waited after getting the first boarding positions until the next check in time. Here are some screenshots showing the time stamps: |
I'm running the code in a raspberry so all I see is the following
I don't see anything beyond that... If I close the command line, I assume the script will shut down. So do you recommend I run the code only 1-2 days prior to the 24 hours prior to the flights? I guess 2 months from now might be too far. I also don't see a UI like the image you showed! |
There's also 4 people in the reservation, would it check in for all 4? |
There were only two people in the reservation. The expectation is that it would check in both for the outbound flight and then both again for the return flight. The logs and timestamps bare this out. |
The UI I'm using is from the Docker app on a Synology. I kick off the container with my confirmation number as soon as I make the reservation. The container runs until the return flight is checked in, it just runs in the background on the Synology. |
got it, thankyou for the update! |
The return flight for my last trip was not properly checked in. The script tried to check in at the proper time, but somehow didn't actually check in the return flight. Instead, it captured the boarding information from the outbound flight. This return flight was on the same day as the outbound flight. There were also two people traveling on the same reservation. I'm not sure if these are factors in the problem.
Here is the log:
swchkin-error.log
The text was updated successfully, but these errors were encountered: