mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 22:55:48 +03:00
[GH-ISSUE #36] SOS #22
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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).@lkmgwgj commented on GitHub (Feb 24, 2024):
Can you give a startup config.json file download address.