You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python2.7/dist-packages/moviepy/Clip.py", line 514, in __exit__
self.close()
File "/usr/local/lib/python2.7/dist-packages/moviepy/video/io/VideoFileClip.py", line 125, in close
self.reader.close()
File "/usr/local/lib/python2.7/dist-packages/moviepy/video/io/ffmpeg_reader.py", line 182, in close
self.proc.terminate()
AttributeError: 'NoneType' object has no attribute 'terminate'
I have an issue coming from #630:
Stack trace:
Comes from https://github.com/Zulko/moviepy/blame/master/moviepy/video/io/ffmpeg_reader.py#L186
before the PR there was
del self.proc
instead. We should go back to that or initializeself.proc = None
Sample to reproduce:
The text was updated successfully, but these errors were encountered: