QuartzWarrior / Tip.cc-Autocollect

Your personal tip.cc auto-collector. Earn crypto effortlessly through Discord.
GNU Affero General Public License v3.0
18 stars 6 forks source link

Skipping Airdrop channel #13

Closed paragbml closed 4 months ago

paragbml commented 5 months ago

it is skipping airdrop-begging channel, any fix?

paragbml commented 5 months ago

i think this is the issue CRITICAL discord.utils Could not retrieve client build number. Falling back to hardcoded value... (utils.py:1466)

QuartzWarrior commented 5 months ago

No, that shouldn't be an issue. Can you send your configuration minus the token?

paragbml commented 4 months ago

hey! it did work after configuring it a bit.. but now im banned due to consequent accepting airdrops lmao i did use the smart delay feature but i guess it needs some work on it.

QuartzWarrior commented 4 months ago

Mind sending me your config? Smart delay waits 1/4 of the time until the drop ends, so if it was a 10 second drop, it waits 2.5 seconds before claiming.

paragbml commented 4 months ago

{ "TOKEN": "--", "CPM": 800, "FIRST": false, "id": --, "channel_id": --, "TARGET_AMOUNT": 0.5, "SMART_DELAY": true, "DELAY": 1, "BANNED_WORDS": [ "bot", "ban" ], "WHITELIST": [ 617034883503620167 ], "BLACKLIST": [], "CHANNEL_BLACKLIST": [], "IGNORE_USERS": [], "WHITELIST_ON": true, "BLACKLIST_ON": false, "CHANNEL_BLACKLIST_ON": false, "IGNORE_DROPS_UNDER": 1e-38, "IGNORE_TIME_UNDER": 0.0, "IGNORE_THRESHOLDS": [], "DISABLE_AIRDROP": false, "DISABLE_TRIVIADROP": false, "DISABLE_MATHDROP": false, "DISABLE_PHRASEDROP": false, "DISABLE_REDPACKET": false }

paragbml commented 4 months ago

also, this error occurs alot, any fix? the error msg: ERROR tipcc_autocollect Index error occurred during money splitting, skipping... (tipcc_autocollect.py:541) Traceback (most recent call last): File "/home/-/Downloads/Tip.cc-Autocollect-main/tipcc_autocollect.py", line 534, in on_message embed.description.split("≈")[1] IndexError: list index out of range

QuartzWarrior commented 4 months ago

Do you have any idea what drop type is causing that error?

paragbml commented 4 months ago

nope, i have disabled phrase drop so as far as i know phrase drop isn't causing it.

QuartzWarrior commented 4 months ago

Alright, I might have an idea of what the problem is, I'll check if it actually is though, not entirely sure.