You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh hashview download and config. Agents checking in as expected. Trying to start a new job I can name the job and choose a customer. When I click next, I get a 500 internal server error. Running hashview in debug it throws:
jinja2.exceptions.UndefinedError: 'jobsNewHashFileForm' is undefined
I can see the reference in the code, so I know it's there, and if I go back to the jobs screen, I can see a job was entered, but there's nothing behind it since I couldn't add hashes or anything. It is also crashing on the Settings window with a similar error, but the Jobs function is naturally much more important.
Suggestions?
Running Ubuntu 22.04 LTS with Python 3.10 and mysql 8 (most current versions in the repo).
The text was updated successfully, but these errors were encountered:
Fresh hashview download and config. Agents checking in as expected. Trying to start a new job I can name the job and choose a customer. When I click next, I get a 500 internal server error. Running hashview in debug it throws:
jinja2.exceptions.UndefinedError: 'jobsNewHashFileForm' is undefined
I can see the reference in the code, so I know it's there, and if I go back to the jobs screen, I can see a job was entered, but there's nothing behind it since I couldn't add hashes or anything. It is also crashing on the Settings window with a similar error, but the Jobs function is naturally much more important.
Suggestions?
Running Ubuntu 22.04 LTS with Python 3.10 and mysql 8 (most current versions in the repo).
The text was updated successfully, but these errors were encountered: