-
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
Script doesn't wake up to check in #60
Comments
Are the # of hours, minutes, and seconds accurate? The timestamp accurate? |
When you say "waking up", is the machine it is running on going to sleep? |
I had this happen to me. Machine was running, no sleep state. I also saw it print out a lot of the JSON response, so my guess something wasn't right with my clone. |
The # of hours, minutes, and seconds accurate; as-is the timestamp. The date on the host machine is accurate. I didn't check the date/time inside the container; I'll take a look at that tonight. I've run it in the foreground, as well as backgrounding ( |
Had same problem but with a Mac and locally. |
Tried using this today and had the same problem. Running in docker and it never attempted to check in. I restarted the container after checking in manually and it recognized that I had done so and had the correct boarding info. |
I kept a standard Python3 tab open, and this didn't work either...When I reran the command just to see it does correctly grab the current checkin. |
Any updates on here? I get the same. Mine says that the flight information is found, but too early to check in. What is it supposed to say if its working properly? |
On my last two attempts to use the script, it did not wake up to check in. I'm running with Docker, both in Linux and Win10.
Each time I get:
And then nothing. It doesn't attempt the check in at all. I do not see anything in the logs, other than the message above.
Any ideas why it's not waking up and running again?
The text was updated successfully, but these errors were encountered: