skick1234 / DisTube

A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.
https://distube.js.org
MIT License
422 stars 95 forks source link

bot finds a song then leaves #315

Closed V1K1NGbg closed 11 months ago

V1K1NGbg commented 11 months ago

Please describe your problem in as much detail as possible: the title says it all: That is what I get:

:musical_note: - Added to the queue! :musical_note: - Good Bye! :musical_note: - Finished queue!

and no errors! Further information:

"dependencies": { "@discordjs/opus": "^0.9.0", "@discordjs/voice": "^0.16.0", "@distube/spotify": "^1.5.1", "@distube/yt-dlp": "^1.1.3", "@distube/ytdl-core": "^4.13.2", "@distube/ytpl": "^1.2.1", "@distube/ytsr": "^1.2.0", "discord.js": "^14.13.0", "distube": "^4.1.0", "eslint-config-prettier": "^9.0.0", "libsodium-wrappers": "^0.7.13", "node-mcstatus": "^1.1.0" }

V1K1NGbg commented 11 months ago

I have ffmpeg installed as an apt package

V1K1NGbg commented 11 months ago

apperantly it is an issue with ubuntu and that solves it npm uninstall ffmpeg-static npm ci --no-optional npm update