What and how do I fix this error?
Traceback (most recent call last):
File "/www/server/panel/class/public/common.py", line 8825, in load_soft_list
fp.write(resp.text)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/public/common.py", line 8825, in load_soft_list
fp.write(resp.text)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/public/common.py", line 8825, in load_soft_list
fp.write(resp.text)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/public/common.py", line 8825, in load_soft_list
fp.write(resp.text)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/public/common.py", line 8825, in load_soft_list
fp.write(resp.text)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/public/common.py", line 8825, in load_soft_list
fp.write(resp.text)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2705, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2651, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/ajax_v2.py", line 1889, 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 8833, in load_soft_list
return load_soft_list(force, retry_count + 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 8833, in load_soft_list
return load_soft_list(force, retry_count + 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 8833, in load_soft_list
return load_soft_list(force, retry_count + 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[Previous line repeated 3 more times]
File "/www/server/panel/class/public/common.py", line 8852, in load_soft_list
raise PanelError('Sorry. failed to parse soft list. please try again later.')
public.exceptions.PanelError: An error occurred while the panel was running: Sorry. failed to parse soft list. please try again later.