Open dille12 opened 1 year ago
Actually the downloader.extract_info() returns nothing when not using the console in this section: https://github.com/Raptor123471/DingoLingo/blob/eec116646616148f7f189d1c031b29aee6ff2a0f/musicbot/audiocontroller.py#L148-L162 It causes the thread to crash.
I changed the run file to a no console .pyw, and all music related commands stopped working. I believe the issue is in FFMPEG conversion, which crashes if console is not present, since I found this: https://github.com/Zulko/moviepy/issues/517.