( ・・)つ
DIAdiscord.js - Imagine an app
•Created by ( ・・)つ on 12/29/2023 in #djs-questions
Error Npm Install
Node: v18.17.0
$ npm list discord.js
[email protected] /home/ec2-user/Tsundere-Bot
└── (empty)
9 replies
DIAdiscord.js - Imagine an app
•Created by ( ・・)つ on 12/29/2023 in #djs-questions
Npm install error
Discord.js: 14.11
nodejs: 18.17.0
npm: 10.2.5
2 replies
DIAdiscord.js - Imagine an app
•Created by ( ・・)つ on 4/6/2023 in #djs-questions
"Could not extract stream for this track" err
Yesterday I tested some things from my bot, and today it just isn't working anymore the music part of it. Today I tried to go back to his version, and nothing works or stops giving the error.
Error:
const error = new Error("Could not extract stream for this track");
^
Error: Could not extract stream for this track
at GuildQueuePlayerNode.play (\Wolf-Project-New\node_modules\discord-player\dist\index.js:949:23)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Object.execute (\Wolf-Project-New\src\commands\play.js:87:29)
Version:
Discord.js: v14.7.1
Node.js: v17.0.1
npm: v8.1.0
2 replies
DIAdiscord.js - Imagine an app
•Created by ( ・・)つ on 4/6/2023 in #djs-voice
"Could not extract stream for this track" Err
Yesterday I tested some things from my bot, and today it just isn't working anymore the music part of it. Today I tried to go back to his version, and nothing works or stops giving the error.
Code:
results.playlist
? queue.addTrack(results.tracks)
: queue.addTrack(results.tracks[0]);
if (!queue.isPlaying()) await queue.node.play();
return message.react("👍");
Error:
const error = new Error("Could not extract stream for this track");
^
Error: Could not extract stream for this track
at GuildQueuePlayerNode.play (\Wolf-Project-New\node_modules\discord-player\dist\index.js:949:23)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Object.execute (\Wolf-Project-New\src\commands\play.js:87:29)
Version:
Discord.js: v14.7.1
Node.js: v17.0.1
npm: v8.1.02 replies
DIAdiscord.js - Imagine an app
•Created by ( ・・)つ on 4/5/2023 in #djs-questions
It is not being possible to send array?
7 replies