-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm getting this error:
25-11-08 17:46:57Error Plugin returned error: exit status 1 2025-11-08 17:46:57Error [Plugin / Find File Errors] FileNotFoundError: [Errno 2] No such file or directory: '' 2025-11-08 17:46:57Error [Plugin / Find File Errors] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-08 17:46:57Error [Plugin / Find File Errors] with open(log_path, mode="r", encoding=FILE_ENCODING) as log_file: 2025-11-08 17:46:57Error [Plugin / Find File Errors] File "/root/.stash/plugins/findFileErrors/main.py", line 45, in find_scan_errors 2025-11-08 17:46:57Error [Plugin / Find File Errors] find_scan_errors() 2025-11-08 17:46:57Error [Plugin / Find File Errors] File "/root/.stash/plugins/findFileErrors/main.py", line 26, in main 2025-11-08 17:46:57Error [Plugin / Find File Errors] main() 2025-11-08 17:46:57Error [Plugin / Find File Errors] File "/root/.stash/plugins/findFileErrors/main.py", line 124, in <module> 2025-11-08 17:46:57Error [Plugin / Find File Errors] Traceback (most recent call last):
I'm not very proficient at it, but I'm assuming it can't find the file it needs. I do not know how to fix that though?