-
Notifications
You must be signed in to change notification settings - Fork 7
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
ASMARA says recently issued alert is very expired #37
Comments
Your alert needs to be from today's date, it won't send it if the alert has passed its expire time @miceoroni Edit: incorrect info disregard |
Due to it being a leap year, the program isn't able to calculate the "Very Expired" as well as "Too Early" values for some reason. This is a genuine issue and it is an issue with the way the program calculates the time and date. |
same here, i'm able to reproduce [12:09:39E] > [DECODER] TRACELOG > startTime: 1709760960.0 |
It doesn't help that those start/end timestamps are from the future. Keep in mind that epoch does not include leap seconds. @A-c0rN should take a look at this. |
The code is designed to throw out alerts if it's greater than ~5 hours in the future, assuming that the alert was sent over a year ago. I'll look into workarounds, this issue has bit me in the ass too many times now lmao |
Im having this issue too :/ |
me three |
@A-c0rN I have found a fix to this, I'd love to share it with you through discord or something, if needed. |
If you have code, fork the project and send a pull request If you don't but have an idea on how, write a three page essay on how (lol, just tell us how, include line numbers) |
I have an idea for a fix but it has a risk to it |
still no fix 😭 |
There is a hot fix on my github |
Lol removing the code isn't a fix, it's covering up the underlying issue. Sorry I haven't been available, It's that time of year. and this one will be fun :3 |
Yeah thats what I told him |
I have this properly fixed in my personal repository. Made a pull request so we can merge it to the mainline. |
Awesome, il take a look at it when I have time. |
whenever any alert gets passed through the script, it says the alert is very expired. could anyone look into this and provide a solution? thanks! here is a log file to what I'm experiencing:
logthing.txt
The text was updated successfully, but these errors were encountered: