Tomato6966 / Musicium

An advanced Discord Music Bot with a Dashboard, using distube.js.org having an interactive button & menu system and many features! Supported Features: Spotify • YouTube • SoundCloud • Live Stream • Audio Filtering • DJ Roles • Autoplay • Autoresume • Dashboard + Live Queue • ...
https://musicium.eu
GNU General Public License v2.0
299 stars 310 forks source link

playing error #132

Closed Araci-co closed 2 years ago

Araci-co commented 2 years ago

An error encountered: PlayingError: Error: Cannot find module '@discordjs/opus' Require stack:

Araci-co commented 2 years ago

An error encountered: PlayingError: Status code: 429 Id: wdClnT6AOSo Name: Amir Tataloo - Ghafas

Araci-co commented 2 years ago

fixex by adding this to package.jason { "dependencies": { "@discordjs/builders": "^0.9.0", "@discordjs/opus": "^0.6.0", "@discordjs/voice": "^0.7.5", "@distube/soundcloud": "^1.0.0", "@distube/spotify": "^1.0.0", "@ksoft/api": "^3.1.9", "body-parser": "^1.19.0", "colors": "^1.4.0", "cpu-stat": "^2.0.1", "discord.js": "^13.3.1", "distube": "^3.0.3", "ejs": "^3.1.6", "enmap": "^5.8.7", "express": "^4.17.1", "express-session": "^1.17.2", "ffmpeg-static": "^4.4.0", "http": "^0.0.1-security", "https-proxy-agent": "^5.0.0", "libsodium-wrappers": "^0.7.9", "memorystore": "^1.6.6", "os": "^0.1.2", "passport": "^0.5.0", "passport-discord": "^0.1.4", "session": "^0.1.0", "url": "^0.11.0" }, "name": "musicium_r8_dashboard", "description": "An advanced Discord Music Bot with a Dashboard, using distube.js.org having an interactive button & menu system and many features! Supported Features: Spotify • YouTube • SoundCloud • Live Stream • Audio Filtering • DJ Roles • Autoplay • Autoresume • Dashboard + Live Queue • ...", "version": "8.1.0", "main": "index.js", "devDependencies": {}, "scripts": { "test": "node index.js", "start": "node index.js" } }