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.21k stars 673 forks source link

passport.twitch.tv/login : HTTP 400 ERROR #698

Open khl3o opened 1 year ago

khl3o commented 1 year ago

Hello,

I tried to run the script but I have the following error:

03/02/23 15:12:38 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): raw.githubusercontent.com:443
03/02/23 15:12:38 - DEBUG - urllib3.connectionpool - [_make_request]: https://raw.githubusercontent.com:443 "GET /Tkd-Alex/Twitch-Channel-Points-Miner-v2/master/TwitchChannelPointsMiner/__init__.py HTTP/1.1" 200 125
03/02/23 15:12:38 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [run]: Start session: 'dc4c4680-e41f-4744-bece-587d86bebfcb'
03/02/23 15:12:38 - INFO - TwitchChannelPointsMiner.classes.TwitchLogin - [login_flow]: You'll have to login to Twitch!
03/02/23 15:12:38 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): passport.twitch.tv:443
03/02/23 15:12:38 - DEBUG - urllib3.connectionpool - [_make_request]: https://passport.twitch.tv:443 "POST /login HTTP/1.1" 400 127
03/02/23 15:12:38 - ERROR - TwitchChannelPointsMiner.classes.TwitchLogin - [login_flow]: Unknown error: {'error': 'Please update your app to continue', 'error_code': 5023, 'error_description': 'client is not supported for this feature'}

The login request seems to return a 400 error code, do you know why ?

TacoDelPaco commented 1 year ago

I had the same problem, found this: https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/issues/673

đź« 

rdavydov commented 1 year ago

Fixed in my fork https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2