What is the problem?
This is all that is in the octoprint.log file (error wise)
2023-06-16 09:29:42,134 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
Traceback (most recent call last):
File "/home/frank/oprint/lib/python3.9/site-packages/octoprint/server/util/flask.py", line 183, in fixed_wrap_cache
content = func().getvalue()
File "/home/frank/oprint/lib/python3.9/site-packages/webassets/merge.py", line 250, in func
data = StringIO(hunk.data())
File "/home/frank/oprint/lib/python3.9/site-packages/webassets/merge.py", line 80, in data
return f.read()
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 0x80 in position 54610: invalid start byte
2023-06-16 09:29:42,136 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
Traceback (most recent call last):
File "/home/frank/oprint/lib/python3.9/site-packages/octoprint/server/util/flask.py", line 183, in fixed_wrap_cache
content = func().getvalue()
File "/home/frank/oprint/lib/python3.9/site-packages/webassets/merge.py", line 250, in func
data = StringIO(hunk.data())
File "/home/frank/oprint/lib/python3.9/site-packages/webassets/merge.py", line 80, in data
return f.read()
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 0x80 in position 54610: invalid start byte
What did you already try to solve it?
Rebooted multiple times, can connect via SSH to pi and can ping octopi.local (connection refused error) updated via sudo apt update, sudo apt upgrade to latest version (as of date of posting).
Have you tried running in safe mode?
Define 'Safe Mode'
Did running in safe mode solve the problem?
See above
Systeminfo Bundle
Unable to connect via browser!!!!! neither sudo octoprint systeminfo nor octoprint systeminfo will run on OctoPi at commandline
WRITE HERE
Additional information about your setup
OctoPrint version 1.9.0, OctoPi version 1.0.0, printer Prusa MK3S+, firmware Latest Prusa Firmware, browser Multiple chromium based versions as well as Firefox, operating system Windows 11 22H2
Note that this worked previously (3 weeks prior) have not used since and has been powered off.