Giter Site home page Giter Site logo

tychothetaco / twitch-drops-bot Goto Github PK

View Code? Open in Web Editor NEW
280.0 12.0 36.0 1.26 MB

A Node.js bot that will automatically watch Twitch streams and claim drop rewards.

License: MIT License

Dockerfile 0.23% TypeScript 97.82% JavaScript 0.65% Shell 1.29% Batchfile 0.02%
twitch twitch-drops puppeteer nodejs docker bot typescript

twitch-drops-bot's Introduction

Twitch Drops Bot

A Node.js bot that uses Puppeteer to automatically watch Twitch streams and claim drop rewards.

Getting Started

The recommended way of using this bot is to use Docker.

Docker

Tags

latest - The latest development version. This includes all commits from the dev branch.

latest-release - The latest release version. This includes all commits from the master branch.

vX.X.X - Specific release versions.

1. Pull the image

Pull the latest release image with docker pull ghcr.io/tychothetaco/twitch-drops-bot:latest-release.

2. Starting the container

Use one of the following commands to start the container. Make sure you run this command in the same directory as config.json, since it will map the current directory to the /app/data directory in the container. If this is the first time running the bot, a default config.json file will be created in the current directory.

Windows (Command Prompt): docker run --rm -v "%cd%":/app/data -i -t --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest-release

Windows (PowerShell): docker run --rm -v "${PWD}":/app/data -i -t --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest-release

Linux: docker run --rm -v "${PWD}":/app/data -i -t --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest-release

To detach from the docker session without terminating it, use CTRL-P CTRL-Q.

Troubleshooting

docker: Error response from daemon: create %cd%: "%cd%" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.

You are using the Command Prompt command above, but are not using Command Prompt as your terminal. Make sure to use the correct command for your OS/terminal.

3. Customize config.json

  • By default, the bot will attempt to watch all games. You can change which games that the bot watches by specifying game names or IDs in the config file. See games.csv for the game IDs.
  • Add your username to the config so that the bot can reuse the correct cookies, so you don't have to log in again everytime the bot is restarted.

Non-Docker Setup

  1. Install Node.js (Requires version 16+)
  2. Install Google Chrome
  3. Install this package: npm install .
  4. Build the app: npm run build
  5. Start the bot with node dist/index.js or npm run start. If there is no configuration file, a default one will be created.
  6. Customize your config.json. (Restart the bot for changes to be applied)
    1. By default, the bot will attempt to watch all games. You can change which games that the bot watches by specifying game names or IDs in the config file. See games.csv for the game IDs.
    2. Add your username to the config so that the bot can reuse the correct cookies, so you don't have to log in again everytime the bot is restarted.

After updating your install, re-run npm install . and npm run build.

Raspberry Pi

Make sure to install the latest version of Node.js, look at this link.

To install Node.js 16 use the following commands:

$ sudo curl -sL https://deb.nodesource.com/setup_16.x | bash -
$ sudo sudo apt-get update && apt-get install -y nodejs

Options

See Options for a list of all available options.

Update Games List

If you want to update the list of games found in games.csv, just run npm run updateGames or npm run u.

Troubleshooting

Error watching stream

When this happens, its usually because the stream page did not load fast enough. It's normal for this to happen occasionally, but if it happens often, it might be due to a slow or unstable network connection. This can also happen if you're using a low-power system such as a Raspberry Pi.

Try increasing load_timeout_secs to 60 or 90.

FAQ

The game I want to watch is not in games.csv. Can I still use this bot for that game?

Yes, you can use this bot for any game! The games.csv file is provided for convenience and might be missing some games, but you can find a game's ID yourself by following these steps. Open the game's main page on Twitch, for example, Rocket League: https://www.twitch.tv/directory/game/Rocket%20League. Right-click the game's image. Click Inspect Element. You should see something like this:

<img alt="Rocket League" class="tw-image" src="https://static-cdn.jtvnw.net/ttv-boxart/30921-144x192.jpg">

The number in between ttv-boxart/ and -144x192.jpg is the game ID. In this example it is 30921.

twitch-drops-bot's People

Contributors

agret avatar deathart avatar dependabot[bot] avatar faithix avatar felipecalliari avatar harm-smits avatar jorgen1040 avatar kyraminol avatar luckz avatar sibalzer avatar tychothetaco avatar valentin-metz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

twitch-drops-bot's Issues

Stops working after all drops claimed

When i collect all three drops in the campain (rocket league) it stops working sometimes. It still sets timeouts but wont find new campains/streams until i restart it.

Cannot read property 'getProperty' of null TypeError: Cannot read property 'getProperty' of null
at StreamPage.getUptime (/home/pi/Desktop/Twitch-Drops-Bot-master/src/pages/stream.js:51:40)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async watchStreamUntilDropCompleted (/home/pi/Desktop/Twitch-Drops-Bot-master/src/index.js:206:108)
at async processCampaign (/home/pi/Desktop/Twitch-Drops-Bot-master/src/index.js:379:17)
at async /home/pi/Desktop/Twitch-Drops-Bot-master/src/index.js:817:17

This is the error code and after it it only shows this in an infinite loop (there is no stream it can watch)

Watching https://www.twitch.tv/rocketleagueapac | Viewers: 14260 | Uptime: 5:27:34
Fall Split Suite ░░░░░░░░░░░░░░░░░░░░ 0 / 120 minutes
[2021-11-23 17:13:37] [info] Sleeping for 15 minutes...
[2021-11-23 17:16:04] [info] Updating drop campaigns...
[2021-11-23 17:16:04] [info] Found 60 active campaigns.
[2021-11-23 17:16:04] [info] Found 0 pending campaigns.

Also so viewer/time wont change. It just repeats the message over and over

Source code and script does not define what a "higher priority" stream is

Just saw that the software switched to a "higher priority stream". Tried to figure out why it was higher priority than other streams without success, even looked at the source code but the comment was generic.

What is a "higher priority" stream? Campaigns that are ending soon?

Edit: Disclaimer: This might be defined somewhere, but since I could not find info about it, it needs to be more dummy proofed imo. Also: I am using default configs.

Game Priority not working?

I've tried to set Rainbow Six Siege and Rocket League's game ID in the config. Rainbow Six Siege at the highest priority while Rocket League is at the second. However the bot would always go for Rocket League's stream instead of Sieges'

Screenshot_20220131-021812427 (1)
Screenshot_20220131-021659429 (1)
Screenshot_20220131-022155856 (1)

Stops working if internet connection drops out

The bot stops working if the internet drops, it just gets stuck in a sleep loop without ever retrying.

[2021-11-23 19:51:45] [info] 51) Project Genesis Project Genesis Loot
Watching https://www.twitch.tv/wakeupamadeus | Viewers: 79 | Uptime: 6:19:04
Bounty Coins ███░░░░░░░░░░░░░░░░░ 30 / 240 minutes
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: New World The Royal Fisher
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Crowfall Crowfall Nov 20 - 23
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Don't Starve Together Don't Starve Together - Shellbound Deck Illuminator
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - 네브짱
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - 시간에이
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return PRO_fessors DROPS!
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - ECYoon
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - YukiUsada
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - 후참
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - 농약엑기스
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - 스키퍼
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return Eternal Return Challengers:APAC South DROPS!
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - 꾸미오
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Eternal Return ER Partners DROPS! - lNeroTV
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Trove Trove Friendsgiving 2021
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: ELYON NA/EU - Twitch Drops for Partners
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: ELYON NA/EU - Twitch Drops for Partners - Daily (Nov. 23)
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Black Desert Online November Day 13 (11/22)
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Paladins Paladins Drops 21.7 Wk2
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Knockout City Official KO City S3W7
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: SMITE SMITE 8.11 Week 1
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Knockout City KO City Season 3, Week 7
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Apex Legends Apex Escape Community Created Drop 1
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Overwatch Overwatch - Cassidy's New Blood Challenge
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Madden NFL 22 Good Morning Madden
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: World of Warships Update 0.10.10: Part 1
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: World of Tanks Weekly Watchers November
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Black Desert Online November Twitch Drops
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Burke Black - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Quill18 - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Frankie Ward - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Saddummy - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Lewis - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND HandOfBlood - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Marbozir - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Andrew Channel - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Lomadiah - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND BRKsEDU - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND 2DKiri - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND CohhCarnage - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Joueur du Grenier - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND GamerZakh - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Tian Chi - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND ZeratoR - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Alexey Khaletski - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND Shurjoka - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: HUMANKIND The Spiffing Brit - Humankind
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Goose Goose Duck GGD 11/04 - 12/02/2021
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: World of Warships Official Channel Weekly Drop
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Goose Goose Duck Goose Goose Duck - Dhalucard
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Processing campaign: Project Genesis Project Genesis Loot
[2021-11-23 20:02:59] [error] getaddrinfo ENOTFOUND gql.twitch.tv Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
[2021-11-23 20:02:59] [info] Sleeping for 15 minutes...
[2021-11-23 20:06:45] [info] Updating drop campaigns...
(node:11568) UnhandledPromiseRejectionWarning: Error: getaddrinfo ENOTFOUND gql.twitch.tv
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:11568) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 57)
(node:11568) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[2021-11-23 20:17:59] [info] Sleeping for 15 minutes...
[2021-11-23 20:33:02] [info] Sleeping for 15 minutes...
[2021-11-23 20:48:02] [info] Sleeping for 15 minutes...
[2021-11-23 21:03:02] [info] Sleeping for 15 minutes...
[2021-11-23 21:18:02] [info] Sleeping for 15 minutes...
[2021-11-23 21:33:02] [info] Sleeping for 15 minutes...
[2021-11-23 21:48:02] [info] Sleeping for 15 minutes...
[2021-11-23 22:03:02] [info] Sleeping for 15 minutes...
[2021-11-23 22:18:02] [info] Sleeping for 15 minutes...
[2021-11-23 22:33:02] [info] Sleeping for 15 minutes...
[2021-11-23 22:48:02] [info] Sleeping for 15 minutes...
[2021-11-23 23:03:02] [info] Sleeping for 15 minutes...
[2021-11-23 23:18:02] [info] Sleeping for 15 minutes...
[2021-11-23 23:33:02] [info] Sleeping for 15 minutes...
[2021-11-23 23:48:02] [info] Sleeping for 15 minutes...
[2021-11-24 00:03:02] [info] Sleeping for 15 minutes...
[2021-11-24 00:18:02] [info] Sleeping for 15 minutes...
[2021-11-24 00:33:02] [info] Sleeping for 15 minutes...
[2021-11-24 00:48:02] [info] Sleeping for 15 minutes...
[2021-11-24 01:03:02] [info] Sleeping for 15 minutes...
[2021-11-24 01:18:02] [info] Sleeping for 15 minutes...
[2021-11-24 01:33:02] [info] Sleeping for 15 minutes...
[2021-11-24 01:48:02] [info] Sleeping for 15 minutes...

Create how to run docker container

Hello,

I don’t have any idea how to run a docker container for this app.
Can someone please create a noob friendly setup guide?

thx

interval

interval option does not work properly, the bot set Sleeptime to 3.6 min

[2021-11-14 21:30:45] [debug] final minlastdropcampaignchecktime: 1636921761401 time: 1636921845514
[2021-11-14 21:30:45] [debug] 300000 84113
[2021-11-14 21:30:45] [info] No campaigns/streams active. Sleeping for 3.6 min.
[2021-11-14 21:30:45] [debug] waiting for waitNotify

"browser":"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"games":["490377", "491931", "30921"],
"headless":true,
"headless_login":false,
"interval": 15,
"browser_args":[""],
"watch_unlisted_games":false,
"cookies_path":"cookies-xxx.json"

Smite Account Not Linked

The bot is showing "[warn] Twitch account not linked for drop campaign: SMITE SMITE 8.9 Week 1" however, Smite is linked to my twitch account. Is anyone else having this problem?

[Feature request]Ignore games

Would it be possible to add a feature to ignore a selected game, even with watch‑unlisted‑games set to true so certain games can be skipped?

Login doesn't work

Hey,

I am having an issue with logging in. After the 2FA, my docker process crashed printing the following:

[2022-01-22 20:20:37] [error] Failed to login. There was probably an extra verification step that this app didn't check for. A screenshot of the page will be saved to failed-login-screenshot-1642882837764.png and the page content will be saved to failed-login-html-1642882837764.html. Please create an issue on GitHub with both of these files. [2022-01-22 20:20:57] [error] Navigation timeout of 30000 ms exceeded TimeoutError: Navigation timeout of 30000 ms exceeded at /app/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 at async FrameManager.waitForFrameNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:128:23) at async Frame.waitForNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:441:16) at async Page.waitForNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:1218:16)

According to the screenshot, I'm logged in perfectly fine. Maybe the bot is having trouble with the cookie popup?

BR nipser

failed-login-screenshot-1642882837764

failed-login-html-1642882837764.txt

Doesnt loads new drops

I use the bot for Sea of Thieves and Rocketleague. Everyday there is a new drop for Sea of Thieves. When i start it it collects the Sea of Thieves drop and moves on to the Rocketleague drop when there is one. But the next day it doesnt automatically collects the next sea of thieves drop. I have to restart it every day for it.

Get an error on first time setup.

I followed all the instructions but I get this error.. I checked the Puppeteer troubleshooting but it's a bit confusing. I'm not a coder. Can you help me out please?

`D:\Download\Twitch-Drops-Bot-master>node dist/index.js
[2022-02-05 20:48:25] [info] Loading config file: config.json
[2022-02-05 20:48:25] [error] Failed to launch the browser process! spawn C:\Program Files (x86)\Google\Chrome\Application\chrome.exe ENOENT

TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
Error: Failed to launch the browser process! spawn C:\Program Files (x86)\Google\Chrome\Application\chrome.exe ENOENT

TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md

at onClose (D:\Download\Twitch-Drops-Bot-master\node_modules\puppeteer\lib\cjs\puppeteer\node\BrowserRunner.js:197:20)
at ChildProcess.<anonymous> (D:\Download\Twitch-Drops-Bot-master\node_modules\puppeteer\lib\cjs\puppeteer\node\BrowserRunner.js:189:85)
at ChildProcess.emit (node:events:390:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
at onErrorNT (node:internal/child_process:477:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)

`

[Feature Request] Priority games queue

games[] field currently instructs the app to only idle those games and ignore all others. Would not mind idling other games when none of my preferred games are available. Could probably just re-use the same games[] field but have a new config option for idling other games. Not sure if the current games[] field operates in a priority order or not though.

Needs some internal logic in the app:

  • When opening check preferred games first

  • If any preferred game tasks exist try them in order of preference

  • If no streams active for the game but tasks exist need to remember that

  • If no preferred games tasks exist or no streams currently running just fallback to idling every game

  • Whenever an idle task completes or we are making no progress:

    • Check (internally?) if tasks exist for a preferred game but there was no streams active previously refresh those listings and see if one is now available to jump into
  • Every so often the program will need to refresh the list of all available campaigns in case something gets added, once every 12-24hrs?

Some games will only have a few twitch drop sessions a week from developer streams/update previews that last 2-3hrs so it is important to try and catch those.

[Bug] Breaks at "Checking for email verification..." (WSL2)

Describe the bug
Loaded the docker images, setup the config with a username and password, ran the container as per linux

Logs

docker run -v ${PWD}:/app/data -i -t --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot
[2022-03-20 20:21:35] [info] Loading config file: config.json
[2022-03-20 20:21:36] [info] Logging in...
[2022-03-20 20:21:38] [info] Checking for email verification...
[2022-03-20 20:22:08] [error] TypeError: Right-hand side of 'instanceof' is not an object
    at LoginPage.<anonymous> (/app/dist/pages/login.js:119:35)
    at Generator.throw (<anonymous>)
    at rejected (/app/dist/pages/login.js:6:65)+

Is this WSL-related or is there something missing. I am at commit 6631724

Overwatch drop not recognized.

After adding the correct id 488552 to the games array in config.json, the docker logs "No campaigns active/streams online. Checking again in 5.0 min." - even though the event is live since yesterday.

--browser-args not working

the list option --browser-args does not accept options e.g "--no-sandbox"

usage: index.js [-h] [--config CONFIG] [--username USERNAME]
                 [--password PASSWORD] [--browser BROWSER] [--games GAMES]
                [--headless HEADLESS] [--headless-login] [--interval INTERVAL]
                 [--browser-args BROWSER_ARGS] [--update-games]
 index.js: error: unrecognized arguments: --no-sandbox

Failure to claim drop

The bot fails to claim a drop in this campagin.

[2022-02-13 15:34:29] [debug] No progress from web socket! using inventory progress: 227 minutes
[2022-02-13 15:34:47] [info] Updating drop campaigns...
[2022-02-13 15:34:47] [info] Found 100 campaigns.
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:34:47] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:34:47] [info] Found 48 pending campaigns.
[2022-02-13 15:35:27] [debug] PONG
[2022-02-13 15:35:47] [info] Updating drop campaigns...
[2022-02-13 15:35:48] [info] Found 100 campaigns.
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:35:48] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:35:48] [info] Found 48 pending campaigns.
[2022-02-13 15:36:29] [debug] PONG
[2022-02-13 15:36:48] [info] Updating drop campaigns...
[2022-02-13 15:36:48] [info] Found 100 campaigns.
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:36:48] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:36:48] [info] Found 48 pending campaigns.
[2022-02-13 15:37:30] [debug] PONG
[2022-02-13 15:37:48] [info] Updating drop campaigns...
[2022-02-13 15:37:49] [info] Found 100 campaigns.
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:37:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:37:49] [info] Found 48 pending campaigns.
[2022-02-13 15:38:33] [debug] PONG
[2022-02-13 15:38:49] [info] Updating drop campaigns...
[2022-02-13 15:38:49] [info] Found 100 campaigns.
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:38:49] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:38:49] [info] Found 48 pending campaigns.
[2022-02-13 15:39:32] [debug] No progress from web socket! using inventory progress: 232 minutes
[2022-02-13 15:39:35] [debug] PONG
[2022-02-13 15:39:49] [info] Updating drop campaigns...
[2022-02-13 15:39:50] [info] Found 100 campaigns.
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:39:50] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:39:50] [info] Found 48 pending campaigns.
[2022-02-13 15:40:37] [debug] PONG
[2022-02-13 15:40:50] [info] Updating drop campaigns...
[2022-02-13 15:40:50] [info] Found 100 campaigns.
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:40:50] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:40:50] [info] Found 48 pending campaigns.
[2022-02-13 15:41:38] [debug] PONG
[2022-02-13 15:41:50] [info] Updating drop campaigns...
[2022-02-13 15:41:50] [info] Found 100 campaigns.
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:41:50] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:41:50] [info] Found 48 pending campaigns.
[2022-02-13 15:42:40] [debug] PONG
[2022-02-13 15:42:50] [info] Updating drop campaigns...
[2022-02-13 15:42:51] [info] Found 100 campaigns.
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:42:51] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:42:51] [info] Found 48 pending campaigns.
[2022-02-13 15:43:42] [debug] PONG
[2022-02-13 15:43:51] [info] Updating drop campaigns...
[2022-02-13 15:43:51] [info] Found 100 campaigns.
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:43:51] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:43:51] [info] Found 48 pending campaigns.
[2022-02-13 15:44:34] [debug] No progress from web socket! using inventory progress: 237 minutes
[2022-02-13 15:44:43] [debug] PONG
[2022-02-13 15:44:51] [info] Updating drop campaigns...
[2022-02-13 15:44:52] [info] Found 100 campaigns.
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:44:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:44:52] [info] Found 48 pending campaigns.
[2022-02-13 15:45:45] [debug] PONG
[2022-02-13 15:45:52] [info] Updating drop campaigns...
[2022-02-13 15:45:52] [info] Found 100 campaigns.
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:45:52] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:45:52] [info] Found 48 pending campaigns.
[2022-02-13 15:46:47] [debug] PONG
[2022-02-13 15:46:52] [info] Updating drop campaigns...
[2022-02-13 15:46:53] [info] Found 100 campaigns.
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:46:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:46:53] [info] Found 48 pending campaigns.
[2022-02-13 15:47:49] [debug] PONG
[2022-02-13 15:47:53] [info] Updating drop campaigns...
[2022-02-13 15:47:53] [info] Found 100 campaigns.
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:47:53] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:47:53] [info] Found 48 pending campaigns.
[2022-02-13 15:48:53] [info] Updating drop campaigns...
[2022-02-13 15:48:54] [info] Found 100 campaigns.
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:48:54] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:48:54] [info] Found 48 pending campaigns.
[2022-02-13 15:49:36] [debug] No progress from web socket! using inventory progress: 240 minutes
[2022-02-13 15:49:54] [info] Updating drop campaigns...
[2022-02-13 15:49:54] [info] Found 100 campaigns.
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:49:54] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:49:54] [info] Found 48 pending campaigns.
[2022-02-13 15:50:54] [info] Updating drop campaigns...
[2022-02-13 15:50:55] [info] Found 100 campaigns.
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:50:55] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:50:55] [info] Found 48 pending campaigns.
[2022-02-13 15:51:55] [info] Updating drop campaigns...
[2022-02-13 15:51:55] [info] Found 100 campaigns.
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:51:55] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:51:55] [info] Found 48 pending campaigns.
[2022-02-13 15:52:55] [info] Updating drop campaigns...
[2022-02-13 15:52:56] [info] Found 100 campaigns.
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:52:56] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:52:56] [info] Found 48 pending campaigns.
[2022-02-13 15:53:56] [info] Updating drop campaigns...
[2022-02-13 15:53:56] [info] Found 100 campaigns.
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:53:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:53:56] [info] Found 48 pending campaigns.
[2022-02-13 15:54:38] [warn] No progress was detected in the last 5 minutes!
[2022-02-13 15:54:38] [info] Found 1 active streams
[2022-02-13 15:54:38] [info] Found 1 good streams
[2022-02-13 15:54:38] [debug] failed: 1 https://www.twitch.tv/dator99twitch
[2022-02-13 15:54:38] [info] Watching stream: https://www.twitch.tv/plaito
[2022-02-13 15:54:38] [debug] target: 8ffae2f1-fb27-4389-a21d-c7292210c257
[2022-02-13 15:54:40] [debug] Initial drop progress: 240 minutes
[2022-02-13 15:54:41] [info] Waiting for page to load...
[2022-02-13 15:54:42] [debug] PONG
[2022-02-13 15:54:53] [info] Set stream to lowest quality
[2022-02-13 15:54:53] [info] Set stream visibility to hidden
[2022-02-13 15:54:56] [info] Updating drop campaigns...
[2022-02-13 15:54:56] [info] Found 100 campaigns.
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:54:56] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:54:56] [info] Found 48 pending campaigns.
[2022-02-13 15:55:30] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 15:55:56] [info] Updating drop campaigns...
[2022-02-13 15:55:57] [info] Found 100 campaigns.
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:55:57] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:55:57] [info] Found 48 pending campaigns.
[2022-02-13 15:56:31] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 15:56:57] [info] Updating drop campaigns...
[2022-02-13 15:56:57] [info] Found 100 campaigns.
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:56:57] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:56:57] [info] Found 48 pending campaigns.
[2022-02-13 15:57:30] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 15:57:57] [info] Updating drop campaigns...
[2022-02-13 15:57:58] [info] Found 100 campaigns.
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:57:58] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:57:58] [info] Found 48 pending campaigns.
[2022-02-13 15:58:30] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 15:58:41] [debug] PONG
[2022-02-13 15:58:58] [info] Updating drop campaigns...
[2022-02-13 15:58:58] [info] Found 100 campaigns.
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:58:58] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:58:58] [info] Found 48 pending campaigns.
[2022-02-13 15:59:30] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 15:59:40] [warn] No progress was detected in the last 5 minutes!
[2022-02-13 15:59:40] [info] Found 1 active streams
[2022-02-13 15:59:40] [info] Found 1 good streams
[2022-02-13 15:59:40] [debug] failed: 1 https://www.twitch.tv/dator99twitch
[2022-02-13 15:59:40] [debug] failed: 1 https://www.twitch.tv/plaito
[2022-02-13 15:59:40] [info] Watching stream: https://www.twitch.tv/plaito
[2022-02-13 15:59:40] [debug] target: 8ffae2f1-fb27-4389-a21d-c7292210c257
[2022-02-13 15:59:41] [debug] Initial drop progress: 240 minutes
[2022-02-13 15:59:43] [debug] PONG
[2022-02-13 15:59:46] [info] Waiting for page to load...
[2022-02-13 15:59:52] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 15:59:54] [info] Set stream to lowest quality
[2022-02-13 15:59:54] [info] Set stream visibility to hidden
[2022-02-13 15:59:58] [info] Updating drop campaigns...
[2022-02-13 15:59:59] [info] Found 100 campaigns.
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 15:59:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 15:59:59] [info] Found 48 pending campaigns.
[2022-02-13 16:00:52] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 16:00:59] [info] Updating drop campaigns...
[2022-02-13 16:00:59] [info] Found 100 campaigns.
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:00:59] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:00:59] [info] Found 48 pending campaigns.
[2022-02-13 16:01:52] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 16:01:59] [info] Updating drop campaigns...
[2022-02-13 16:02:00] [info] Found 100 campaigns.
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:02:00] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:02:00] [info] Found 48 pending campaigns.
[2022-02-13 16:02:52] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 16:03:00] [info] Updating drop campaigns...
[2022-02-13 16:03:01] [info] Found 100 campaigns.
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:03:01] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:03:01] [info] Found 48 pending campaigns.
[2022-02-13 16:03:42] [debug] PONG
[2022-02-13 16:03:52] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 16:04:01] [info] Updating drop campaigns...
[2022-02-13 16:04:01] [info] Found 100 campaigns.
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:04:01] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:04:01] [info] Found 48 pending campaigns.
[2022-02-13 16:04:42] [warn] No progress was detected in the last 5 minutes!
[2022-02-13 16:04:42] [info] Found 1 active streams
[2022-02-13 16:04:42] [info] Found 1 good streams
[2022-02-13 16:04:42] [debug] failed: 1 https://www.twitch.tv/dator99twitch
[2022-02-13 16:04:42] [debug] failed: 2 https://www.twitch.tv/plaito
[2022-02-13 16:04:42] [info] Watching stream: https://www.twitch.tv/plaito
[2022-02-13 16:04:42] [debug] target: 8ffae2f1-fb27-4389-a21d-c7292210c257
[2022-02-13 16:04:43] [debug] Initial drop progress: 240 minutes
[2022-02-13 16:04:45] [debug] PONG
[2022-02-13 16:04:48] [info] Waiting for page to load...
[2022-02-13 16:04:56] [info] Set stream to lowest quality
[2022-02-13 16:04:56] [info] Set stream visibility to hidden
[2022-02-13 16:05:01] [info] Updating drop campaigns...
[2022-02-13 16:05:03] [info] Found 100 campaigns.
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:05:03] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:05:03] [info] Found 48 pending campaigns.
[2022-02-13 16:05:25] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 16:06:03] [info] Updating drop campaigns...
[2022-02-13 16:06:03] [info] Found 100 campaigns.
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:06:03] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:06:03] [info] Found 48 pending campaigns.
[2022-02-13 16:06:25] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 16:07:03] [info] Updating drop campaigns...
[2022-02-13 16:07:04] [info] Found 100 campaigns.
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:07:04] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:07:04] [info] Found 48 pending campaigns.
[2022-02-13 16:07:23] [debug] Drop progress: 8ffae2f1-fb27-4389-a21d-c7292210c257 240 / 240
[2022-02-13 16:08:04] [info] Updating drop campaigns...
[2022-02-13 16:08:04] [info] Found 100 campaigns.
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:08:04] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:08:04] [info] Found 48 pending campaigns.
[2022-02-13 16:08:13] [debug] No topic handler for socket message: {
    "type": "MESSAGE",
    "data": {
        "topic": "onsite-notifications.51818291",
        "message": "{\"type\":\"update-summary\",\"data\":{\"summary\":{\"unseen_view_count\":0,\"last_seen_at\":\"2022-02-13T16:08:13.771489637Z\",\"viewer_unread_count\":182,\"creator_unread_count\":0}}}"
    }
}
[2022-02-13 16:08:24] [debug] Drop progress: 5ae525a8-db2a-4a53-ba17-c0690eb9480f 0 / 180
[2022-02-13 16:08:24] [debug] Drop progress message does not match expected drop: 8ffae2f1-fb27-4389-a21d-c7292210c257 vs 5ae525a8-db2a-4a53-ba17-c0690eb9480f
[2022-02-13 16:08:45] [debug] PONG
[2022-02-13 16:09:04] [info] Updating drop campaigns...
[2022-02-13 16:09:05] [info] Found 100 campaigns.
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Crowfall Crowfall February 2022 Twitch Drop
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#2
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim Co-streams
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Halo Infinite HCS Anaheim
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: M.A.R.S. M.A.R.S. S1 Drops
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: The Elder Scrolls Online Bethesda MainStream	
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Fault Fault - Valentine's Twitch Drops
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Daily
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Path of Exile Twitch Rivals Royale
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Dying Light 2: Stay Human Dying Light 2 Drops
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: PUBG: BATTLEGROUNDS February Partner Drops
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [BOOMING]Valentine's Day#1
[2022-02-13 16:09:05] [warn] Twitch account not linked for drop campaign: Conqueror's Blade [MY] Valentines Campaign Main
[2022-02-13 16:09:05] [info] Found 48 pending campaigns.
[2022-02-13 16:09:24] [debug] Drop progress: 5ae525a8-db2a-4a53-ba17-c0690eb9480f 1 / 180
[2022-02-13 16:09:24] [debug] Drop progress message does not match expected drop: 8ffae2f1-fb27-4389-a21d-c7292210c257 vs 5ae525a8-db2a-4a53-ba17-c0690eb9480f
[2022-02-13 16:09:24] [info] Drop progress does not match expected drop: 8ffae2f1-fb27-4389-a21d-c7292210c257 vs 5ae525a8-db2a-4a53-ba17-c0690eb9480f

(I claimed the drop manually at this point)
Screenshot_20220213_170757
Screenshot_20220213_170844

My guess is that this has to do with the multi-stage drop form of this campaign.
This is the 2nd time I had to to claim a drop manually in this campaign.

Docker ARM-version

Many servers and the RaspberryPi run on an ARM-CPU. It'd be nice if you could build a respective docker image. (linux/arm64/v8)

Accept or throw Error when integer is used in config.json games-array

I just tried the bot to get drops for Lost Ark. I specified the game id in the games-array, but the bot couldn't find any campaigns while there are some I checked. The error was that I added the game id to the games-array as integer and not as string. This should result in an error or at least a warning or should be allowed and not fail like it did for me.

install bot

Hello,

I have successfully installed raspberry Pi OS on a Pi and I am struggling to install this bot.

  1. Login to raspberry Pi via ssh
  2. run sudo apt update
  3. run sudo apt install nodejs npm

but what is next?
npm install . Won’t work.

Twitch-Drops-Bot fails on headless raspberry pi

Hello,

when I run npm run start.
I do receive this error:

> [email protected] start
> node dist/index.js

[2021-12-28 23:00:48] [info] Loading config file: config.json
[2021-12-28 23:00:48] [error] Failed to launch the browser process! spawn chromium ENOENT


TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
 Error: Failed to launch the browser process! spawn chromium ENOENT


TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md

    at onClose (/home/pi/Twitch-Drops-Bot/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:197:20)
    at ChildProcess.<anonymous> (/home/pi/Twitch-Drops-Bot/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:189:85)
    at ChildProcess.emit (events.js:314:20)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12)
    at onErrorNT (internal/child_process.js:470:16)
    at processTicksAndRejections (internal/process/task_queues.js:84:21)
npm ERR! code 1
npm ERR! path /home/pi/Twitch-Drops-Bot
npm ERR! command failed
npm ERR! command sh -c node dist/index.js

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pi/.npm/_logs/2021-12-28T22_00_48_494Z-debug.log

What do I need to do to run the app on my headless raspberry pi?

Error when updateGames

Not sure if this is an issue or just my own problem, when I run: npm run updateGames, I always get error:

[2022-01-21 13:04:21] [error] Cannot read property 'findIndex' of undefined TypeError: Cannot read property 'findIndex' of undefined
at Plugin.beforeLaunch (E:\Twitch-Drops-Bot-master\node_modules\puppeteer-extra-plugin-stealth\evasions\navigator.webdriver\index.js:36:30)
at PuppeteerExtra.callPluginsWithValue (E:\Twitch-Drops-Bot-master\node_modules\puppeteer-extra\dist\index.cjs.js:393:48)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async PuppeteerExtra.launch (E:\Twitch-Drops-Bot-master\node_modules\puppeteer-extra\dist\index.cjs.js:121:19)

BTW, I can start bot successfully, but it is not watching and get loot of Expeditions: Rome. I'm not setting game id since I don't know id for Expeditions: Rome.

EDIT:
Not sure my nodejs version, maybe it's too old. I will check it first.

Watching incorrect stream for a drop that has already been claimed days ago

[2022-01-15 11:25:11] [info] Found 68 campaigns.
[2022-01-15 11:25:11] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:25:11] [info] Found 13 pending campaigns.
Watching https://www.twitch.tv/posty | Viewers: 1423 | Uptime: 0:51:55
agentemaxo metal door ░░░░░░░░░░░░░░░░░░░░ 0 / 180 minutes


[2022-01-15 11:26:11] [info] Updating drop campaigns...
[2022-01-15 11:26:11] [info] Found 68 campaigns.
[2022-01-15 11:26:11] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:26:11] [info] Found 13 pending campaigns.
Watching https://www.twitch.tv/posty | Viewers: 1434 | Uptime: 0:52:55
agentemaxo metal door ░░░░░░░░░░░░░░░░░░░░ 0 / 180 minutes


[2022-01-15 11:27:11] [info] Updating drop campaigns...
[2022-01-15 11:27:12] [info] Found 68 campaigns.
[2022-01-15 11:27:12] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:27:12] [info] Found 13 pending campaigns.
Watching https://www.twitch.tv/posty | Viewers: 1479 | Uptime: 0:53:55
agentemaxo metal door ░░░░░░░░░░░░░░░░░░░░ 0 / 180 minutes


