为了能快速了解并处理您的问题,请提供以下基础信息: 问题描述:升级后一直卡顿,从面板重启了下服务器,登录后就显示成了专业版,但是面板报错无法运行 相关截图(日志、错误):
- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 2031, in publicObject
- res = run_obj.run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1978, in run
- result = getattr(toObject, get.action)(get)
- File "/www/server/panel/class/panelWarning.py", line 125, in get_list
- with open("/www/server/panel/data/warning_report/data.json", "w") as f:
- OSError: [Errno 30] Read-only file system: '/www/server/panel/data/warning_report/data.json'
复制代码
下图是是点击修复面板后出现的
- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 2031, in publicObject
- res = run_obj.run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1978, in run
- result = getattr(toObject, get.action)(get)
- File "/www/server/panel/class/panelPush.py", line 711, in get_push_list
- push_module = self.all_push_mode.get(key, None)
- File "/www/server/panel/class/panelPush.py", line 46, in all_push_mode
- push_class = getattr(import_module(".{}".format(m), package="push"), m, None)
- File "/www/server/panel/pyenv/lib/python3.7/importlib/__init__.py", line 127, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "", line 1006, in _gcd_import
- File "", line 983, in _find_and_load
- File "", line 967, in _find_and_load_unlocked
- File "", line 677, in _load_unlocked
- File "", line 728, in exec_module
- File "", line 219, in _call_with_frames_removed
- File "class/push/system_push.py", line 762, in
- task_data_cache = TaskDataCache()
- File "class/push/system_push.py", line 737, in __init__
- self._file_fp = open(self._FILE, mode='r+', encoding='utf-8')
- OSError: [Errno 30] Read-only file system: '/www/server/panel/data/push/tips/system_data.json'
复制代码
交替出现
|
|