Working on an app and it has randomly stopped opening the app settings menu and is giving the internal server error 500. It was working fine before and has just stopped working.
TORNADO-ERROR: Uncaught exception GET /app_settings/?app=FW_Configurator (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8668', method='GET', uri='/app_settings/?app=FW_Configurator', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
File "C:\Program Files\Verge3D_for_Blender\manager\lib\tornado\web.py", line 1711, in _execute
result = method(*self.path_args, **self.path_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Verge3D_for_Blender\manager\server.py", line 2329, in get
htmlTokens = appparse.getHTMLTokens(appInfo['appsDir'] / sortedHTMLs[0])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Verge3D_for_Blender\manager\lib\appparse\__init__.py", line 34, in getHTMLTokens
inStr = inFile.read()
^^^^^^^^^^^^^
File "encodings\cp1252.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1880: character maps to <undefined>
TORNADO-ERROR: 500 GET /app_settings/?app=FW_Configurator (127.0.0.1) 34.00ms
I just need to make some changes to the loading screen.