kubinka0505 / iFunny-Captions

Python implementation of the iFunny GIF Captions generator.
GNU General Public License v3.0
38 stars 9 forks source link

Bug: KeyError immediately on run. #4

Closed simply-silver closed 3 years ago

simply-silver commented 3 years ago

Used iFunny-Captions Version: 3.0 **Image URL: here

FFmpeg Version (do not input when You made Your own build): 4.4 Console Log:

Set up utils...
Traceback (most recent call last):
  File "/home/argent/dev/iFunny-Captions/__init__.pyw", line 48, in <module>
    exec(open("Scripts/Main/Packages_Location/FFmpeg.pyw", encoding = "utf-8").read())
  File "<string>", line 13, in <module>
  File "<string>", line 88, in VariableSearch
  File "/usr/lib/python3.9/os.py", line 679, in __getitem__
    raise KeyError(key) from None
KeyError: 'Path'

All settings are default except for the text and image URL. Running Arch Linux.

kubinka0505 commented 3 years ago

Do you have FFmpeg in environment variables?

simply-silver commented 3 years ago

ffmpeg is installed and located in PATH if that's what you mean. Is there another variable it should be in as well?

kubinka0505 commented 3 years ago

Added Linux package check with apt module