[2022-01-15 11:28:11] [warn] No progress was detected in the last 5 minutes!
[2022-01-15 11:28:12] [info] Updating drop campaigns...
[2022-01-15 11:28:12] [info] Found 30 active streams
[2022-01-15 11:28:12] [info] Found 27 good streams
[2022-01-15 11:28:12] [info] Watching stream: https://www.twitch.tv/posty
[2022-01-15 11:28:12] [info] Found 68 campaigns.
[2022-01-15 11:28:12] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:28:12] [info] Found 13 pending campaigns.
[2022-01-15 11:28:18] [info] Waiting for page to load...
[2022-01-15 11:28:23] [info] Set stream to lowest quality
Watching https://www.twitch.tv/posty | Viewers: 1497 | Uptime: 0:54:18
agentemaxo metal door ░░░░░░░░░░░░░░░░░░░░ 0 / 180 minutes
[2022-01-15 11:11:05] [info] Found 13 pending campaigns.
[2022-01-15 11:11:11] [debug] Claimed community points!
[2022-01-15 11:11:11] [debug] Unhandled socket message: {
    "type": "MESSAGE",
    "data": {
        "topic": "community-points-user-v1.51818291",
        "message": "{\"type\":\"claim-claimed\",\"data\":{\"timestamp\":\"2022-01-15T11:11:11.208839208Z\",\"claim\":{\"id\":\"adc785f0-711e-4eb7-94a0-67c0804e7414\",\"user_id\":\"51818291\",\"channel_id\":\"136396398\",\"point_gain\":{\"user_id\":\"51818291\",\"channel_id\":\"136396398\",\"total_points\":50,\"baseline_points\":50,\"reason_code\":\"CLAIM\",\"multipliers\":[]},\"created_at\":\"2022-01-15T11:11:00Z\"}}}"
    }
}
[2022-01-15 11:12:05] [info] Updating drop campaigns...
[2022-01-15 11:12:05] [debug] PONG
[2022-01-15 11:12:05] [info] Found 68 campaigns.
[2022-01-15 11:12:05] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:12:05] [info] Found 13 pending campaigns.
[2022-01-15 11:13:05] [warn] No progress was detected in the last 5 minutes!
[2022-01-15 11:13:05] [info] Updating drop campaigns...
[2022-01-15 11:13:05] [info] Found 30 active streams
[2022-01-15 11:13:05] [info] Found 28 good streams
[2022-01-15 11:13:05] [debug] failed: 3 https://www.twitch.tv/thegrefg
[2022-01-15 11:13:05] [debug] failed: 2 https://www.twitch.tv/agentemaxo
[2022-01-15 11:13:05] [debug] failed: 3 https://www.twitch.tv/mym_alkapone
[2022-01-15 11:13:05] [debug] failed: 1 https://www.twitch.tv/tvander
[2022-01-15 11:13:05] [debug] failed: 3 https://www.twitch.tv/varik0
[2022-01-15 11:13:05] [debug] failed: 3 https://www.twitch.tv/blazed
[2022-01-15 11:13:05] [debug] failed: 3 https://www.twitch.tv/impheetus
[2022-01-15 11:13:05] [debug] failed: 0 https://www.twitch.tv/pjgamers
[2022-01-15 11:13:05] [debug] failed: 1 https://www.twitch.tv/12robg
[2022-01-15 11:13:05] [debug] failed: 0 https://www.twitch.tv/lucroan
[2022-01-15 11:13:05] [debug] failed: 3 https://www.twitch.tv/camomo_10
[2022-01-15 11:13:05] [debug] failed: 3 https://www.twitch.tv/beccasomething
[2022-01-15 11:13:05] [info] Watching stream: https://www.twitch.tv/12robg
[2022-01-15 11:13:05] [debug] target: b300dbe1-97de-4ed3-aa79-5d61b5c7a13b
[2022-01-15 11:13:05] [info] Found 68 campaigns.
[2022-01-15 11:13:05] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:13:05] [info] Found 13 pending campaigns.
[2022-01-15 11:13:07] [debug] Initial drop progress: none
[2022-01-15 11:13:08] [info] Waiting for page to load...
[2022-01-15 11:13:08] [debug] PONG
[2022-01-15 11:13:16] [info] Set stream to lowest quality
[2022-01-15 11:14:05] [info] Updating drop campaigns...
[2022-01-15 11:14:06] [info] Found 68 campaigns.
[2022-01-15 11:14:06] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:14:06] [info] Found 13 pending campaigns.
[2022-01-15 11:15:06] [info] Updating drop campaigns...
[2022-01-15 11:15:06] [info] Found 68 campaigns.
[2022-01-15 11:15:06] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:15:06] [info] Found 13 pending campaigns.
[2022-01-15 11:16:06] [info] Updating drop campaigns...
[2022-01-15 11:16:07] [info] Found 68 campaigns.
[2022-01-15 11:16:07] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:16:07] [info] Found 13 pending campaigns.
[2022-01-15 11:17:07] [info] Updating drop campaigns...
[2022-01-15 11:17:07] [info] Found 68 campaigns.
[2022-01-15 11:17:07] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:17:07] [info] Found 13 pending campaigns.
[2022-01-15 11:17:08] [debug] PONG
[2022-01-15 11:18:07] [warn] No progress was detected in the last 5 minutes!
[2022-01-15 11:18:07] [info] Found 30 active streams
[2022-01-15 11:18:07] [info] Found 28 good streams
[2022-01-15 11:18:07] [debug] failed: 3 https://www.twitch.tv/thegrefg
[2022-01-15 11:18:07] [debug] failed: 2 https://www.twitch.tv/agentemaxo
[2022-01-15 11:18:07] [debug] failed: 3 https://www.twitch.tv/mym_alkapone
[2022-01-15 11:18:07] [debug] failed: 1 https://www.twitch.tv/tvander
[2022-01-15 11:18:07] [debug] failed: 3 https://www.twitch.tv/varik0
[2022-01-15 11:18:07] [debug] failed: 3 https://www.twitch.tv/blazed
[2022-01-15 11:18:07] [debug] failed: 3 https://www.twitch.tv/impheetus
[2022-01-15 11:18:07] [debug] failed: 0 https://www.twitch.tv/pjgamers
[2022-01-15 11:18:07] [debug] failed: 2 https://www.twitch.tv/12robg
[2022-01-15 11:18:07] [debug] failed: 0 https://www.twitch.tv/lucroan
[2022-01-15 11:18:07] [debug] failed: 3 https://www.twitch.tv/camomo_10
[2022-01-15 11:18:07] [debug] failed: 3 https://www.twitch.tv/beccasomething
[2022-01-15 11:18:07] [info] Watching stream: https://www.twitch.tv/12robg
[2022-01-15 11:18:07] [debug] target: b300dbe1-97de-4ed3-aa79-5d61b5c7a13b
[2022-01-15 11:18:07] [info] Updating drop campaigns...
[2022-01-15 11:18:08] [info] Found 68 campaigns.
[2022-01-15 11:18:08] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:18:08] [info] Found 13 pending campaigns.
[2022-01-15 11:18:08] [debug] Initial drop progress: none
[2022-01-15 11:18:09] [info] Waiting for page to load...
[2022-01-15 11:18:10] [debug] PONG
[2022-01-15 11:18:17] [info] Set stream to lowest quality
[2022-01-15 11:19:08] [info] Updating drop campaigns...
[2022-01-15 11:19:08] [info] Found 68 campaigns.
[2022-01-15 11:19:08] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:19:08] [info] Found 13 pending campaigns.
[2022-01-15 11:20:08] [info] Updating drop campaigns...
[2022-01-15 11:20:08] [info] Found 68 campaigns.
[2022-01-15 11:20:08] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:20:08] [info] Found 13 pending campaigns.
[2022-01-15 11:21:08] [info] Updating drop campaigns...
[2022-01-15 11:21:09] [info] Found 68 campaigns.
[2022-01-15 11:21:09] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:21:09] [info] Found 13 pending campaigns.
[2022-01-15 11:22:09] [info] Updating drop campaigns...
[2022-01-15 11:22:09] [info] Found 68 campaigns.
[2022-01-15 11:22:09] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:22:09] [info] Found 13 pending campaigns.
[2022-01-15 11:22:09] [debug] PONG
[2022-01-15 11:23:09] [warn] No progress was detected in the last 5 minutes!
[2022-01-15 11:23:09] [error] Stream failed too many times. Giving up for 30 minutes...
[2022-01-15 11:23:09] [info] Updating drop campaigns...
[2022-01-15 11:23:09] [info] Found 30 active streams
[2022-01-15 11:23:09] [info] Found 27 good streams
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/thegrefg
[2022-01-15 11:23:09] [debug] failed: 2 https://www.twitch.tv/agentemaxo
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/mym_alkapone
[2022-01-15 11:23:09] [debug] failed: 1 https://www.twitch.tv/tvander
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/varik0
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/blazed
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/impheetus
[2022-01-15 11:23:09] [debug] failed: 0 https://www.twitch.tv/pjgamers
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/12robg
[2022-01-15 11:23:09] [debug] failed: 0 https://www.twitch.tv/lucroan
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/camomo_10
[2022-01-15 11:23:09] [debug] failed: 3 https://www.twitch.tv/beccasomething
[2022-01-15 11:23:09] [info] Watching stream: https://www.twitch.tv/posty
[2022-01-15 11:23:09] [debug] target: b300dbe1-97de-4ed3-aa79-5d61b5c7a13b
[2022-01-15 11:23:10] [info] Found 68 campaigns.
[2022-01-15 11:23:10] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:23:10] [info] Found 13 pending campaigns.
[2022-01-15 11:23:10] [debug] Initial drop progress: none
[2022-01-15 11:23:12] [debug] PONG
[2022-01-15 11:23:16] [info] Waiting for page to load...
[2022-01-15 11:23:21] [info] Set stream to lowest quality
[2022-01-15 11:23:21] [debug] Claimed community points!
[2022-01-15 11:23:22] [debug] Unhandled socket message: {
    "type": "MESSAGE",
    "data": {
        "topic": "community-points-user-v1.51818291",
        "message": "{\"type\":\"claim-claimed\",\"data\":{\"timestamp\":\"2022-01-15T11:23:21.860515133Z\",\"claim\":{\"id\":\"0c0005c7-095f-48e2-81ef-0b8f563d5fde\",\"user_id\":\"51818291\",\"channel_id\":\"135377687\",\"point_gain\":{\"user_id\":\"51818291\",\"channel_id\":\"135377687\",\"total_points\":50,\"baseline_points\":50,\"reason_code\":\"CLAIM\",\"multipliers\":[]},\"created_at\":\"2020-11-16T08:57:34Z\"}}}"
    }
}
[2022-01-15 11:24:10] [info] Updating drop campaigns...
[2022-01-15 11:24:10] [info] Found 68 campaigns.
[2022-01-15 11:24:10] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:24:10] [info] Found 13 pending campaigns.
[2022-01-15 11:25:10] [info] Updating drop campaigns...
[2022-01-15 11:25:11] [info] Found 68 campaigns.
[2022-01-15 11:25:11] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:25:11] [info] Found 13 pending campaigns.
[2022-01-15 11:26:11] [info] Updating drop campaigns...
[2022-01-15 11:26:11] [info] Found 68 campaigns.
[2022-01-15 11:26:11] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:26:11] [info] Found 13 pending campaigns.
[2022-01-15 11:27:11] [info] Updating drop campaigns...
[2022-01-15 11:27:12] [info] Found 68 campaigns.
[2022-01-15 11:27:12] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:27:12] [info] Found 13 pending campaigns.
[2022-01-15 11:27:12] [debug] PONG
[2022-01-15 11:28:11] [warn] No progress was detected in the last 5 minutes!
[2022-01-15 11:28:12] [info] Updating drop campaigns...
[2022-01-15 11:28:12] [info] Found 30 active streams
[2022-01-15 11:28:12] [info] Found 27 good streams
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/thegrefg
[2022-01-15 11:28:12] [debug] failed: 2 https://www.twitch.tv/agentemaxo
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/mym_alkapone
[2022-01-15 11:28:12] [debug] failed: 1 https://www.twitch.tv/tvander
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/varik0
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/blazed
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/impheetus
[2022-01-15 11:28:12] [debug] failed: 0 https://www.twitch.tv/pjgamers
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/12robg
[2022-01-15 11:28:12] [debug] failed: 0 https://www.twitch.tv/lucroan
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/camomo_10
[2022-01-15 11:28:12] [debug] failed: 3 https://www.twitch.tv/beccasomething
[2022-01-15 11:28:12] [debug] failed: 1 https://www.twitch.tv/posty
[2022-01-15 11:28:12] [info] Watching stream: https://www.twitch.tv/posty
[2022-01-15 11:28:12] [debug] target: b300dbe1-97de-4ed3-aa79-5d61b5c7a13b
[2022-01-15 11:28:12] [info] Found 68 campaigns.
[2022-01-15 11:28:12] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:28:12] [info] Found 13 pending campaigns.
[2022-01-15 11:28:13] [debug] Initial drop progress: none
[2022-01-15 11:28:14] [debug] PONG
[2022-01-15 11:28:18] [info] Waiting for page to load...
[2022-01-15 11:28:23] [info] Set stream to lowest quality
[2022-01-15 11:29:12] [info] Updating drop campaigns...
[2022-01-15 11:29:12] [info] Found 68 campaigns.
[2022-01-15 11:29:12] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:29:12] [info] Found 13 pending campaigns.
[2022-01-15 11:30:12] [info] Updating drop campaigns...
[2022-01-15 11:30:13] [info] Found 68 campaigns.
[2022-01-15 11:30:13] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:30:13] [info] Found 13 pending campaigns.
[2022-01-15 11:31:13] [info] Updating drop campaigns...
[2022-01-15 11:31:13] [info] Found 68 campaigns.
[2022-01-15 11:31:13] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:31:13] [info] Found 13 pending campaigns.
[2022-01-15 11:32:13] [info] Updating drop campaigns...
[2022-01-15 11:32:14] [info] Found 68 campaigns.
[2022-01-15 11:32:14] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:32:14] [info] Found 13 pending campaigns.
[2022-01-15 11:32:14] [debug] PONG
[2022-01-15 11:33:14] [info] Updating drop campaigns...
[2022-01-15 11:33:14] [warn] No progress was detected in the last 5 minutes!
[2022-01-15 11:33:14] [info] Found 68 campaigns.
[2022-01-15 11:33:14] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:33:14] [info] Found 13 pending campaigns.
[2022-01-15 11:33:17] [info] Found 30 active streams
[2022-01-15 11:33:17] [info] Found 28 good streams
[2022-01-15 11:33:17] [debug] failed: 3 https://www.twitch.tv/thegrefg
[2022-01-15 11:33:17] [debug] failed: 2 https://www.twitch.tv/agentemaxo
[2022-01-15 11:33:17] [debug] failed: 3 https://www.twitch.tv/mym_alkapone
[2022-01-15 11:33:17] [debug] failed: 1 https://www.twitch.tv/tvander
[2022-01-15 11:33:17] [debug] failed: 3 https://www.twitch.tv/varik0
[2022-01-15 11:33:17] [debug] failed: 3 https://www.twitch.tv/blazed
[2022-01-15 11:33:17] [debug] failed: 3 https://www.twitch.tv/impheetus
[2022-01-15 11:33:17] [debug] failed: 0 https://www.twitch.tv/pjgamers
[2022-01-15 11:33:17] [debug] failed: 3 https://www.twitch.tv/12robg
[2022-01-15 11:33:17] [debug] failed: 0 https://www.twitch.tv/lucroan
[2022-01-15 11:33:17] [debug] failed: 0 https://www.twitch.tv/camomo_10
[2022-01-15 11:33:17] [debug] failed: 3 https://www.twitch.tv/beccasomething
[2022-01-15 11:33:17] [debug] failed: 2 https://www.twitch.tv/posty
[2022-01-15 11:33:17] [info] Watching stream: https://www.twitch.tv/camomo_10
[2022-01-15 11:33:17] [debug] target: b300dbe1-97de-4ed3-aa79-5d61b5c7a13b
[2022-01-15 11:33:18] [debug] Initial drop progress: none
[2022-01-15 11:33:20] [info] Waiting for page to load...
[2022-01-15 11:33:21] [debug] PONG
[2022-01-15 11:33:28] [info] Set stream to lowest quality
[2022-01-15 11:34:14] [info] Updating drop campaigns...
[2022-01-15 11:34:14] [info] Found 68 campaigns.
[2022-01-15 11:34:14] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:34:14] [info] Found 13 pending campaigns.
[2022-01-15 11:34:25] [debug] Claimed community points!
[2022-01-15 11:34:26] [debug] Unhandled socket message: {
    "type": "MESSAGE",
    "data": {
        "topic": "community-points-user-v1.51818291",
        "message": "{\"type\":\"claim-claimed\",\"data\":{\"timestamp\":\"2022-01-15T11:34:26.065044821Z\",\"claim\":{\"id\":\"7b22801c-a042-432b-9bc5-6b3787a87bb9\",\"user_id\":\"51818291\",\"channel_id\":\"116246140\",\"point_gain\":{\"user_id\":\"51818291\",\"channel_id\":\"116246140\",\"total_points\":50,\"baseline_points\":50,\"reason_code\":\"CLAIM\",\"multipliers\":[]},\"created_at\":\"2022-01-15T11:34:16Z\"}}}"
    }
}
[2022-01-15 11:35:14] [info] Updating drop campaigns...
[2022-01-15 11:35:15] [info] Found 68 campaigns.
[2022-01-15 11:35:15] [warn] Twitch account not linked for drop campaign: Zenith: The Last City Beta 2 Drops
[2022-01-15 11:35:15] [info] Found 13 pending campaigns.

Another issue seen here that is unrelated:
It does also not watch streams for games to which the account has not been linked if the account-link-warning is on. The expected behavior would be to warn, but watch them anyway.

pm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [##################] | reify:typescript: timing reifyNode:node_modules/puppeteer Completed in 2400ms

pm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
[##################] | reify:typescript: timing reifyNode:node_modules/puppeteer Completed in 2400ms

The bot will stop watching halfway through

I really appreciate your project allowing me to watch live streams and earn rewards even when my computer is off.
The environment is: VPS with 1 core \1G Memory \Ubuntu 18.04 \Docker.
Here are some logs.
image
In the first picture, at this [2022-02-08 11:12:04] time, the bot was cracked because of "run out of memory', so I rebooted the VPS. After that it worked nice, helped claim a drop.
image
But after [2022-02-08 14:25:39], the bot didn't claim any community points as you can see. And the ranibow6's stream is about 13 hours, the uptime stop at 6:25:17. And it just stop here,no more infomation. At [2022-02-09 03:10:55], I use "docker restart".
I checked twitch.tv/rainbow6 on my own PC, when i opened it, it started playing yesterday's video from the 6:22:41 position.
image
I think this is a interesting problem, and I'm glad to help you solve it.

Failed to login with correct credential

It always failed to login even I did receive email notification of success login from twitch.
I tried remove F2A but still failed.
########################################################
[2022-02-17 06:11:25] [info] Loading config file: config.json
[2022-02-17 06:11:25] [debug] git commit hash: ed3ccb9
[2022-02-17 06:11:25] [debug] Using config: {
"browser": "chromium",
"games": [
"511224",
"460630",
"491931"
],
"headless": true,
"headless_login": true,
"username": "lucky_ro",
"password": "present",
"interval": 15,
"load_timeout_secs": 120,
"failed_stream_retry": 3,
"failed_stream_timeout": 30,
"browser_args": [
"--no-sandbox",
"--mute-audio",
"--disable-background-timer-throttling",
"--disable-backgrounding-occluded-windows",
"--disable-renderer-backgrounding",
"--window-size=1920,1080"
],
"watch_unlisted_games": true,
"hide_video": true,
"show_account_not_linked_warning": true,
"ignored_games": [],
"attempt_impossible_campaigns": true,
"watch_streams_when_no_drop_campaigns_active": false,
"broadcasters": []
}
[2022-02-17 06:11:30] [info] Logging in...
[2022-02-17 06:11:44] [info] Checking for email verification...
[2022-02-17 06:11:50] [info] Email verification found.
[2022-02-17 06:12:47] [error] Failed to login. There was probably an extra verification step that this app didn't check for. A screenshot of the page will be saved to failed-login-screenshot-1645078367573.png and the page content will be saved to failed-login-html-1645078367573.html. Please create an issue on GitHub with both of these files.
[2022-02-17 06:13:14] [error] Navigation timeout of 30000 ms exceeded TimeoutError: Navigation timeout of 30000 ms exceeded
at /app/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111
at async FrameManager.waitForFrameNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:128:23)
at async Frame.waitForNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:441:16)
at async Page.waitForNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:1218:16
########################################################
[2022-02-17 05:59:15] [info] Loading config file: config.json
[2022-02-17 05:59:15] [debug] git commit hash: ed3ccb9
[2022-02-17 05:59:15] [debug] Using config: {
"browser": "chromium",
"games": [
"511224",
"460630",
"491931"
],
"headless": true,
"headless_login": true,
"username": "lucky_ro",
"password": "present",
"interval": 15,
"load_timeout_secs": 120,
"failed_stream_retry": 3,
"failed_stream_timeout": 30,
"browser_args": [
"--no-sandbox",
"--mute-audio",
"--disable-background-timer-throttling",
"--disable-backgrounding-occluded-windows",
"--disable-renderer-backgrounding",
"--window-size=1920,1080"
],
"watch_unlisted_games": true,
"hide_video": true,
"show_account_not_linked_warning": true,
"ignored_games": [],
"attempt_impossible_campaigns": true,
"watch_streams_when_no_drop_campaigns_active": false,
"broadcasters": []
}
[2022-02-17 05:59:19] [info] Logging in...
[2022-02-17 05:59:29] [info] Checking for email verification...
[2022-02-17 05:59:59] [info] Email verification not found.
[2022-02-17 05:59:59] [info] Checking for 2FA verification...
[2022-02-17 05:59:59] [info] 2FA verification found.
[2022-02-17 06:00:53] [error] Failed to login. There was probably an extra verification step that this app didn't check for. A screenshot of the page will be saved to failed-login-screenshot-1645077653055.png and the page content will be saved to failed-login-html-1645077653055.html. Please create an issue on GitHub with both of these files.
[2022-02-17 06:01:14] [error] Navigation timeout of 30000 ms exceeded TimeoutError: Navigation timeout of 30000 ms exceeded
at /app/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111
at async FrameManager.waitForFrameNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:128:23)
at async Frame.waitForNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:441:16)
at async Page.waitForNavigation (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:1218:16)
#######################################################
failed-login-screenshot-1645077653055
)

[info] Found 0 active streams

so i fixed everything and now working good, but now there's a lot of active streams and with "Drops Enabled" and it keep saying there's no strems active now, how do i fix this , thanks for your support guys <3
@TychoTheTaco @FelipeCalliari
[2021-12-30 00:53:50] [info] Updating drop campaigns...
[2021-12-30 00:53:50] [info] Found 85 campaigns.
[2021-12-30 00:53:50] [info] Found 1 pending campaigns.
[2021-12-30 00:53:50] [info] Processing campaign: New World The Wheel of Time Drops
[2021-12-30 00:53:55] [info] Found 0 active streams
[2021-12-30 00:53:55] [info] Found 0 potential streams
[2021-12-30 00:53:55] [info] No streams!
[2021-12-30 00:53:55] [info] No campaigns active/streams online. Checking again in 4.9 min.
[2021-12-30 00:58:50] [info] Processing campaign: New World The Wheel of Time Drops
[2021-12-30 00:58:54] [info] Found 0 active streams
[2021-12-30 00:58:54] [info] Found 0 potential streams
[2021-12-30 00:58:54] [info] No streams!
[2021-12-30 00:58:54] [info] No campaigns active/streams online. Checking again in 4.9 min.
[2021-12-30 01:03:50] [info] Processing campaign: New World The Wheel of Time Drops
[2021-12-30 01:03:55] [info] Found 0 active streams
[2021-12-30 01:03:55] [info] Found 0 potential streams
[2021-12-30 01:03:55] [info] No streams!
[2021-12-30 01:03:55] [info] No campaigns active/streams online. Checking again in 4.9 min.

TypeError: Cannot read properties of null (reading 'length')

[2022-01-13 02:40:29] [info] No campaigns active/streams online. Checking again in 0.0 min.
[2022-01-13 02:40:29] [info] Processing campaign: Rust lolitofdez - Egolands 2
[2022-01-13 02:40:31] [info] campaign completed
[2022-01-13 02:40:31] [info] Processing campaign: Rust General drops - EL2
[2022-01-13 02:40:34] [info] campaign completed
[2022-01-13 02:40:34] [info] Processing campaign: Rust Auronplay - Egolands 2
[2022-01-13 02:40:35] [info] campaign completed
[2022-01-13 02:40:35] [info] No campaigns active/streams online. Checking again in 4.4 min.
[2022-01-13 02:41:18] [info] Updating drop campaigns...
[2022-01-13 02:41:19] [info] Found 60 campaigns.
[2022-01-13 02:41:19] [info] Found 13 pending campaigns.
[2022-01-13 02:41:19] [info] No campaigns active/streams online. Checking again in 3.7 min.
[2022-01-13 02:42:19] [info] Updating drop campaigns...
/app/dist/twitch_drops_bot.js:147
            logger_1.default.info('Found ' + campaigns.length + ' campaigns.');
                                                       ^

TypeError: Cannot read properties of null (reading 'length')
    at TwitchDropsBot.<anonymous> (/app/dist/twitch_drops_bot.js:147:56)
    at Generator.next (<anonymous>)
    at /app/dist/twitch_drops_bot.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/app/dist/twitch_drops_bot.js:4:12)
    at TwitchDropsWatchdog.<anonymous> (/app/dist/twitch_drops_bot.js:146:108)
    at TwitchDropsWatchdog.emit (node:events:390:28)
    at /app/dist/watchdog.js:34:26
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

Node.js v17.3.0
[2022-01-13 02:40:34] [info] Processing campaign: Rust Auronplay - Egolands 2
[2022-01-13 02:40:35] [debug] no more drops
[2022-01-13 02:40:35] [info] campaign completed
[2022-01-13 02:40:35] [debug] Finding next drop campaign...
[2022-01-13 02:40:35] [debug] final minlastdropcampaignchecktime: 1642041601410 time: 1642041635632
[2022-01-13 02:40:35] [info] No campaigns active/streams online. Checking again in 4.4 min.
[2022-01-13 02:40:35] [debug] waiting for waitNotify
[2022-01-13 02:41:18] [info] Updating drop campaigns...
[2022-01-13 02:41:19] [info] Found 60 campaigns.
[2022-01-13 02:41:19] [info] Found 13 pending campaigns.
[2022-01-13 02:41:19] [debug] done
[2022-01-13 02:41:19] [debug] Finding next drop campaign...
[2022-01-13 02:41:19] [debug] final minlastdropcampaignchecktime: 1642041601410 time: 1642041679966
[2022-01-13 02:41:19] [info] No campaigns active/streams online. Checking again in 3.7 min.
[2022-01-13 02:41:19] [debug] waiting for waitNotify
[2022-01-13 02:42:19] [info] Updating drop campaigns...

Broadcasters not working sometimes, view only listed streamers

So sometimes if i set my broadcasters the stream just wont load for them. Can't recreate it by now. I changed nothing and now it's working. Probably my wifi or something. Another thing is that it doest switch back to more preferred streamers. It only checks after the stream from the guy you don't wanna watch ended. Solution for this would be a timer that also auto reloads the broadcaster streams after the interval or just letting me activate broadcaster streams without activating "watch_streams_when_no_drop". First method would be probably nicer but if both get implemented that would be really nice. Thanks for keeping it updated. I really appreciate your work.

[BUG] Need to check if multi part reward has parts unavailable

[2021-08-26 17:45:34] [info] Processing campaign: World of Warships Update 0.10.7: Part 1
[2021-08-26 17:45:34] [info] Drop: Update 0.10.7 Mission #1
[2021-08-26 17:45:39] [info] Found 30 active streams
[2021-08-26 17:45:39] [info] Watching stream: https://www.twitch.tv/mrmacavity
[2021-08-26 17:45:40] [info] Waiting for page to load...
[2021-08-26 17:45:52] [info] Set stream to lowest quality
Watching stream |░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░| 0 / 90 minutes

image

API Error

Hey I get this error thrown in my console, it worked before but after updating the container I now get this:

2022-04-01 15:13:37.419599+00:00/app/dist/twitch.js:282
2022-04-01 15:13:37.419655+00:00throw new Error("API error: " + JSON.stringify(response.data, null, 4));
2022-04-01 15:13:37.419669+00:00^
2022-04-01 15:13:37.419677+00:002022-04-01T15:13:37.419677450Z
2022-04-01 15:13:37.419701+00:00Error: API error: {
2022-04-01 15:13:37.419710+00:00"errors": [
2022-04-01 15:13:37.419718+00:00{
2022-04-01 15:13:37.419726+00:00"message": "Variable "dropInstanceID" has invalid value null.\nExpected type "ID!", found null.",
2022-04-01 15:13:37.419762+00:00"locations": [
2022-04-01 15:13:37.419778+00:00{
2022-04-01 15:13:37.419787+00:00"line": 3925,
2022-04-01 15:13:37.419796+00:00"column": 3
2022-04-01 15:13:37.419805+00:00}
2022-04-01 15:13:37.419813+00:00]
2022-04-01 15:13:37.419828+00:00}
2022-04-01 15:13:37.419836+00:00],
2022-04-01 15:13:37.419845+00:00"extensions": {
2022-04-01 15:13:37.419854+00:00"durationMilliseconds": 2,
2022-04-01 15:13:37.419862+00:00"operationName": "DropsPage_ClaimDropRewards",
2022-04-01 15:13:37.419871+00:00"requestID": "01FZJV0SHS361CEGCZ3G1RM624"
2022-04-01 15:13:37.419885+00:00}
2022-04-01 15:13:37.419893+00:00}
2022-04-01 15:13:37.419902+00:00at Client. (/app/dist/twitch.js:282:19)
2022-04-01 15:13:37.419911+00:00at Generator.next ()
2022-04-01 15:13:37.419924+00:00at fulfilled (/app/dist/twitch.js:5:58)
2022-04-01 15:13:37.419951+00:00at processTicksAndRejections (node:internal/process/task_queues:96:5)
2022-04-01 15:13:37.419960+00:002022-04-01T15:13:37.419960782Z
2022-04-01 15:13:37.419969+00:00Node.js v17.8.0

Thanks in advance.

Counter stops working

image
Happens when the stream the bot watches ends. It stops counting the drop progress and wont watch new streams again. Using the newest version.

ERROR: Error: No node found for selector: [data-a-target="player-settings-menu-item-quality"]

Watching stream: https://www.twitch.tv/frtin
Setting stream quality to lowest available...
ERROR: Error: No node found for selector: [data-a-target="player-settings-menu-item-quality"]
at Object.assert (M:\Development\Twitch-Drops-Bot\node_modules\puppeteer\lib\cjs\puppeteer\common\assert.js:26:15)
at DOMWorld.click (M:\Development\Twitch-Drops-Bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:277:21)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async setLowestStreamQuality (M:\Development\Twitch-Drops-Bot\index.js:263:5)
at async watchStreamUntilDropCompleted (M:\Development\Twitch-Drops-Bot\index.js:202:5)
at async processCampaign (M:\Development\Twitch-Drops-Bot\index.js:364:17)
at async M:\Development\Twitch-Drops-Bot\index.js:616:17
Stream failed too many times. Giving up...

[Bug] can't log in

I am getting this error message:
[error] Failed to login. There was probably an extra verification step that this app didn't check for. A screenshot of the page will be saved to failed-login-screenshot-1644515619539.png and the page content will be saved to failed-login-html-1644515619539.html. Please create an issue on GitHub with both of these files.

But there is nothing unusual on that screenshot. Just twitch mainpage.

[error] Failed to read config file!

PS D:\bots\Twitch-Drops-Bot-master> node dist/index.js
[2021-12-27 08:52:22] [info] Loading config file: config.json
[2021-12-27 08:52:22] [error] Failed to read config file!
[2021-12-27 08:52:22] [error] Unexpected token c in JSON at position 20 SyntaxError: Unexpected token c in JSON at position 20
at JSON.parse ()
at ConfigurationParser.parse (D:\bots\Twitch-Drops-Bot-master\dist\configuration_parser.js:48:31)
at Object. (D:\bots\Twitch-Drops-Bot-master\dist\index.js:78:34)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47
PS D:\bots\Twitch-Drops-Bot-master>

what is that , and how i fix it ?

[2022-01-08 12:27:55] [info] allow: true
[2022-01-08 12:27:55] [info] chann: [object Object]
[2022-01-08 12:28:05] [info] allow: true
[2022-01-08 12:28:05] [info] chann: [object Object]
[2022-01-08 12:28:19] [info] allow: true
[2022-01-08 12:28:19] [info] chann: [object Object]
[2022-01-08 12:28:25] [info] allow: true
[2022-01-08 12:28:25] [info] chann: [object Object]
[2022-01-08 12:28:33] [info] allow: true
[2022-01-08 12:28:33] [info] chann: [object Object]
[2022-01-08 12:28:39] [info] allow: true
[2022-01-08 12:28:39] [info] chann: [object Object]
[2022-01-08 12:28:50] [info] allow: true
[2022-01-08 12:28:50] [info] chann: [object Object]
[2022-01-08 12:29:23] [info] allow: true
[2022-01-08 12:29:23] [info] chann: [object Object]
[2022-01-08 12:29:27] [info] allow: true
[2022-01-08 12:29:27] [info] chann: [object Object]
[2022-01-08 12:29:31] [info] allow: true
[2022-01-08 12:29:31] [info] chann: [object Object]

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

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

[Bug] Error watching stream

I got this error:
[2022-02-10 19:09:59] [info] Loading config file: config.json
[2022-02-10 19:10:00] [info] Restoring cookies from last session.
[2022-02-10 19:10:00] [info] Logged in as user
[2022-02-10 19:10:01] [info] Processing campaign: ...
[2022-02-10 19:10:01] [info] no active drops
[2022-02-10 19:10:01] [info] Processing campaign: ...
[2022-02-10 19:10:03] [info] Found 30 active streams
[2022-02-10 19:10:03] [info] Found 30 good streams
[2022-02-10 19:10:03] [info] Watching stream: stream1
[2022-02-10 19:10:33] [error] Error watching stream
[2022-02-10 19:10:33] [info] Watched stream for 0 minutes
[2022-02-10 19:10:33] [info] Found 30 active streams
[2022-02-10 19:10:33] [info] Found 30 good streams
[2022-02-10 19:10:33] [info] Watching stream: stream1
[2022-02-10 19:11:02] [info] Waiting for page to load...
[2022-02-10 19:11:18] [info] Set stream to lowest quality

What caused that error?

Track repeatable drops

image

Warframe Grab Bag can be collected 5 times. The stream ran 6am-7am my local time, here's my log:

[2021-09-15 05:54:10] [info] 1) Crowfall Crowfall Sept Drop 1
Watching https://www.twitch.tv/skykros | Viewers: 56 | Uptime: 5:49:03
Bloodfury Hellcat Mount ███████████████████░ 58 / 60 minutes
[2021-09-15 06:09:10] [info] Updating drop campaigns...
[2021-09-15 06:09:11] [info] Found 48 active campaigns.
[2021-09-15 06:09:11] [info] Found 2 pending campaigns.
[2021-09-15 06:09:11] [info] 0) Warframe Plague Star Grab Bag
[2021-09-15 06:09:11] [info] 1) Crowfall Crowfall Sept Drop 1
[2021-09-15 06:09:15] [info] Higher priority campaign found: Warframe Plague Sta
r Grab Bag
Watching https://www.twitch.tv/skykros | Viewers: 56 | Uptime: 5:49:09
Bloodfury Hellcat Mount ███████████████████░ 58 / 60 minutes
[2021-09-15 06:09:15] [info] Switching to higher priority stream
[2021-09-15 06:09:15] [info] Processing campaign: Warframe Plague Star Grab Bag
[2021-09-15 06:09:16] [info] Drop: Plague Star Grab Bag
[2021-09-15 06:09:19] [info] Found 1 active streams
[2021-09-15 06:09:19] [info] Watching stream: https://www.twitch.tv/warframe
[2021-09-15 06:09:20] [info] Waiting for page to load...
[2021-09-15 06:09:26] [info] Set stream to lowest quality
Watching https://www.twitch.tv/warframe | Viewers: 10830 | Uptime: 0:11:29
Plague Star Grab Bag ░░░░░░░░░░░░░░░░░░░░ 0 / 30 minutes
[2021-09-15 06:14:28] [warn] No progress was detected in the last 5 minutes!
[2021-09-15 06:14:28] [info] Found 1 active streams
[2021-09-15 06:14:28] [info] Watching stream: https://www.twitch.tv/warframe
[2021-09-15 06:14:33] [info] Waiting for page to load...
[2021-09-15 06:14:40] [info] Set stream to lowest quality
Watching https://www.twitch.tv/warframe | Viewers: 14330 | Uptime: 0:21:12
Plague Star Grab Bag █████████░░░░░░░░░░░ 14 / 30 minutes
[2021-09-15 06:24:11] [info] Updating drop campaigns...
[2021-09-15 06:24:12] [info] Found 48 active campaigns.
[2021-09-15 06:24:12] [info] Found 2 pending campaigns.
[2021-09-15 06:24:12] [info] 0) Warframe Plague Star Grab Bag
[2021-09-15 06:24:12] [info] 1) Crowfall Crowfall Sept Drop 1
Watching https://www.twitch.tv/warframe | Viewers: 17831 | Uptime: 0:36:12
Plague Star Grab Bag ███████████████████░ 28 / 30 minutes
[2021-09-15 06:39:12] [info] Updating drop campaigns...
[2021-09-15 06:39:13] [info] Found 48 active campaigns.
[2021-09-15 06:39:13] [info] Found 2 pending campaigns.
[2021-09-15 06:39:13] [info] 0) Warframe Plague Star Grab Bag
[2021-09-15 06:39:13] [info] 1) Crowfall Crowfall Sept Drop 1
Watching https://www.twitch.tv/warframe | Viewers: 17875 | Uptime: 0:37:38
Plague Star Grab Bag ████████████████████ 30 / 30 minutes
[2021-09-15 06:40:39] [info] Claiming drop!
[2021-09-15 06:40:39] [info] Processing campaign: Crowfall Crowfall Sept Drop 1
[2021-09-15 06:40:39] [info] Drop: Bloodfury Hellcat Mount
[2021-09-15 06:40:42] [info] Found 1 active streams
[2021-09-15 06:40:42] [info] Watching stream: https://www.twitch.tv/skykros
[2021-09-15 06:40:43] [info] Waiting for page to load...
[2021-09-15 06:40:50] [info] Set stream to lowest quality
Watching https://www.twitch.tv/skykros | Viewers: 55 | Uptime: 6:22:49
Bloodfury Hellcat Mount ████████████████████ 60 / 60 minutes
[2021-09-15 06:42:58] [info] Claiming drop!
[2021-09-15 06:42:58] [info] Sleeping for 15 minutes...
[2021-09-15 06:54:13] [info] Updating drop campaigns...
[2021-09-15 06:54:14] [info] Found 48 active campaigns.
[2021-09-15 06:54:14] [info] Found 0 pending campaigns.
[2021-09-15 06:57:58] [info] Sleeping for 15 minutes...
[2021-09-15 07:09:14] [info] Updating drop campaigns...
[2021-09-15 07:09:14] [info] Found 48 active campaigns.
[2021-09-15 07:09:14] [info] Found 0 pending campaigns.
[2021-09-15 07:12:58] [info] Sleeping for 15 minutes...

Bot watches stream for drop that is impossible to get

[2022-01-20 17:49:18] [info] Found 45 pending campaigns. Watching https://www.twitch.tv/forhonorgame | Viewers: 9891 | Uptime: 1:00:00 WD Reveal Jan SC2 ██████████░░░░░░░░░░ 31 / 60 minutes

The campaign ends at 18:15

Mac Chrome Path

This is not an issue, but rather a suggestion for people running this on Mac.
The first time I've ran it, it was pulling Chromium, which does not support Twitch's videos, hence it does not progress through the drops.
You need to change the browser parameter in the configuration file to your Chrome absolute path, like so:
"browser":"//Applications//Google Chrome.app//Contents//MacOS//Google Chrome"

Cant use auto login with 2FA + bad performance with raspberry pi

Hey, first of all thanks for the bot. I run it on my raspberry pi. But since the new update i cant put in the code for 2fa. I dont know what happened but its infinite loading. I had to remove it. Also the performance on my raspberry pi is really bad. Loading streams without the bot is no problem. But with the bot its often timing out.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.