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
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