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

@distube/ytdl-core is out of date #1163

Open
DaanSelen opened this issue Dec 10, 2024 · 5 comments · May be fixed by #1180
Open

@distube/ytdl-core is out of date #1163

DaanSelen opened this issue Dec 10, 2024 · 5 comments · May be fixed by #1180
Labels

Comments

@DaanSelen
Copy link

What's happening?
@distube/ytdl-core is out of date warning that a dependency is out of date.

The line here references it:

"@distube/ytdl-core": "^4.14.4",

Logs

WARNING: @distube/ytdl-core is out of date! Update with "npm install @distube/ytdl-core@latest".

Screenshots
image

Additional context
Just rolled out the bot.

Runtime
I'm running Muse:
On a Kubernetes Cluster with MetalLB and Calico.

Versions

  • Muse: 2.10.0 built on 11/4/2024 (commit 716d6d9)
  • OS: Debian 12
@ThomasHineXYZ
Copy link

I noticed this when going through my server logs earlier today.

@aaddyy227
Copy link

Or just: docker run -it
-v "$(pwd)/data":/data
-e DISCORD_TOKEN='MTE3OTkyMzI4MzE2NTA1Mjk2OQ.Gn8rZo.uxfTq4JniCx6ge3bj99SM3ayN4oDbHlXplJCus'
-e SPOTIFY_CLIENT_ID=''
-e SPOTIFY_CLIENT_SECRET=''
-e YOUTUBE_API_KEY='AIzaSyAUooiQojkMZcWVkWj4HWr-7Ujaqg6lHQs'
--entrypoint sh
ghcr.io/museofficial/muse:latest -c "npm install @distube/ytdl-core@latest && node dist/scripts/migrate-and-start.js"

@DaanSelen
Copy link
Author

Yes if there is no penalty we can also create a PR and get it into main. Then it would be fixed for all.

@arty01238
Copy link

Yes if there is no penalty we can also create a PR and get it into main. Then it would be fixed for all.

Did you ever find out if there's a penalty for it? Or does it work? Because I have thought about doing the update as it's minorly annoying to see an "error" at the end of all the pretty text saying it works fine.

@Zereah
Copy link

Zereah commented Dec 25, 2024

Or just: docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='MTE3OTkyMzI4MzE2NTA1Mjk2OQ.Gn8rZo.uxfTq4JniCx6ge3bj99SM3ayN4oDbHlXplJCus' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='AIzaSyAUooiQojkMZcWVkWj4HWr-7Ujaqg6lHQs' --entrypoint sh ghcr.io/museofficial/muse:latest -c "npm install @distube/ytdl-core@latest && node dist/scripts/migrate-and-start.js"

Might wanna edit your reply to remove your actual Discord Token and YT API Key from being viewable by anybody who visits this thread. It's the equivalent of leaving your car unlocked and hoping nobody steals it or damages it when you're not looking.

@Codixer Codixer linked a pull request Dec 29, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants