muse icon indicating copy to clipboard operation
muse copied to clipboard

Bot disconnects even with queue empties delay = 0 with new announce next song feature

Open DeadlyVirez opened this issue 11 months ago • 1 comments

What's happening? On version 2.5.0 the bot accepted the setting (queue empties delay) and didn't disconnect, but now it seems, that with the new announce setting, that the bot disconnects after every song.

Logs

muse-1  | 2024-03-09T14:10:21.379Z muse [WS => Shard 0] Heartbeat acknowledged, latency of 126ms.
muse-1  | 2024-03-09T14:10:21.522Z muse [VOICE] received voice state update: {"member":{"user":{"username":"Muse","public_flags":0,"id":"1139227801912889394","global_name":null,"display_name":null,"discriminator":"6772","bot":true,"avatar_decoration_data":null,"avatar":"9d438f14376318d34f4734cf1fd06c59"},"roles":["1139232055100706979"],"premium_since":null,"pending":false,"nick":null,"mute":false,"joined_at":"2023-08-10T16:21:27.910000+00:00","flags":0,"deaf":false,"communication_disabled_until":null,"avatar":null},"user_id":"1139227801912889394","suppress":false,"session_id":"0b09431c75315d124fe2fc04e084aebe","self_video":false,"self_mute":false,"self_deaf":true,"request_to_speak_timestamp":null,"mute":false,"guild_id":"180816944570695680","deaf":false,"channel_id":null}

Screenshots If applicable, add screenshots to help explain your problem.

Additional context I've configured the bot with /config set-auto-announce-next-song value: true and /config set-wait-after-queue-empties delay: 0

Runtime I'm running Muse:

  • [ ] Directly from the cloned repository
  • [x] Inside a Docker container
  • [ ] Something else (please elaborate)

Versions

  • Muse: 2.6.0
  • Docker (if applicable): Docker Compose version v2.24.7 / Docker version 25.0.4, build 1a576c5
  • OS: Ubuntu 20.04.6 LTS x86_64

DeadlyVirez avatar Mar 09 '24 14:03 DeadlyVirez