-
Notifications
You must be signed in to change notification settings - Fork 12
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
Ignored drop #28
Comments
Please send me your config |
"channel_id": 1, |
Was it a less than 1 second drop? ima look through the code in the future, not sure whats up |
i try with 0 before its same |
im greatly unsure on what could be causing this. can you use the newer branch for now? https://github.com/QuartzWarrior/Tip.cc-Autocollect/tree/feature-requests-stefffkec |
okay, replace this coed with the other code original: if drop_ends_in < configuration["IGNORE_TIME_UNDER"] or drop_ends_in < configuration[droptype][
"IGNORE_TIME_UNDER"]:
logger.info(
f"Ignored drop for {embed.description.split('**')[1]} {embed.description.split('**')[2].split(')')[0].replace(' (', '')}"
)
return new: if drop_ends_in < configuration["IGNORE_TIME_UNDER"] or drop_ends_in < configuration[droptype][
"IGNORE_TIME_UNDER"]:
logger.info(f"{drop_ends_in } /// {embed.timestamp.timestamp()} /// {time()}")
logger.info(
f"Ignored drop for {embed.description.split('**')[1]} {embed.description.split('**')[2].split(')')[0].replace(' (', '')}"
)
return and send me what it prints out chances are tip.cc updated something with their timestamps |
Okay what drops are those? It's literally saying that it will end in -5 minutes ( the past ) I'll do some testing |
Same problem as mine |
I'll have to do some testing |
Lemme save you some time here
So far i only found this maybe it something to do with system instead. I ran it in a node which is quite secured and ran the same files in another node which is a bit less secured. The first one has a good firewall |
tipcc_autocollect Ignored drop for 0.00008766 LTC ≈ $0.01 (tipcc_autocollect.py:724)
every drop, idk why
The text was updated successfully, but these errors were encountered: