plugin.video.twitch
plugin.video.twitch copied to clipboard
Twitch videos don't play anymore on Raspberry 3 with LibreElec
I tried to play past broadcasts from "DogeDashTrainer", these are free so twitch-plugin should access them, but since some weeks I got this. I use Raspberry 3 with LibreElec and Kodi 9.2.8 and Twitch plugin v2.5.11
I hope this information is enough:
2022-01-22 16:19:01.595 T:1368740736 DEBUG: script.module.python.twitch: POST QUERY: url: |https://gql.twitch.tv/gql|, params: |{}|, data: |[{'query': 'query PlaybackAccessToken_Template($login: String!, $isLive: Boolean!, $vodID: ID!, $isVod: Boolean!, $playerType: String!) { streamPlaybackAccessToken(channelName: $login, params: {platform: "web", playerBackend: "mediaplayer", playerType: $playerType}) @include(if: $isLive) { value signature __typename } videoPlaybackAccessToken(id: $vodID, params: {platform: "web", playerBackend: "mediaplayer", playerType: $playerType}) @include(if: $isVod) { value signature __typename }}', 'variables': {'isLive': False, 'vodID': u'1263603659', 'login': '', 'playerType': 'site', 'isVod': True}, 'operationName': 'PlaybackAccessToken_Template'}]|, headers: |{'Client-ID': '', 'Authorization': 'OAuth ***********'}|, target_func: |vod_token|
2022-01-22 16:19:01.596 T:1368740736 DEBUG: script.module.python.twitch: Downloading: |https://gql.twitch.tv/gql|
2022-01-22 16:19:01.892 T:1368740736 DEBUG: script.module.python.twitch: url: |https://gql.twitch.tv/gql| parameters: |{}|
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/addon_runner.py", line 15, in
everything gives 404 errors when trying to playback
404 Errors happens due to Twitch API v5 shutdown. See the relevant issue: #615