-
Notifications
You must be signed in to change notification settings - Fork 877
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
Better player error handling #6180
Merged
FreeTubeBot
merged 4 commits into
FreeTubeApp:development
from
absidue:better-player-errors
Nov 21, 2024
Merged
Better player error handling #6180
FreeTubeBot
merged 4 commits into
FreeTubeApp:development
from
absidue:better-player-errors
Nov 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
absidue
requested review from
PikachuEXE,
efb4f5ff-1298-471a-8973-3d47447115dc,
ChunkyProgrammer,
kommunarr and
MarmadileManteater
November 17, 2024 14:25
github-actions
bot
added
the
PR: waiting for review
For PRs that are complete, tested, and ready for review
label
Nov 17, 2024
Error :( VirtualBoxVM_btnuayIo5J.mp4
Looks to be working correctly VirtualBoxVM_kO3I1g2Niz.mp4 |
efb4f5ff-1298-471a-8973-3d47447115dc
added
PR: changes requested
and removed
PR: waiting for review
For PRs that are complete, tested, and ready for review
labels
Nov 17, 2024
absidue
added
PR: waiting for review
For PRs that are complete, tested, and ready for review
and removed
PR: changes requested
labels
Nov 19, 2024
Should be fixed now. |
still doesnt work :( VirtualBoxVM_yMdGa5Sefo.mp4 |
efb4f5ff-1298-471a-8973-3d47447115dc
added
PR: changes requested
and removed
PR: waiting for review
For PRs that are complete, tested, and ready for review
labels
Nov 19, 2024
Closed
6 tasks
absidue
added
PR: waiting for review
For PRs that are complete, tested, and ready for review
and removed
PR: changes requested
labels
Nov 20, 2024
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
Nov 20, 2024
PikachuEXE
approved these changes
Nov 21, 2024
ChunkyProgrammer
approved these changes
Nov 21, 2024
github-actions
bot
removed
the
PR: waiting for review
For PRs that are complete, tested, and ready for review
label
Nov 21, 2024
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Nov 24, 2024
* development: (273 commits) Translated using Weblate (Serbian) Translated using Weblate (Czech) Translated using Weblate (French) Translated using Weblate (German) Translated using Weblate (Spanish) Fix text colour in player overflow menu (FreeTubeApp#6213) Add warning message to proxy settings (FreeTubeApp#6099) Migrate SubscribedChannels view to Composition API (FreeTubeApp#6131) Translated using Weblate (Croatian) Translated using Weblate (English (United Kingdom)) Translated using Weblate (Afrikaans) Translated using Weblate (Afrikaans) Better player error handling (FreeTubeApp#6180) Translated using Weblate (Arabic) Translated using Weblate (Afrikaans) local API: Fix playlists and podcasts not appearing in search results (FreeTubeApp#6196) Translated using Weblate (Serbian) Translated using Weblate (Hungarian) Bump shaka-player from 4.11.11 to 4.12.1 (FreeTubeApp#6193) Translated using Weblate (French) ... # Conflicts: # src/renderer/views/SubscribedChannels/SubscribedChannels.js
Soham456
pushed a commit
to Soham456/FreeTube
that referenced
this pull request
Dec 5, 2024
* Better player error handling * Fix format switching * Fix legacy quality handling
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Better player error handling
Pull Request Type
Related issue
closes #6028
closes #6198
Probably also #6074
Description
This pull request makes various changes to the player error handling.
This can happen if the user is using a blocked IP and uses an Invidious instance far away from them without having
Proxy Videos Through Invidious
enabled. In that scenario YouTube will redirect you multiple times to give you a googlevideo server that is closer to your IP address and the last redirect will get a 403 from YouTube because of your blocked IP, this then results in RESPONSE_FILTER_ERROR -> RESPONSE_FILTER_ERROR -> RESPONSE_FILTER_ERROR -> BAD_HTTP_STATUS error chain. We have handling for BAD_HTTP_STATUS errors but we weren't getting to that before because we weren't looking at the original error.Testing
Desktop