The new issuance is done, but when I click the renewal button and try to renew, it doesn't work. And the clone isn't working either.
In addition, when I click on the certificate holder, the following error occurs.
An error occurred while the panel was running!
AttributeError: 'dict_obj' object has no attribute 'is_order'
REQUEST_DATE: 2025-05-23 15:31:04
VERSION: CentOS 7.9.2009 x86_64(Py3.12.3) - 7.0.19
REMOTE_ADDR: 183.106.67.226
REQUEST_URI: POST /v2/ssl_domain?action=list_ssl_info
REQUEST_FORM: {'p': '1', 'limit': '99999'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2689, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2635, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/ssl_domainModelV2/api.py", line 547, in list_ssl_info
Q(is_order=int(get.is_order)) & (Q(dnslike=get.search) | Q(subjectlike=get.search))
^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 4557, in getattr
raise AttributeError('\'{}\' object has no attribute \'{}\''.format(self.class.name, key))
AttributeError: 'dict_obj' object has no attribute 'is_order'
Finally, when I try to delete the certificate and add a new one and proceed with another domain address, I get an authentication error saying that I tried too many times.
[
"The account has more than 5 failed orders within 1 hour, please wait 1 hour and try again! ",
{
"type": "urn:ietf:params:acme:error:rateLimited",
"detail": "too many certificates (5) already issued for this exact set of domains in the last 168h0m0s, retry after 2025-05-23 18:11:40 UTC: see https://letsencrypt.org/docs/rate-limits/#new-certificates-per-exact-set-of-hostnames",
"status": 429
}
]