I don't know if it's me, probably is since I'm not familiar with Python.
I've installed Python and Tesseract from the instructions but I may have missed something.
I'm getting this error screen when trying to run "python main.py"
Can you help?
C:\firestone-bot\src>python main.py
[2026-08-22 12:27:46] [ info] [optimize_alpha_channels] Starting scan...
Traceback (most recent call last):
File "C:\firestone-bot\src\main.py", line 10, in
import task_logic
File "C:\firestone-bot\src\task_logic.py", line 14, in
from custom_core import (
...<28 lines>...
)
File "C:\firestone-bot\src\custom_core.py", line 1723, in
optimize_alpha_channels()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\firestone-bot\src\custom_core.py", line 792, in optimize_alpha_channels
Debug.info('[optimize_alpha_channels] Starting scan...')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\firestone-bot\src\custom_core.py", line 1015, in info
Debug.output('info', msg, *args)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "C:\firestone-bot\src\custom_core.py", line 1058, in output
with open(config['logfile'], 'at', encoding='utf-8') as logptr:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'logs/firestone-bot.log'
C:\firestone-bot\src>
I don't know if it's me, probably is since I'm not familiar with Python.
I've installed Python and Tesseract from the instructions but I may have missed something.
I'm getting this error screen when trying to run "python main.py"
Can you help?
C:\firestone-bot\src>python main.py
[2026-08-22 12:27:46] [ info] [optimize_alpha_channels] Starting scan...
Traceback (most recent call last):
File "C:\firestone-bot\src\main.py", line 10, in
import task_logic
File "C:\firestone-bot\src\task_logic.py", line 14, in
from custom_core import (
...<28 lines>...
)
File "C:\firestone-bot\src\custom_core.py", line 1723, in
optimize_alpha_channels()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\firestone-bot\src\custom_core.py", line 792, in optimize_alpha_channels
Debug.info('[optimize_alpha_channels] Starting scan...')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\firestone-bot\src\custom_core.py", line 1015, in info
Debug.output('info', msg, *args)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "C:\firestone-bot\src\custom_core.py", line 1058, in output
with open(config['logfile'], 'at', encoding='utf-8') as logptr:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'logs/firestone-bot.log'
C:\firestone-bot\src>