synysterzv
synysterzv
DIAdiscord.js - Imagine an app
Created by synysterzv on 9/3/2023 in #djs-voice
Error streaming from IceCast server (Live Broadcast)
file:///home/syn/DungeonMaster/node_modules/@discordjs/voice/dist/index.mjs:1051
throw new Error("Cannot play a resource that has already ended.");
^

Error: Cannot play a resource that has already ended.
at AudioPlayer.play (file:///home/syn/DungeonMaster/node_modules/@discordjs/voice/dist/index.mjs:1051:13)
at attachRecorder (file:///home/syn/DungeonMaster/dist/commands/play.js:18:12)
at AudioPlayer.<anonymous> (file:///home/syn/DungeonMaster/dist/commands/play.js:13:9)
file:///home/syn/DungeonMaster/node_modules/@discordjs/voice/dist/index.mjs:1051
throw new Error("Cannot play a resource that has already ended.");
^

Error: Cannot play a resource that has already ended.
at AudioPlayer.play (file:///home/syn/DungeonMaster/node_modules/@discordjs/voice/dist/index.mjs:1051:13)
at attachRecorder (file:///home/syn/DungeonMaster/dist/commands/play.js:18:12)
at AudioPlayer.<anonymous> (file:///home/syn/DungeonMaster/dist/commands/play.js:13:9)
Im trying to play audio that is being streamed via IceCast and it plays for about a minute or so before it throws this error.
5 replies