We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to play a youtube video with the "/play" command, this error occurs.
All other commands work fine, all dependencies are installed.
[2023-09-20T23:14:21Z INFO cadency_core::handler::command] 🚀 Start Cadency Discord Bot [2023-09-20T23:14:21Z INFO cadency_core::handler::command] ⏳ Started to submit commands, please wait... [2023-09-20T23:15:02Z INFO cadency_core::handler::command] ✅ Application commands submitted [2023-09-20T23:31:59Z INFO cadency_core::handler::command] ⚡ Execute 'play' command [2023-09-20T23:32:01Z ERROR cadency_commands::play] ❌ Failed to add song to queue: Exec format error (os error 8) [2023-09-20T23:32:01Z ERROR cadency_core::handler::command] ❌ Command execution failed: Command { message: ":x: Couldn't add audio source to the queue!" } [2023-09-20T23:32:52Z INFO cadency_core::handler::command] ⚡ Execute 'urban' command [2023-09-20T23:32:53Z INFO cadency_core::handler::command] ✅ Command 'urban' was successful
The text was updated successfully, but these errors were encountered:
Sorry for my late reply on this @MikelC001 . I'll probably have more time to look into this in december.
Sorry, something went wrong.
jontze
No branches or pull requests
When trying to play a youtube video with the "/play" command, this error occurs.
All other commands work fine, all dependencies are installed.
The bot is running on Ubuntu 20.04.6 arm64 vps
[2023-09-20T23:14:21Z INFO cadency_core::handler::command] 🚀 Start Cadency Discord Bot
[2023-09-20T23:14:21Z INFO cadency_core::handler::command] ⏳ Started to submit commands, please wait...
[2023-09-20T23:15:02Z INFO cadency_core::handler::command] ✅ Application commands submitted
[2023-09-20T23:31:59Z INFO cadency_core::handler::command] ⚡ Execute 'play' command
[2023-09-20T23:32:01Z ERROR cadency_commands::play] ❌ Failed to add song to queue: Exec format error (os error 8)
[2023-09-20T23:32:01Z ERROR cadency_core::handler::command] ❌ Command execution failed: Command { message: ":x: Couldn't add audio source to the queue!" }
[2023-09-20T23:32:52Z INFO cadency_core::handler::command] ⚡ Execute 'urban' command
[2023-09-20T23:32:53Z INFO cadency_core::handler::command] ✅ Command 'urban' was successful
The text was updated successfully, but these errors were encountered: