刚装好没多久的面板提示下面的错误,点击软件商店页面加载非常缓慢,最后加载不出来提示这个错误,登录面板后偶尔也会提示这个错误,系统是centos7.9,面板是腾讯云专享版。
抱歉,出错了:
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 "class/panelPlugin.py", line 1942, in a
if not self.check_accept(get):return public.returnMsg(False,public.to_string([24744, 26410, 36141, 20080, 91, 37, 115, 93, 25110, 25480, 26435, 24050, 21040, 26399, 33]) % (self.get_title_byname(get),))
File "class/panelPlugin.py", line 603, in check_accept
p_list = self.get_cloud_list(args)
File "class/panelPlugin.py", line 311, in get_cloud_list
self.expire_msg(softList)
File "class/panelPlugin.py", line 392, in expire_msg
if not data['ltd'] in [-1]:
TypeError: 'NoneType' object is not subscriptable
|
|