when I try to open it I get this error:
`Sorry, something went wrong:
Traceback (most recent call last):
File "class/flask_sockets.py", line 30, in call
handler, values = adapter.match()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/routing.py", line 1945, in match
raise NotFound()
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/_pslinux.py", line 1890, in _parse_smaps_rollup
for line in f:
ProcessLookupError: [Errno 3] No such process
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "class/panelPlugin.py", line 2109, in a
return eval(execStr)
File "", line 1, in
File "task_manager_main.py", line 590, in task_manager_main.task_manager_main.get_process_list
File "task_manager_main.py", line 591, in task_manager_main.task_manager_main.get_process_list
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/init.py", line 1078, in memory_full_info
return self.proc.memory_full_info()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/pslinux.py", line 1937, in memory_full_info
uss, pss, swap = self.parse_smaps_rollup()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/pslinux.py", line 1642, in wrapper
return fun(self, *args, **kwargs)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/_pslinux.py", line 1902, in parse_smaps_rollup
raise ZombieProcess(self.pid, self.name, self._ppid)
psutil.ZombieProcess: PID still exists but it's a zombie (pid=2)`