📝 Description
When I /summon or /play, the bot joins the voice channel but it never answers the message, and it doesn't play any sound.


Some commands like /leave, /queue and /np get answered correctly

A few seconds after the message shows "the application did not respond", I can see a error log line appear in docker logs -f parrot that shows (I censored some ids just in case):
[DEBUG] Loading guild settings for UnavailableGuild { id: GuildId(***********), unavailable: true }
thread 'tokio-runtime-worker' (12) panicked at src/handlers/serenity.rs:379:14:
failed to create response: Serenity(Http(UnsuccessfulRequest(ErrorResponse { status_code: 404, url: "https://discord.com/api/v10/interactions/**********/************/callback", method: POST, error: DiscordJsonError { code: 10062, message: "Unknown interaction", errors: [] } })))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
🪜 Reproduction Steps
- Setup the bot
- Add the bot to a guild
- Join a voice channel
- Run
/summon command: the bot enters the voice channel, but after a few seconds, the message shows "the application did not respond" and the bot shows a panic in its logs
ℹ Environment / Computer Info
I'm running the bot from the docker image using:
docker run -d --env-file .env --restart unless-stopped --name parrot ghcr.io/aquelemiguel/parrot:main
And I added the bot to my guild following both the automatic and the manual steps:
https://github.com/aquelemiguel/parrot/wiki/Create-Your-Discord-Bot#inviting-your-bot
I also tried building the docker image from source and giving the bot role administrator permissions in the guild.
- Parrot version:
1.6.0 (main branch)
- Operating System:
NixOS (docker)
📸 Screenshots
No response
📝 Description
When I



/summonor/play, the bot joins the voice channel but it never answers the message, and it doesn't play any sound.Some commands like
/leave,/queueand/npget answered correctlyA few seconds after the message shows "the application did not respond", I can see a error log line appear in
docker logs -f parrotthat shows (I censored some ids just in case):🪜 Reproduction Steps
/summoncommand: the bot enters the voice channel, but after a few seconds, the message shows "the application did not respond" and the bot shows a panic in its logsℹ Environment / Computer Info
I'm running the bot from the docker image using:
docker run -d --env-file .env --restart unless-stopped --name parrot ghcr.io/aquelemiguel/parrot:mainAnd I added the bot to my guild following both the automatic and the manual steps:
https://github.com/aquelemiguel/parrot/wiki/Create-Your-Discord-Bot#inviting-your-bot
I also tried building the docker image from source and giving the bot role administrator permissions in the guild.
1.6.0 (main branch)NixOS (docker)📸 Screenshots
No response