-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WinError 2] The system cannot find the file specified #345
Comments
I added some more console prints for screenshot function for another issue, can you run again with |
Processing UniteUp! for upload |
Capturing Screenshots ---------------------------------------- 0% -:--:--Error: [WinError 2] The system cannot find the file specified
Error during generic screenshot capture: max_workers must be greater than 0
Traceback (most recent call last):
File "C:\Users\Downloads\Upload-Assistant-3.4.0\upload.py", line 319, in
asyncio.run(do_the_thing(base_dir)) # Pass the correct base_dir value here
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 195, in run
return runner.run(main)
~~~~~~~~~~^^^^^^
File "C:\Users\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "C:\Users\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 725, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "C:\Users\Downloads\Upload-Assistant-3.4.0\upload.py", line 282, in do_the_thing
await process_meta(meta, base_dir)
File "C:\Users\Downloads\Upload-Assistant-3.4.0\upload.py", line 163, in process_meta
new_images, dummy_var = upload_screens(meta, meta['screens'], 1, 0, meta['screens'], [], return_dict=return_dict)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Downloads\Upload-Assistant-3.4.0\src\uploadscreens.py", line 363, in upload_screens
executor = concurrent.futures.ProcessPoolExecutor(max_workers=max_workers)
File "C:\Users\AppData\Local\Programs\Python\Python313\Lib\concurrent\futures\process.py", line 660, in init
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
The text was updated successfully, but these errors were encountered: