From 37504db631091a3cdd4ea6edf12453b45b0c307c Mon Sep 17 00:00:00 2001 From: "anton.veselov" <46574019+Opeth24@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:44:59 +0300 Subject: [PATCH 1/2] hotfix error fetching PlaybackAccessToken --- TwitchChannelPointsMiner/classes/Twitch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TwitchChannelPointsMiner/classes/Twitch.py b/TwitchChannelPointsMiner/classes/Twitch.py index bbfacee..a6b7d2a 100644 --- a/TwitchChannelPointsMiner/classes/Twitch.py +++ b/TwitchChannelPointsMiner/classes/Twitch.py @@ -487,8 +487,8 @@ class Twitch(object): "isLive": True, "isVod": False, "vodID": "", - # "playerType": "site" - "playerType": "picture-by-picture", + "playerType": "site" + # "playerType": "picture-by-picture", } # Get signature and value using the post_gql_request method From 1057587c26492a2a6d2ea0438335a6d63a9f3fa3 Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:27:52 +0300 Subject: [PATCH 2/2] 2.0.0 --- TwitchChannelPointsMiner/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwitchChannelPointsMiner/__init__.py b/TwitchChannelPointsMiner/__init__.py index 483aafb..b03a00d 100644 --- a/TwitchChannelPointsMiner/__init__.py +++ b/TwitchChannelPointsMiner/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "1.9.9" +__version__ = "2.0.0" from .TwitchChannelPointsMiner import TwitchChannelPointsMiner __all__ = [