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
Hi, I get the 'missing handle' error in the following scenario.
When I open a video with VideoFileClip() inside a myfunc and then open it once again after the function was executed
some code
myfunc(video_path)
myclip=VideoFileClip(video_path)
I already tried to apply subproccess._cleanup()
and del myclip
inside myfunc, but it didn't work
The text was updated successfully, but these errors were encountered:
YitzhakSp
changed the title
'missing hadle' error
'missing handle' error
Sep 12, 2017
actually I ran it on win 10 (previously win 7) and now its working well. Maybe the reason is different: another python version (3.6, previously 3.5). I am not sure.
Hi, I get the 'missing handle' error in the following scenario.
When I open a video with VideoFileClip() inside a myfunc and then open it once again after the function was executed
I already tried to apply
subproccess._cleanup()
and
del myclip
inside myfunc, but it didn't work
The text was updated successfully, but these errors were encountered: