You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: