Fix video playback by using video ID bound poToken#8137
Merged
FreeTubeBot merged 2 commits intoFreeTubeApp:developmentfrom Oct 15, 2025
Merged
Fix video playback by using video ID bound poToken#8137FreeTubeBot merged 2 commits intoFreeTubeApp:developmentfrom
FreeTubeBot merged 2 commits intoFreeTubeApp:developmentfrom
Conversation
efb4f5ff-1298-471a-8973-3d47447115dc
previously approved these changes
Oct 15, 2025
Closed
7 tasks
MarmadileManteater
previously approved these changes
Oct 15, 2025
probably needs changes see dev chat
absidue
approved these changes
Oct 15, 2025
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
Oct 15, 2025
1 task
1 task
kommunarr
approved these changes
Oct 15, 2025
efb4f5ff-1298-471a-8973-3d47447115dc
pushed a commit
to efb4f5ff-1298-471a-8973-3d47447115dc/FreeTube
that referenced
this pull request
Oct 15, 2025
* ! Fix video playback by using video ID bound poToken * Clean up now unused session PO token code --------- Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Oct 16, 2025
* development: Bump package version from 0.23.11 to 0.23.12 (FreeTubeApp#8138) Add error handling to the deciphering code (FreeTubeApp#8139) Fix video playback by using video ID bound poToken (FreeTubeApp#8137) Hide subscriptions wrapper on mobile and center bottom SideNav items (FreeTubeApp#8133) ! Fix sigFrameScript on dev in windows (FreeTubeApp#8134) Translated using Weblate (Estonian) Bump github/codeql-action from 3 to 4 (FreeTubeApp#8124) Translated using Weblate (Welsh) Bump mikefarah/yq from 4.47.2 to 4.48.1 (FreeTubeApp#8123) Bump stefanzweifel/git-auto-commit-action from 6 to 7 (FreeTubeApp#8125) Bump package version from 0.23.10 to 0.23.11 (FreeTubeApp#8126) # Conflicts: # src/renderer/helpers/api/local.js
|
Thanks for the fix! |
5 tasks
PikachuEXE
added a commit
to NishPatel101/FreeTube
that referenced
this pull request
Oct 21, 2025
* development: (88 commits) Bump the eslint group with 4 updates (FreeTubeApp#8158) Translated using Weblate (German) Bump shaka-player from 4.16.4 to 4.16.6 (FreeTubeApp#8167) Bump marked from 16.4.0 to 16.4.1 (FreeTubeApp#8159) Bump electron from 38.2.2 to 38.3.0 (FreeTubeApp#8161) Bump actions/setup-node from 5 to 6 (FreeTubeApp#8162) Bump youtubei.js from 16.0.0 to 16.0.1 (FreeTubeApp#8163) Translated using Weblate (Persian) Translated using Weblate (Czech) Translated using Weblate (Bulgarian) Add missing IS_ELECTRON and SUPPORTS_LOCAL_API checks (FreeTubeApp#8147) Simplify the NATIVE_THEME_UPDATE event handler (FreeTubeApp#8140) Bump package version from 0.23.11 to 0.23.12 (FreeTubeApp#8138) Add error handling to the deciphering code (FreeTubeApp#8139) Fix video playback by using video ID bound poToken (FreeTubeApp#8137) Hide subscriptions wrapper on mobile and center bottom SideNav items (FreeTubeApp#8133) ! Fix sigFrameScript on dev in windows (FreeTubeApp#8134) Translated using Weblate (Estonian) Bump github/codeql-action from 3 to 4 (FreeTubeApp#8124) Translated using Weblate (Welsh) ...
FineFindus
added a commit
to FineFindus/LibreTube
that referenced
this pull request
Oct 29, 2025
YouTube switched to using content-bound poToken, i.e. the poToken is generated for each video using the video's ID. This fixes issues, where the server would respond with 403, as the previously generated poToken was no longer valid. Ref: FreeTubeApp/FreeTube#8137
This was referenced Dec 14, 2025
FineFindus
added a commit
to libre-tube/LibreTube
that referenced
this pull request
Dec 23, 2025
YouTube switched to using content-bound poToken, i.e. the poToken is generated for each video using the video's ID. This fixes issues, where the server would respond with 403, as the previously generated poToken was no longer valid. Ref: FreeTubeApp/FreeTube#8137
dhanuarf
pushed a commit
to dhanuarf/LibreTube
that referenced
this pull request
Jan 15, 2026
YouTube switched to using content-bound poToken, i.e. the poToken is generated for each video using the video's ID. This fixes issues, where the server would respond with 403, as the previously generated poToken was no longer valid. Ref: FreeTubeApp/FreeTube#8137
This file contains hidden or 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
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.
Pull Request Type
Related issue
Description
It seem 403 occurs again due to YT switching to video bound poToken (instead of visitorData bound poToken)
This PR just makes local API use former for all stuff now (the latter is no longer used)
Screenshots
Testing
Desktop
Additional context