rdavydov / 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.1k stars 324 forks source link

Mining points for only one channel when 2 added. #462

Closed kyogender768 closed 4 months ago

kyogender768 commented 4 months ago

Describe the bug

I added usernames of 2 cannels to mine points. But, it mines for only one channel. All this started to happen yesterday. Before that, It was working just fine. ps. Both of the channels remain lve for 24 hours a day. still....

Steps to reproduce

1 add two channels to main.py 2 let it run and see that channel points of only first channel is getting mined.

Expected behavior

image

Operating system

Windoes 10 latest build

Python version

3.11.3

Miner version

1.9.3

Other relevant software versions

No response

Logs

image image

Additional context

Please help me solve it : ) Thanks in advance Have a nice day ahed !!

rdavydov commented 4 months ago

Miner version 1.9.3

That is not correct. Your screenshots say different. Update to the latest version and try again.

rdavydov commented 4 months ago

Maybe you've been banned on thegiftingchannel? Are you able to collect points & chests via the browser there?

kyogender768 commented 4 months ago

Maybe you've been banned on thegiftingchannel? Are you able to collect points & chests via the browser there?

no no i have not been banned. Yes i can clain point chestes via browser.. Today the other channel got took down so i added a new channel after updating to the latest version.. Now it works just fine thanks !!!

Btw i got one suggestion.. When i run 2 seperate instances of youe project haveing 1 twitch account and diffrent channels, I can mine points for 4 diffrent channels like that.. :) Maybe you can use this and increase number of streams to mine at a time.

Thank you very much man !!! Have a nice day ahed ❤️

brunoshure commented 4 months ago

I also had the problem raised by OP a few days ago and it wasn't caused by a script bug or suspension, but rather the streamer in question disabled channel points altogether, which prompted the script to lurk on that channel without being able to collect any points.

I don't know if it's possible to implement a way in which the script skips channels who might have channel points disabled.

P.S.: I thought the file had to be named «run.py». Can you name it anything you want?