REQUEST_DATE: 2025-06-09 01:06:10
VERSION: Ubuntu 22.04.5 LTS x86_64(Py3.12.3) - 7.0.20
REMOTE_ADDR: 216.234.213.185
REQUEST_URI: POST /v2/plugin?action=install_plugin
REQUEST_FORM: {'sName': 'gdrive', 'version': '2.4', 'type': '1'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
`Traceback (most recent call last):
File "/www/server/panel/class_v2/panel_plugin_v2.py", line 2950, in download_plugin
return json.loads(download_res.text).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/json/init__.py", line 346, in loads
return default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2698, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2644, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panel_plugin_v2.py", line 269, in install_plugin
result = self.install_sync(pluginInfo,get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panel_plugin_v2.py", line 331, in install_sync
return self.__install_plugin(pluginInfo['name'], get.version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panel_plugin_v2.py", line 2643, in install_plugin
filename = self.download_plugin(upgrade_plugin_name, upgrade_version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panel_plugin_v2.py", line 2955, in __download_plugin
raise public.PanelError(download_res.text)
public.exceptions.PanelError: An error occurred while the panel was running: `