Closed r0dok closed 1 year ago
I am having this problem whenever I am starting the script.
File "Twitch-Channel-Points-Miner-v2-master\run.py", line 74, in twitch_miner.mine( File "Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 150, in mine self.run(streamers=streamers, blacklist=blacklist, followers=followers) File "Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 236, in run self.twitch.load_channel_points_context(streamer) File "Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\classes\Twitch.py", line 420, in load_channel_points_context if response["data"]["community"] is None: KeyError: 'data'
I have not changed anything, just happened when I restarted the script after I had to reboot my computer
This is what I get when I debug the script in VS Code:
Exception has occurred: KeyError 'data' File "Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\classes\Twitch.py", line 420, in load_channel_points_context if response["data"]["community"] is None: File "Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 236, in run self.twitch.load_channel_points_context(streamer) File "Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 150, in mine self.run(streamers=streamers, blacklist=blacklist, followers=followers) File "Twitch-Channel-Points-Miner-v2-master\run.py", line 74, in twitch_miner.mine( KeyError: 'data'
This is what I get in the problems tab:
try take a look at https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2 Forked
Still having the same issue, although bit different now with the forked version
Getting the same issue since the past few days, nothing on my end changed.
I'm also getting this issue
Fixed in my fork https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am having this problem whenever I am starting the script.
I have not changed anything, just happened when I restarted the script after I had to reboot my computer
This is what I get when I debug the script in VS Code:
This is what I get in the problems tab: