Replies: 2 comments
-
P.S.: I am using Python 3.9.5 with the discord.py rewrite if anyone was wondering |
Beta Was this translation helpful? Give feedback.
0 replies
-
Issue has been solved. See this for the solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the YTDLSource class from
basic_voice.py
example and have been having a problem where precisely 90% through the video, the stream would just stop. The bot doesn't leave the voice channel or throw any error for that matter.I tried it with the exact example code as well and there I encounter the same issue. I doubt it's a shaky internet connection as in 2 minutes of pings to the media server I lost a packet exactly once.
All the pip packages are up to date as well, I updated them only today actually.
I am completely out of ideas on this. For an example code just look at the
basic_voice.py
example as it is precisely what I used.Beta Was this translation helpful? Give feedback.
All reactions