fix: update @distube/ytdl-core to v4.16.12 to resolve YouTube decipher errors#1278
Open
BigFatherJesus wants to merge 3 commits intomuseofficial:masterfrom
Open
fix: update @distube/ytdl-core to v4.16.12 to resolve YouTube decipher errors#1278BigFatherJesus wants to merge 3 commits intomuseofficial:masterfrom
BigFatherJesus wants to merge 3 commits intomuseofficial:masterfrom
Conversation
…r errors - Updated @distube/ytdl-core from 4.16.10 to 4.16.12 - Fixes YouTube player script parsing issues causing stream URL failures - Resolves warnings about decipher function and n transform function parsing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Creates ghcr.io/BigFatherJesus/muse packages on push to master - Supports multi-architecture builds (amd64, arm64) - Uses GitHub Container Registry for easy Docker deployment - Includes build attestations for supply chain security 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
📦 🤖 A new release has been made for this pull request.To play around with this PR, pull Images are available for x86_64 and ARM64.
|
- Remove unused eslint-disable directive in add-query-to-queue.ts - Remove conflicting package-lock.json to use yarn consistently - Update @distube/ytdl-core using yarn to maintain lockfile consistency - All lint and type check errors resolved This ensures the CI pipeline passes and the Docker build uses the correct package manager.
|
It looks like |
1 task
|
already updated to latest version and i still get the same parsing errors |
Also having this issue with both versions. |
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.
Summary
@distube/ytdl-corefrom v4.16.10 to v4.16.12Problem
The bot was experiencing errors when trying to play YouTube content:
This was happening because YouTube changed their player scripts, breaking the decipher function parsing in the older version of
ytdl-core.Solution
Updated
@distube/ytdl-coreto the latest version (4.16.12) which includes updated parsing logic to handle YouTube's recent changes.Testing
--legacy-peer-depsfor compatibility)Dependencies
@distube/ytdl-corefrom^4.16.10to^4.16.12Fix done in collaboration with Claude AI.