feller-prj / extractor-project

forked from iaextractor
Other
74 stars 21 forks source link

Cannot open directory #40

Open eladrind opened 3 years ago

eladrind commented 3 years ago

I have the ffmpeg package installed. However, when the app is trying to use it I am getting the following error:

Cannot open directory; number=-1, code=EPERM

Side note - I am using Firefox on a MacOS

celiawessen commented 3 years ago

I have the same problem when MediaExtractor tries to pass the downloaded file to ffmpeg.

I am also using Firefox 92.0.1 on Mac OS 11.4. The problem CAN be replicated on Mac OS X 10.15.x. The problem cannot be replicated on Mac OS X 10.14 and lower.

When passing the file to ffmpeg for "Convert to MP3", I get the error: Cannot open directory; number=-1, code=EPERM

When passing the file to ffmpeg for "Extract Audio", I get the error: Cannot open directory; number=-2, code=NOENT

Could this be an issue with how newer versions of Mac OS handles security on the /tmp directory? I can manually process files using ffmpeg from the Terminal so I made an Automator workflow for the music download folder instead.