Hi - doing some testing with the tool and during a fresh setup I encountered an import error in the app.py file.
app.py was attempting to import the missing reasons variable from the health.py source but fails to do so. Checking the commit history, the variable was removed in commit 1ff4d80.
I was able to solve the issue by re-adding the missing_results variable to the health.py file. Not sure what the requirement was for removal, and maybe removing the import in app.py is another fix.
Hi - doing some testing with the tool and during a fresh setup I encountered an import error in the app.py file.
app.py was attempting to import the missing reasons variable from the health.py source but fails to do so. Checking the commit history, the variable was removed in commit 1ff4d80.
I was able to solve the issue by re-adding the missing_results variable to the health.py file. Not sure what the requirement was for removal, and maybe removing the import in app.py is another fix.