You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I deployed the bot on Northflank using this guide with the free plan. It worked for a few months, but now it joins the voice channel, doesn't say anything and leaves after about 20 seconds. In the logs, when I try to play something it says that ytdl-core is out of date and to run npm install @distube/ytdl-core@latest to update. I tried putting that command in the shell screen but it still didn't work. I attached a picture of the shell screen with the command.
Thanks for any help!
Here's the logs:
2024-08-01T18:37:02.800266623Z stdout F [2024-08-01T18:37:02Z INFO ] Successfully fetched environment variables.
2024-08-01T18:37:02.800269157Z stdout F [2024-08-01T18:37:02Z INFO ] Starting container entrypoint...
2024-08-01T18:37:02.900962811Z stderr F [WARN tini (2)] Tini is not running as PID 1 and isn't registered as a child subreaper.
2024-08-01T18:37:02.901004359Z stderr F Zombie processes will not be re-parented to Tini, so zombie reaping won't work.
2024-08-01T18:37:02.901012555Z stderr F To fix the problem, use the -s option or set the environment variable TINI_SUBREAPER to register Tini as a child subreaper, or run Tini as PID 1.
2024-08-01T18:37:15.531376777Z stdout F ========================================
2024-08-01T18:37:15.531413285Z stdout F ========================================
2024-08-01T18:37:15.531418776Z stdout F ================= muse =================
2024-08-01T18:37:15.53142109Z stdout F ========================================
2024-08-01T18:37:15.531425639Z stdout F =========== Made with 🎶 by ============
2024-08-01T18:37:15.531430057Z stdout F ==== https://github.com/codetheweb =====
2024-08-01T18:37:15.531435277Z stdout F ========================================
2024-08-01T18:37:15.531440086Z stdout F ========================================
2024-08-01T18:37:15.531444194Z stdout F
2024-08-01T18:37:15.531448592Z stdout F Running version 2.9.0 built on 7/18/2024 (commit 94c24263ba58057e3fa4023339541aae0fc2487b)
2024-08-01T18:37:15.531457649Z stdout F
2024-08-01T18:37:15.531462117Z stdout F 🔧 Need help? https://github.com/codetheweb/muse/discussions/new
2024-08-01T18:37:15.531467167Z stdout F 🐛 Bug? https://github.com/codetheweb/muse/issues/new
2024-08-01T18:37:15.531471325Z stdout F ✨ New feature? https://github.com/codetheweb/muse/issues/new
2024-08-01T18:37:15.531484499Z stdout F ☕ Discussion? https://github.com/codetheweb/muse/discussions/new
2024-08-01T18:37:15.531489609Z stdout F 💰 Help me? https://github.com/sponsors/codetheweb
2024-08-01T18:37:15.531493827Z stdout F
2024-08-01T18:37:15.531497735Z stdout F
2024-08-01T18:37:15.533246954Z stderr F - Applying database migrations...
2024-08-01T18:37:21.72436904Z stderr F ✔ Database migrations applied.
2024-08-01T18:37:22.228486638Z stderr F - 📡 connecting to Discord...
2024-08-01T18:37:23.554791362Z stderr F ✔ Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=1268634822377734154&scope=bot%20applications.commands&permissions=36700160
2024-08-01T18:38:19.907053652Z stderr F WARNING: @distube/ytdl-core is out of date! Update with "npm install @distube/ytdl-core@latest".
2024-08-01T18:38:21.017113475Z stderr F WARNING: Could not parse n transform function.
2024-08-01T18:38:21.017161877Z stderr F Please report this issue with the "1722537501011-base.js" file on https://github.com/distubejs/ytdl-core/issues.```
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys, I deployed the bot on Northflank using this guide with the free plan. It worked for a few months, but now it joins the voice channel, doesn't say anything and leaves after about 20 seconds. In the logs, when I try to play something it says that
ytdl-core
is out of date and to runnpm install @distube/ytdl-core@latest
to update. I tried putting that command in the shell screen but it still didn't work. I attached a picture of the shell screen with the command.Thanks for any help!
Here's the logs:
Beta Was this translation helpful? Give feedback.
All reactions