It was working properly till today byt suddenly iam getting this error in Rocky linux 9.4
REQUEST_DATE: 2024-07-10 13:48:12
VERSION: Rocky 9.4 (Blue Onyx) x86_64(Py3.12.3) - 7.0.6
REMOTE_ADDR: 162.158.23.18
REQUEST_URI: POST /plugin?action=a&name=linuxsys&s=GetZoneinfo
REQUEST_FORM: {'zone': ''}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
File "/www/server/panel/class/public/common.py", line 8074, in run_plugin
raise PanelError(res['msg'])
public.common.PanelError: An error occurred while the panel was running: Traceback (most recent call last):
File "/www/server/panel/plugin/linuxsys/linuxsys_main.py", line 340, in GetZoneinfo
for area in os.listdir('/usr/share/zoneinfo/' + zone):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/zoneinfo/zoneinfo'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2520, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2466, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/panelPlugin.py", line 2260, in a
return public.get_error_object(None, plugin_name=get.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 1202, in get_error_object
result = readFile('{}/BTPanel/templates/default/plugin_error.html'.format(get_panel_path())).format(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'plugin name'