Skip to content

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

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

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

bastimeyer
Copy link
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