Tkd-Alex / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.2k stars 640 forks source link

anyone got a clue whats my problems here? "TypeError: __init__() got an unexpected keyword argument 'console_username'" #651

Closed Kazushi-0 closed 1 year ago

Kazushi-0 commented 1 year ago

image

rdavydov commented 1 year ago

Seems like you're trying to use the runner file from my fork (which introduced a new option called console_username) with the old version that don't have such option. Am I right?

What version of the miner are you using? What link did you download it from?

Kazushi-0 commented 1 year ago

Im using a docker image to install it soo... bacisly the official one

Edited : if im using ur fork is there any docker image on ur latest releases version?

rdavydov commented 1 year ago

No, I don't currently use Docker. But you can always build one yourself.

This is not the first time people asking for a pre-built Docker image, so I will add this to my TODO list.