Replies: 1 comment
-
|
Try version 0.1.0 to see if it fixes your issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "C:\Users\LCL\AppData\Local\Programs\Python\Python39\lib\site-packages\psutil_pswindows.py", line 679, in wrapper
return fun(self, *args, **kwargs)
File "C:\Users\LCL\AppData\Local\Programs\Python\Python39\lib\site-packages\psutil_pswindows.py", line 993, in open_files
raw_file_names = cext.proc_open_files(self.pid)
ProcessLookupError: [Errno 3] assume no such process (originated from GetExitCodeProcess != STILL_ACTIVE)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\LCL\Documents\Swar-Chia-Plot-Manager-main\manager.py", line 36, in
view()
File "C:\Users\LCL\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\commands.py", line 106, in view
jobs, running_work = get_running_plots(jobs=jobs, running_work=running_work)
File "C:\Users\LCL\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\processes.py", line 203, in get_running_plots
for file in process.open_files():
File "C:\Users\LCL\AppData\Local\Programs\Python\Python39\lib\site-packages\psutil_init_.py", line 1138, in open_files
return self._proc.open_files()
File "C:\Users\LCL\AppData\Local\Programs\Python\Python39\lib\site-packages\psutil_pswindows.py", line 681, in wrapper
raise convert_oserror(err, pid=self.pid, name=self._name)
psutil.NoSuchProcess: psutil.NoSuchProcess process no longer exists (pid=18212, name='chia.exe')
PS C:\Users\LCL\Documents\Swar-Chia-Plot-Manager-main>
config.txt
Beta Was this translation helpful? Give feedback.
All reactions