-
Notifications
You must be signed in to change notification settings - Fork 75
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
Gets stuck on stopping recording #44
Comments
i wanna say this is a youtube-dl issue but im not 100 sure. try deleting the pid file if its still there and try again |
Hello, how is this handled? I also met |
i have that issue too. ffmpeg and youtube-dl keep downloading. SIGKILL stops them but mp4.part stays on disk. |
This still happens sometimes, it gets stuck in the loop not checking for .running variable in bot.py I guess. You can still save your recordings by sending SIGINT to the youtube-dl processes which actually gracefully quits the recordings and doesn't leave .part files. This also leaves the ffmpeg processes which you can just kill. |
When I activate the stop command, the script gets stuck on stopping. It never stops. Then all of the video files are stuck with ".mp4.part".
Any ideas?
The text was updated successfully, but these errors were encountered: