出错了,[宝塔任务管理器]运行时发生错误!
FileNotFoundError: [Errno 2] No such file or directory: '/proc/626/stat'
REQUEST_DATE: 2024-08-12 15:59:59
PAN_VERSION: 9.1.0
OS_VERSION: CentOS 8.4.2105 x86_64(Py3.7.9)
REMOTE_ADDR: 115.202.205.207
REQUEST_URI: POST /plugin%3Faction%3Da%26name%3Dtask_manager%26s%3Dget_process_list%26search%3D
REQUEST_FORM: {'sortx': 'cpu_percent', 'reverse': 'undefined'}
USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Traceback (most recent call last):
File "class/panelPlugin.py", line 3736, in a
return p.exec_fun(get)
File "class/pluginAuth.py", line 67, in exec_fun
raise public.PanelError(res['msg'])
public.PanelError: 面板运行时发生错误: Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/_common.py", line 447, in wrapper
ret = self._cache[fun]
AttributeError: _cache
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/plugin/task_manager/task_manager_main.py", line 811, in get_process_list
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/__init__.py", line 1439, in process_iter
yield add(pid)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/__init__.py", line 1414, in add
proc = Process(pid)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/__init__.py", line 326, in __init__
self._init(pid)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/psutil/__init__.py", line 354, in _init |