VPS
YunoHost 11.0.10.2
cant see any nginx logs
just get this error:
"500" Internal Server Error
“GET” /yunohost/api/services/nginx/log?number=50&locale=de`
aceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 460, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 586, in process
return func(**arguments)
File "/usr/lib/python3/dist-packages/yunohost/service.py", line 557, in service_log
_tail(log_file_path, number) if os.path.exists(log_file_path) else []
File "/usr/lib/python3/dist-packages/yunohost/service.py", line 801, in _tail
lines = f.read().splitlines()
File "/usr/lib/python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 771: invalid start byte
What does this mean?
What can i try?
Thanks