Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plugins.steam: fix missing CDN auth URL params#5222

Merged
gravyboat merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/steam/fix-cdn-auth
Mar 6, 2023
Merged

plugins.steam: fix missing CDN auth URL params#5222
gravyboat merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/steam/fix-cdn-auth

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

CDN auth data is only required at certain times of the day, and if missing, DASH segment requests result in a 403 response.

Also remove retry-loop with time.sleep() calls when trying to access a stream while it's in the waiting state. Just return None and let the user try again on their own.


Fixes #5219

CDN auth data is only required at certain times of the day,
and if missing, DASH segment requests result in a 403 response.

Also remove retry-loop with `time.sleep()` calls when trying to access
a stream while it's in the waiting state. Just return `None` and let
the user try again on their own.
@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Mar 6, 2023
@gravyboat gravyboat merged commit ff65487 into streamlink:master Mar 6, 2023
@bastimeyer bastimeyer deleted the plugins/steam/fix-cdn-auth branch March 6, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin issue A Plugin does not work correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

plugins.steam: DASH segment requests missing token query-string parameter, sometimes leading to 403 error

2 participants