添加node项目后,一直转圈圈
然后我查到我添加的node项目处于运行状态
Ubuntu 18.04.2 LTS x86_64(Py3.7.8)
当前版本:宝塔Linux正式版 7.8.0 发布时间:2021/12/28
错误信息:
访问http://192.168.2.11:8888/project/nodejs/get_project_list 显示
{"status": false, "msg": "CSRF校验失败,请重新登录面板"}
查询面板错误:
Traceback (most recent call last):
File "class/public.py", line 1688, in set_own
user_info = getpwnam(user)
KeyError: "getpwnam(): name not found: 'www'"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/script/run_script.py", line 38, in project_model_auto_run
run_object = getattr(tmp_mod.main(),'auto_run',None)
File "/www/server/panel/class/projectModel/nodejsModel.py", line 48, in __init__
public.set_own(self._www_home,'www')
File "class/public.py", line 1694, in set_own
if user == 'www': create_linux_user(user)
TypeError: create_linux_user() missing 1 required positional argument: 'group'
|
|