runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/kavach_web.py", line 25, in <module> <form method="POST"><textarea name="data" placeholder="Paste any text, code, or log to scan for threats...">""" + (request.form.get('data', '') if request.method == 'POST' else '') + """</textarea> ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/werkzeug/local.py", line 318, in __get__ obj = instance._get_current_object() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/werkzeug/local.py", line 519, in _get_current_object raise RuntimeError(unbound_message) from None RuntimeError: Working outside of request context. This typically means that you attempted to use functionality that needed an active HTTP request. Consult the documentation on testing for information about how to avoid this problem.
Container logs:
Fetching error logs...