Skip to content
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

Open
mooseyoose opened this issue Jun 26, 2020 · 4 comments
Open

Gets stuck on stopping recording #44

mooseyoose opened this issue Jun 26, 2020 · 4 comments

Comments

@mooseyoose
Copy link

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?

@oliverjrose99
Copy link
Owner

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

@TeslaLyon
Copy link

Hello, how is this handled? I also met

@walleralexander
Copy link

i have that issue too. ffmpeg and youtube-dl keep downloading. SIGKILL stops them but mp4.part stays on disk.

@Kirkkis
Copy link

Kirkkis commented Oct 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants