Bot stops playing when moved #2

Open
opened 2023-02-10 11:42:57 +00:00 by Lukas · 0 comments
Owner

Description

Please provide a clear and concise description of the issue

The issue is that, if the bot is moved to an other Channel before the requester the music stops playing. Otherwise if the requester is moved first an the Bot joins everything works fine.


Steps to Reproduce

Provide steps you can take to reliably reproduce the issue

  1. Move the MusicBot to an other Channel
  2. User joins by
  3. Music stopps playing
  4. User moved to a different Channel
  5. Bot get moved to the User
  6. Music resumes

Expected Result

What did you expect to happen when this issue occured?

I expect that the sond is played in the backround even if the requester is not present in the Channel...


Debug Output

INFO:discord.voice_client:Starting voice handshake... (connection attempt 5)
INFO:discord.voice_client:Voice handshake complete. Endpoint found frankfurt6763.discord.media
INFO:discord.gateway:selected the voice protocol for use (xsalsa20_poly1305_lite)
INFO:discord.gateway:received secret key for voice connection
INFO:discord.voice_client:Disconnected from voice by force... potentially reconnecting.
INFO:discord.voice_client:Starting voice handshake... (connection attempt 6)
INFO:discord.voice_client:Voice handshake complete. Endpoint found frankfurt4761.discord.media
INFO:discord.gateway:selected the voice protocol for use (xsalsa20_poly1305_lite)
INFO:discord.gateway:received secret key for voice connection

No errors...


Additional Info

Any additional info that you think might be useful or relevant to this issue

The problem might be correlated with the missing context if the Bot is moved before the requester. Sending commands like /stop works and disconnects the bot

# Description Please provide a clear and concise description of the issue The issue is that, if the bot is moved to an other Channel **before** the requester the music stops playing. Otherwise if the requester is moved first an the Bot joins everything works fine. ---- # Steps to Reproduce Provide steps you can take to reliably reproduce the issue 1. Move the MusicBot to an other Channel 2. User joins by 3. Music stopps playing 4. User moved to a different Channel 5. Bot get moved to the User 6. Music resumes ---- # Expected Result What did you expect to happen when this issue occured? I expect that the sond is played in the backround even if the requester is not present in the Channel... ---- # Debug Output ``` INFO:discord.voice_client:Starting voice handshake... (connection attempt 5) INFO:discord.voice_client:Voice handshake complete. Endpoint found frankfurt6763.discord.media INFO:discord.gateway:selected the voice protocol for use (xsalsa20_poly1305_lite) INFO:discord.gateway:received secret key for voice connection INFO:discord.voice_client:Disconnected from voice by force... potentially reconnecting. INFO:discord.voice_client:Starting voice handshake... (connection attempt 6) INFO:discord.voice_client:Voice handshake complete. Endpoint found frankfurt4761.discord.media INFO:discord.gateway:selected the voice protocol for use (xsalsa20_poly1305_lite) INFO:discord.gateway:received secret key for voice connection ``` No errors... ---- # Additional Info Any additional info that you think might be useful or relevant to this issue The problem might be correlated with the missing context if the Bot is moved before the requester. Sending commands like /stop works and disconnects the bot
Lukas added the
bug
label 2023-02-10 11:42:57 +00:00
Lukas self-assigned this 2023-02-10 11:42:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lukas/Discord-Music-Bot#2
No description provided.