Hi,
when i tried to manually execute crontab script /www/server/panel/pyenv/bin/python -u /www/server/panel/class/acme_v2.py --renew=1
it gives me this error:-
|-A total of 2 certificates need to be renewed
|-Renew the visa certificate and start checking the environment
[]
Traceback (most recent call last):
File "/www/server/panel/class/acme_v2.py", line 1916, in renew_cert
write_log(public.get_msg_gettext('|-Renewing certificate number of {}\uff0cdomain: {}..',(str(n),str(self._config['orders'][index]['domains']))))
File "/www/server/panel/class/acme_v2.py", line 1985, in write_log
print(log_str)
UnicodeEncodeError: 'latin-1' codec can't encode character '\uff0c' in position 34: ordinal not in range(256)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/acme_v2.py", line 2020, in <module>
p.renew_cert(args.index)
File "/www/server/panel/class/acme_v2.py", line 1973, in renew_cert
write_log(public.get_error_info())
File "/www/server/panel/class/acme_v2.py", line 1985, in write_log
print(log_str)
UnicodeEncodeError: 'latin-1' codec can't encode character '\uff0c' in position 178: ordinal not in range(256)
No wonder my SLL not updating for so long,
please help