[GH-ISSUE #36] SOS #22

Closed
opened 2026-03-02 04:06:17 +03:00 by kerem · 2 comments
Owner

Originally created by @lkmgwgj on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/36

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

Originally created by @lkmgwgj on GitHub (Feb 23, 2024). Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/36 Traceback (most recent call last): File "D:\Money PrinterV2\MoneyPrinterV2\src\main.py", line 14, in <module> from classes.YouTube import YouTube File "D:\Money PrinterV2\MoneyPrinterV2\src\classes\YouTube.py", line 30, in <module> 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
kerem closed this issue 2026-03-02 04:06:17 +03:00
Author
Owner

@InternalShadow commented on GitHub (Feb 23, 2024):

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).
<!-- gh-comment-id:1961481187 --> @InternalShadow commented on GitHub (Feb 23, 2024): you need to set the path to your magick.exe on windows <h4>Typical Windows path</h4> <p> "imagemagick_path": "C:\\Program Files\\ImageMagick-7.1.0-Q16\\magick.exe" </p> <h4>linux/macos</h4> otherwise on Linux/MacOS the path to convert (usually /usr/bin/convert).
Author
Owner

@lkmgwgj commented on GitHub (Feb 24, 2024):

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

<!-- gh-comment-id:1962418483 --> @lkmgwgj commented on GitHub (Feb 24, 2024): Can you give a startup config.json file download address.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MoneyPrinterV2#22
No description provided.