Bot doesn't want to start after a while #116
-
Hello! Some time ago I tried to pick up a bot for a friends server. Installed DingoLingo, bot worked, but when adding a large playlist, it hung after a while. Then I started looking for another bot. Installed Lavalink server, other modules needed to run other bots. But having not achieved success, I decided to return to DingoLingo, an error came out that I can not solve. When starting with python3.9 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! Now, about the error you are talking about, it's already been reported in this issue #110 and there is a solution for that, the problem is that the owner of DingoLingo doesn't support this project anymore so there will be problems that won't get a patch fixing it. If you like the DingoLingo project, there are other forks that are maintained by other developers like this one |
Beta Was this translation helpful? Give feedback.
Hello!
Firstly, when adding a big playlist, DingoLingo architecture doesn't use Tasks to download all songs simultaneously, so it takes a while, if you want to avoid that latency, try other Bot, this bot for example uses both asyncio and multiprocessing modules in Python to allow a very fast and stable music bot when playing or downloading.
Now, about the error you are talking about, it's already been reported in this issue #110 and there is a solution for that, the problem is that the owner of DingoLingo doesn't support this project anymore so there will be problems that won't get a patch fixing it.
If you like the DingoLingo project, there are other forks that are maintained by other de…