Closed whyphyrl closed 1 year ago
And what did you enter when it asked for the 2FA code?
Probably the easiest solution for you is to not use Docker to enter the 2FA code.
C:\Users\NVME-PC.DESKTOP-NLUGAJU\Downloads\NeuerOrdner\Twitch-Channel-Points-Miner-v2>python run.py
When i start it without docker i get this error
C:\Users\NVME-PC.DESKTOP-NLUGAJU\Downloads\NeuerOrdner\Twitch-Channel-Points-Miner-v2>python run.py
Traceback (most recent call last):
File "C:\Users\NVME-PC.DESKTOP-NLUGAJU\Downloads\NeuerOrdner\Twitch-Channel-Points-Miner-v2\run.py", line 5, in
C:\Users\NVME-PC.DESKTOP-NLUGAJU\Downloads\NeuerOrdner\Twitch-Channel-Points-Miner-v2>
pip install -r requirements.txt
and only then
python run.py
thx ok got it working (the normal version), trying now the docker version and i got a question xd does the function work with collecting drops? cause that would be the main reason to use this bot :/
It is not a bot, it is a channel points miner, make no mistake about that.
I don't collect drops, so I can't say for sure. Many people are using this miner, so far no complains about it not collecting drops.
Yeah so lets say it farms the Channel Points does it mean it wachtes the stream? cause that would mean that it gains drop progres and if the bot claims it it would be perfect
but another question i got more then 40 twitch acc's is there an multi acc support? or can i create multiple run,py files each for one acc? does this work?
It is not a bot, it is a channel points miner, make no mistake about that.
I don't collect drops, so I can't say for sure. Many people are using this miner, so far no complains about it not collecting drops.
The 50-point bonus it's been around 2 weeks since is not collecting anymore.
Yeah so lets say it farms the Channel Points does it mean it wachtes the stream? cause that would mean that it gains drop progres and if the bot claims it it would be perfect
but another question i got more then 40 twitch acc's is there an multi acc support? or can i create multiple run,py files each for one acc? does this work?
It will work, I'm using and no problems with that.
can i create multiple run,py files each for one acc? does this work?
Yes.
When starting the container i revcieve an error after i get the 2 factor code
Desktop:
Log
C:\Users\NVME-PC.DESKTOP-NLUGAJU\Downloads\NeuerOrdner\Twitch-Channel-Points-Miner-v2>docker run -v C:\Users\NVME-PC.DESKTOP-NLUGAJU\Downloads\NeuerOrdner\Twitch-Channel-Points-Miner-v2\run.py:/usr/src/app/run.py:ro rdavidoff/twitch-channel-points-miner-v2 07/12/22 19:11:24 - INFO - [init]: Twitch Channel Points Miner v2-1.5.3 (fork by rdavydov) 07/12/22 19:11:24 - INFO - [init]: https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2 07/12/22 19:11:24 - INFO - [run]: 💣 Start session: 'a324239c-3827-4f93-b95b-e52b1dbcd3eb' 07/12/22 19:11:24 - INFO - [login_flow]: You'll have to login to Twitch! Please enter the 6-digit code sent to g*@l.xyz: Traceback (most recent call last): 07/12/22 19:11:24 - INFO - [login_flow]: Login Verification code required. File "/usr/src/app/run.py", line 82, in
twitch_miner.mine(
File "/usr/src/app/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py", line 173, in mine
self.run(streamers=streamers, blacklist=blacklist, followers=followers)
File "/usr/src/app/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py", line 191, in run
self.twitch.login()
File "/usr/src/app/TwitchChannelPointsMiner/classes/Twitch.py", line 87, in login
if self.twitch_login.login_flow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/TwitchChannelPointsMiner/classes/TwitchLogin.py", line 117, in login_flow
twofa = input(
^^^^^^
EOFError: EOF when reading a line
.