FujiwaraChoki/MoneyPrinterV2

SOS

lkmgwgj opened this issue · 2 comments

Traceback (most recent call last):
File "D:\Money PrinterV2\MoneyPrinterV2\src\main.py", line 14, in
from classes.YouTube import YouTube
File "D:\Money PrinterV2\MoneyPrinterV2\src\classes\YouTube.py", line 30, in
change_settings({"IMAGEMAGICK_BINARY": get_imagemagick_path()})
^^^^^^^^^^^^^^^^^^^^^^
File "D:\Money PrinterV2\MoneyPrinterV2\src\config.py", line 241, in get_imagemagick_path
with open(os.path.join(ROOT_DIR, "config.json"), "r") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'D:\Money PrinterV2\MoneyPrinterV2\config.json

you need to set the path to your magick.exe on windows

Typical Windows path

"imagemagick_path": "C:\\Program Files\\ImageMagick-7.1.0-Q16\\magick.exe"

linux/macos

otherwise on Linux/MacOS the path to convert (usually /usr/bin/convert).

Can you give a startup config.json file download address.