distubejs / example

An easy to use and customize discord music bot. Support YouTube, Spotify, SoundCloud, and 700+ more sites
https://distube.js.org
MIT License
149 stars 72 forks source link

Sign in problem #27

Open JohnDeereLiebhaber opened 1 month ago

JohnDeereLiebhaber commented 1 month ago

When I start the bot via a Hetzner Ubuntu server I get this error Unexpected error while playing song: Error: Sign in to confirm you’re not a bot at Object.exports.playError (/home/bots/PhantomMusik/node_modules/@distube/ytdl-core/lib/utils.js:164:12) at exports.getBasicInfo (/home/bots/PhantomMusik/node_modules/@distube/ytdl-core/lib/info.js:46:25) at processTicksAndRejections (node:internal/process/task_queues:95:5) Error: Sign in to confirm you're not a bot at Object.exports.playError (/home/bots/PhantomMusik/node_modules/@distube/ytdl-core/lib/utils.js:164:12) at exports.getBasicInfo (/home/bots/PhantomMusik/node_modules/@distube/ytdl-core/lib/info.js:46:25) at processTicksAndRejections (node:internal/process/task_queues:95:5) { name: 'PlayError' } When I start the bot via local PC it works as it should What can I do to make sure it runs on the server? Thanks in advance