Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitch videos don't play anymore on Raspberry 3 with LibreElec #613

Open
jk-85 opened this issue Jan 22, 2022 · 2 comments
Open

Twitch videos don't play anymore on Raspberry 3 with LibreElec #613

jk-85 opened this issue Jan 22, 2022 · 2 comments
Labels

Comments

@jk-85
Copy link

jk-85 commented Jan 22, 2022

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
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/router.py", line 297, in run
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/common/url_dispatcher.py", line 94, in dispatch
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/error_handling.py", line 32, in wrapper
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/router.py", line 157, in _play
play.route(twitch_api, seek_time, channel_id, video_id, slug, ask, use_player, quality, channel_name)
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/routes/play.py", line 88, in route
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/error_handling.py", line 89, in wrapper
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/common/cache.py", line 104, in memoizer
File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/api.py", line 339, in get_vod
File "/storage/.kodi/addons/script.module.python.twitch/resources/lib/twitch/parser.py", line 52, in m3u8_wrapper
File "/storage/.kodi/addons/script.module.python.twitch/resources/lib/twitch/api/usher.py", line 206, in video
2022-01-22 16:19:01.902 T:1368740736 DEBUG: onExecutionDone(40, /storage/.kodi/addons/plugin.video.twitch/resources/lib/addon_runner.py)
2022-01-22 16:19:02.160 T:1937080384 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.twitch/?video_id=v1263603659&mode=play]

@jk-85 jk-85 added the bug label Jan 22, 2022
@beigexperience
Copy link

everything gives 404 errors when trying to playback

@fossdd
Copy link

fossdd commented Feb 23, 2022

404 Errors happens due to Twitch API v5 shutdown. See the relevant issue: #615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants