TychoTheTaco / Twitch-Drops-Bot

A Node.js bot that will automatically watch Twitch streams and claim drop rewards.
MIT License
280 stars 36 forks source link

[Bug] Bot ignores drop/campaign after first claim of multiple quantity drop #71

Open adada85 opened 2 years ago

adada85 commented 2 years ago

Some campaigns allow for more than a single drop of the same item. It seems the bot ignores the drop/campaign after the first drop is claimed.

MultiQuantity

Logs

[2022-04-06 19:03:34] [info] Processing campaign: Warframe Prime Time #303
[2022-04-06 19:03:36] [info] Found 1 good streams
[2022-04-06 19:03:37] [info] Watching stream: https://www.twitch.tv/warframeinternational
[2022-04-06 19:03:43] [info] Waiting for page to load...
[2022-04-06 19:03:46] [info] Accepted mature content
[2022-04-06 19:03:47] [info] Set stream to lowest quality
[2022-04-06 19:03:47] [info] Set stream visibility to hidden
[2022-04-06 19:48:35] [info] Claimed drop: Random Lua Focus Lens
[2022-04-06 19:48:35] [info] Watched stream for 44 minutes
[2022-04-06 19:48:36] [info] no active drops
[2022-04-06 19:48:36] [info] Processing campaign: Warframe Prime Time #303
[2022-04-06 19:48:37] [info] no active drops
[2022-04-06 19:48:37] [info] No campaigns active/streams online. Checking again in 5.0 min.
[2022-04-06 19:48:39] [info] campaign already completed: Warframe Prime Time #303
TychoTheTaco commented 2 years ago

Just pushed a fix

adada85 commented 2 years ago

Thank you. Worked great this week.

bricep commented 2 years ago

I am still encountering this issue with a fresh pull and version. Stopping and then starting the app again makes it see the stream again.

[2022-07-27 17:39:54] [info] Claimed drop: PT23 Standard Pack [2022-07-27 17:39:54] [info] Watched stream for 12 minutes [2022-07-27 17:39:55] [info] no active drops [2022-07-27 17:39:55] [info] Processing campaign: Out of the Park Baseball 23 Affiliate 7/25-8/1 [2022-07-27 17:39:55] [info] no active drops [2022-07-27 17:39:55] [info] Processing campaign: Out of the Park Baseball 23 Official 7/25-8/1 [2022-07-27 17:39:56] [debug] Found 0 active streams [2022-07-27 17:39:56] [info] Found 0 good streams [2022-07-27 17:39:56] [info] No streams! [2022-07-27 17:39:56] [info] No campaigns active/streams online. Checking again in 5.0 min. After restart: [2022-07-27 17:48:00] [debug] Found 1 active streams [2022-07-27 17:48:00] [info] Found 1 good streams [2022-07-27 17:48:01] [info] Watching stream: XXX

image

bricep commented 2 years ago

After re-pulling and installing, this is not happening as of now. 👍