Hi zusammen,
habe gerade eine Exception beim regulären Beenden von smarthomeNG gesehen. Kann jemand damit was anfangen? Hat sich irgendwo ein ASCII Byte 0xfc = 'ü' eingeschlichen?
habe gerade eine Exception beim regulären Beenden von smarthomeNG gesehen. Kann jemand damit was anfangen? Hat sich irgendwo ein ASCII Byte 0xfc = 'ü' eingeschlichen?
Code:
2024-01-28 18:04:16 ERROR lib.scheduler check_caller('plugins.database.Buffer dump'): Exception in inspect.stack(): 'utf-8' codec can't decode byte 0xfc in position 6139: invalid start byte > Traceback (most recent call last): > File "/usr/local/smarthome/lib/scheduler.py", line 400, in check_caller > stack = inspect.stack() > File "/usr/local/lib/python3.8/inspect.py", line 1514, in stack > return getouterframes(sys._getframe(1), context) > File "/usr/local/lib/python3.8/inspect.py", line 1491, in getouterframes > frameinfo = (frame,) + getframeinfo(frame, context) > File "/usr/local/lib/python3.8/inspect.py", line 1465, in getframeinfo > lines, lnum = findsource(frame) > File "/usr/local/lib/python3.8/inspect.py", line 794, in findsource > lines = linecache.getlines(file, module.__dict__) > File "/usr/local/lib/python3.8/linecache.py", line 47, in getlines > return updatecache(filename, module_globals) > File "/usr/local/lib/python3.8/linecache.py", line 137, in updatecache > lines = fp.readlines() > File "/usr/local/lib/python3.8/codecs.py", line 322, in decode > (result, consumed) = self._buffer_decode(data, self.errors, final) > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfc in position 6139: invalid start byte
Kommentar