elebumm / RedditVideoMakerBot

Create Reddit Videos with just✨ one command ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: FFMpeg installer doesn't work

abhradeepde123 opened this issue · comments

Describe the bug

When I run the script, it says I don't have FFMpeg installed, which is true, so I say yes when it asks if it should install it for me. It installs successfully, but the renaming and moving of the files doesn't word and throws an error. I suspect it is from line 40 in ffmpeg_install.py as the error in question is: [WinError 5] Access is denied: 'ffmpeg-6.0-full_build' -> 'ffmpeg'.

Reproduction Steps

I installed like it said in the README file on GitHub. Then, when I do python main.py, it outputs that I don't have FFMpeg installed. Which I don't. So I let it install it for me, and it throws an error (renaming the folder I think) as described above.

Expected behavior

I expected it to install and not throw an access denied error (even when I ran it in Administrator mode!).

Screenshots

No response

System Information

Operating System : [e.g. Windows 11]
Python version : Python 3.10
App version / Branch : master

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.

Additional Context

No response

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.

Issue closed due to being stale. Please reopen if issue persists in latest version.