Hi, one day AApanel failed to run, can you look at the log to help me?
REQUEST_URI: POST /v2/ajax?action=get_pay_type
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2583, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2529, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/ajax_v2.py", line 1848, in get_pay_type
plugin_list = plu_panel.get_cloud_list()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/panelPlugin.py", line 427, in get_cloud_list
softList = public.load_soft_list(True if force == 1 else False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 8355, in load_soft_list
import PluginLoader
File "/www/server/panel/class/public/hook_import.py", line 20, in _aapimport
return oldimport(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "PluginLoader.py", line 43, in init PluginLoader
File "PluginLoader.py", line 38, in PluginLoader.update_plugin_list
File "PluginLoader.py", line 21, in PluginLoader.get_plugin_list
File "/www/server/panel/pyenv/lib/python3.12/json/init.py", line 339, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not bool
and
REQUEST_URI: POST /v2/panel/public/get_public_config_simple?
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2583, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2529, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panelControllerV2.py", line 96, in model
plugin_class = plugin_loader.get_module(mod_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/PluginLoader.py", line 5, in get_module
import PluginLoader
File "/www/server/panel/class/public/hook_import.py", line 20, in _aapimport
return oldimport(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "PluginLoader.py", line 43, in init PluginLoader
File "PluginLoader.py", line 38, in PluginLoader.update_plugin_list
File "PluginLoader.py", line 21, in PluginLoader.get_plugin_list
File "/www/server/panel/pyenv/lib/python3.12/json/init.py", line 339, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not bool