-
Notifications
You must be signed in to change noti 8000 fication settings - Fork 36
The bot is spamming messages #34
New issue
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
Comments
I'll try to reproduce it locally, any informations about when or how it happens will help a lot |
Ok, so here are the setps to reproduce it:
|
How long do you usually wait until the bot gets this behavior? Maybe after some time that URL can become invalid and the music actually takes 0 seconds to play. Just for you to better understand how the execution works, look for the PlayerProcess.py file in the Parallelism folders, in this class there are two functions that call each other, __playNext() and __playSong(song) |
This is an example of a song.source, if you look closely, there's this parameter in the URL |
The problem is exactly with this url, i already uploaded a patch to fix this error, in this commit If you got any other problems, don't mind asking |
Thanks a lot! |
It looks like that when loop=all is selected, at some point, it starts skipping all songs and sending each song in the queue without stopping, like if the songs were 0 seconds long.
I unforunately haven't any screenshot because I cleared the channel.
The text was updated successfully, but these errors were encountered: