Hi guys,
I checked out the maintenance branch and get this errors. Also the Web Frontend is not really working and throws errors. Other branches working fine...sorry for asking perhaps stupid questions but I am new in OctoPrint ans also large Github projects...was alone in my projects in the past.
2022-02-28 21:09:18,863 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
Traceback (most recent call last):
File "C:\Users\nrott\Documents\GitHub\OctoPrint\src\octoprint\server\util\flask.py", line 178, in fixed_wrap_cache
content = func().getvalue()
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 250, in func
data = StringIO(hunk.data())
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 78, in data
f = open(self.filename, 'r', encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\nrott\\Documents\\GitHub\\OctoPrint\\src\\octoprint\\static\\plugin\\gcodeviewer\\js\\viewer\\renderer.js'
2022-02-28 21:09:18,863 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
Traceback (most recent call last):
File "C:\Users\nrott\Documents\GitHub\OctoPrint\src\octoprint\server\util\flask.py", line 178, in fixed_wrap_cache
content = func().getvalue()
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 250, in func
data = StringIO(hunk.data())
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 78, in data
f = open(self.filename, 'r', encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\nrott\\Documents\\GitHub\\OctoPrint\\src\\octoprint\\static\\plugin\\logging\\js\\logging.js'
2022-02-28 21:09:18,864 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
Traceback (most recent call last):
File "C:\Users\nrott\Documents\GitHub\OctoPrint\src\octoprint\server\util\flask.py", line 178, in fixed_wrap_cache
content = func().getvalue()
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 250, in func
data = StringIO(hunk.data())
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 78, in data
f = open(self.filename, 'r', encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\nrott\\Documents\\GitHub\\OctoPrint\\src\\octoprint\\static\\plugin\\pluginmanager\\js\\pluginmanager.js'
2022-02-28 21:09:18,864 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
Traceback (most recent call last):
File "C:\Users\nrott\Documents\GitHub\OctoPrint\src\octoprint\server\util\flask.py", line 178, in fixed_wrap_cache
content = func().getvalue()
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 250, in func
data = StringIO(hunk.data())
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 78, in data
f = open(self.filename, 'r', encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\nrott\\Documents\\GitHub\\OctoPrint\\src\\octoprint\\static\\plugin\\softwareupdate\\js\\softwareupdate.js'
2022-02-28 21:09:18,864 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
Traceback (most recent call last):
File "C:\Users\nrott\Documents\GitHub\OctoPrint\src\octoprint\server\util\flask.py", line 178, in fixed_wrap_cache
content = func().getvalue()
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 250, in func
data = StringIO(hunk.data())
File "c:\Users\nrott\Documents\GitHub\OctoPrint\venv3\lib\site-packages\webassets\merge.py", line 78, in data
f = open(self.filename, 'r', encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\nrott\\Documents\\GitHub\\OctoPrint\\src\\octoprint\\static\\plugin\\tracking\\js\\usage.js'