Problem
Posted by afkbotmi in discord-bots.
Hey Wispbyte Support! 👋 I'm running a Discord music bot (Node.js / discord.js / distube) on the FREE EU RO 06 node, and I'm facing two issues: 1. Blocked NPM Install Scripts: When the server starts, npm install blocks essential audio packages. The console shows npm warn install scripts 3 packages had install scripts blocked: npm warn install scripts ffmpeg [email protected] npm warn install scripts @discordjs/[email protected] npm warn install scripts @distube/yt [email protected] How can I allow these scripts to run so the packages install correctly? 2. Voice Connection Timeout: When the bot tries to join a VC, it disconnects after 30 seconds with this error: DisTubeError [VOICE CONNECT FAILED]: Cannot connect to the voice channel after 30 seconds The bot has the correct Discord permissions. Are UDP ports required for Discord voice blocked on this free node? Any help would be appreciated, thanks!