-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Check-in attempt occurred 3 minutes late (didn't sleep computer) #252
Comments
These two lines indicate that the script slept for 33 minutes 17 seconds (1997 seconds), but the only code that executed between these two debug messages is |
Question: What OS were you running it on? Typically it runs like a few seconds before the intended time and makes several attempts to go through. Interestingly your sleep timer does bring it to about 10:59:51 - however his script has a delta of -5s before the scheduled time to actually start. |
MacOS Sonoma 14.4.1
|
The time is actually correct as it starts sleeping for 1791 seconds at 10:30:03. This results in it being 10:59:54, which is off by a second most likely due to a rounding error when subtracting the times. |
I agree, but that doesn't explain how it could have been 3 minutes late |
From my analysis above, there doesn't seem to be any bug in this program that would cause this and I cannot reproduce this issue (additionally, nobody has reported an issue about this before). Perhaps your OS just scheduled the process to run really late--although 3 minutes seems extreme. If this is the case, I'm not sure how to fix that within the program. If you've used this for other check-ins, have you seen this issue with those check-ins as well? |
Hey @natecodes, I recently added fetching the current time from an NTP server instead of relying on the computer's local time. I don't think this is what happened here but it's a possibility. If there aren't any further steps to debug this issue (or if you don't have any other suggestions), I'll close this issue as non-reproducible. |
That sounds good to me. I have a check in coming up on Tuesday so if it still does the same bug then I'll reopen the issue. |
Version
Auto-Southwest Check-In v7.3
Browser Version
123.0.6312.107
Description
Check in is supposed to be at 11 AM. It was scheduled properly according to sleep logs. I didn't close/sleep my computer.
To Reproduce
Run as normal
Expected Behavior
Expect that it would begin check in process at 10:59 or 11.
Relevant logs and program output
Additional context
No response
The text was updated successfully, but these errors were encountered: