I have an error message also in the task.log :
This typically means that you attempted to use functionality that needed
an active HTTP request. Consult the documentation on testing for
information about how to avoid this problem.
Traceback (most recent call last):
File "/www/server/panel/script/mysql_quota.py", line 9, in <module>
p.mysql_quota_check()
File "class/projectModel/quotaModel.py", line 150, in mysql_quota_check
if not OO0O0OOO00O0OO00O .__OO000OOO0OO0O00OO ():return public .returnMsg (False ,OO0O0OOO00O0OO00O .__O0O00000000OOO0O0 )
File "class/projectModel/quotaModel.py", line 201, in __OO000OOO0OO0O00OO
O0O0O00O0OO00O000 =panelPlugin .panelPlugin ().get_soft_list (O0OOOOOO0O0000O0O )
File "class/panelPlugin.py", line 690, in get_soft_list
softList = self.get_cloud_list(get)
File "class/panelPlugin.py", line 344, in get_cloud_list
if 'focre_cloud' in session:
File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/local.py", line 379, in <lambda>
__contains__ = lambda x, i: i in x._get_current_object()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/local.py", line 306, in _get_current_object
return self.__local()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/globals.py", line 38, in _lookup_req_object
raise RuntimeError(_request_ctx_err_msg)
RuntimeError: Working outside of request context.
I don't know if this is related to my problem.