-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
WindowsError[5] and AttributeError Exception #170
Comments
Not sure. Have you installed ImageMagick ? It is currently necessary to render texts. |
Actually no, I haven't. I'll download that and let you know. |
Installed ImageMagick and I'm getting the same error. Not sure if it's noteworthy, but I'm getting a different pointer at the bottom each time. |
I had read too fast the error. It seems that the access to the video file is denied. That's strange. |
It's very strange, especially considering that I'm running it in command prompt as an administrator. |
I've been getting the WindowsError Access is Denied, but I don't think it is permissions. I think in some cases the subprocess finishes on its own very quickly, and when you try to terminate a dead process on Windows it throws an Exception, which causes the clip initialization to fail. I tried wrapping the terminate (in ffmpeg_reader.py) in a try/except, and that seems to allow the script to continue. Would you be interested in a pull request? Or do you want to try it on your own? It's a simple change. |
I've got the same error. On mac and linux everything's running fine, but windows give the same stack trace as above (Win7 32bit version running as admin frmo the terminal). If I wrap the terminate call in try..except as suggested by @jmcmellen then I get no error but the audio of the movie doesn't get imported (movie.audio=None) and I'm concerned that this is leaving rogue processes that never close? |
My mistake. I'd turned off the audio import previously to see which stream was causing the permissions error. The |
In that case I'd be interested by a pull request ! |
I think this is fixed by PR#175 |
I'm closing this issue as it's from 2015 and the last comment made it sound like it got fixed by a PR that same year. |
I was trying out this example and got the following error.
After extensive research, I had difficulty finding other people with this problem so I'm not sure if I'm doing something wrong or I stumbled across an undiscovered bug
The text was updated successfully, but these errors were encountered: