Instagram-API-python icon indicating copy to clipboard operation
Instagram-API-python copied to clipboard

MoviePy leaks resources

Open Julian-O opened this issue 8 years ago • 0 comments

uploadmedia() uses moviepy. Moviepy leaks locked files and zombie subprocesses which is a bigger problem on Windows.

Fix needs to happen in moviepy (Issue 596), and then this library needs to be upgraded to use the close() methods.

Julian-O avatar Jul 03 '17 13:07 Julian-O