You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
PS C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2> python run.py
25/04 17:36:46 - 💣 Start session: '6974d9a1-48ff-45d5-836d-157d13c6d8bd'
25/04 17:36:46 - You'll have to login to Twitch!
Traceback (most recent call last):
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\run.py", line 78, in
25/04 17:36:47 - Unknown error: {'error': 'Please update your app to continue', 'error_code': 5023, 'error_description': 'client is not supported for this feature'}
twitch_miner.mine(
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 150, in mine
self.run(streamers=streamers, blacklist=blacklist, followers=followers)
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 168, in run
self.twitch.login()
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\classes\Twitch.py", line 56, in login
if self.twitch_login.login_flow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\classes\TwitchLogin.py", line 129, in login_flow
raise NotImplementedError(
NotImplementedError: Unknown TwitchAPI error code: 5023
To Reproduce
Steps to reproduce the behavior:
Go to 'cmd'
Write 'python run.py'
See error
Desktop (please complete the following information):
OS: Windows 11 pro 23h2
Python version 3.12.3
The text was updated successfully, but these errors were encountered:
Describe the bug
PS C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2> python run.py
25/04 17:36:46 - 💣 Start session: '6974d9a1-48ff-45d5-836d-157d13c6d8bd'
25/04 17:36:46 - You'll have to login to Twitch!
Traceback (most recent call last):
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\run.py", line 78, in
25/04 17:36:47 - Unknown error: {'error': 'Please update your app to continue', 'error_code': 5023, 'error_description': 'client is not supported for this feature'}
twitch_miner.mine(
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 150, in mine
self.run(streamers=streamers, blacklist=blacklist, followers=followers)
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\TwitchChannelPointsMiner.py", line 168, in run
self.twitch.login()
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\classes\Twitch.py", line 56, in login
if self.twitch_login.login_flow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\vrko3\Desktop\Twitch-Channel-Points-Miner-v2\TwitchChannelPointsMiner\classes\TwitchLogin.py", line 129, in login_flow
raise NotImplementedError(
NotImplementedError: Unknown TwitchAPI error code: 5023
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: