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

Save the playlist if a non-fatal error is encountered #251

Merged
merged 3 commits into from
Dec 2, 2023
Merged

Conversation

NikkelM
Copy link
Owner

@NikkelM NikkelM commented Dec 2, 2023

Closes #244

Some errors can be classified as 'Bad Request', e.g. bad shuffle filters for the current channel.
In these cases, the playlist that was fetched is still valid, so we can save it locally/upload it to the database.

@coveralls
Copy link
Collaborator

coveralls commented Dec 2, 2023

Pull Request Test Coverage Report for Build 7070909213

  • 102 of 108 (94.44%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.04%) to 93.889%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/shuffleVideo.js 97 103 94.17%
Totals Coverage Status
Change from base Build 7070755235: -0.04%
Covered Lines: 1352
Relevant Lines: 1440

💛 - Coveralls

@NikkelM NikkelM merged commit 4e496ff into main Dec 2, 2023
2 checks passed
@NikkelM NikkelM deleted the handle-ryv-6b branch December 2, 2023 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Playlist is not saved if it was fetched, shorts are ignored, and only shorts are uploaded
2 participants