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
{{ message }}
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
I am having the following error during startup, I would appreciate your help.
Traceback (most recent call last):
File "/home/root/ninbuddy/server.py", line 30, in
from modules import web_handler, physical_handler
File "/home/root/ninbuddy/modules/web_handler.py", line 1, in
from flask import Flask, render_template, jsonify, request
File "/usr/local/lib/python3.9/dist-packages/flask/init.py", line 14, in
from jinja2 import escape
ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.9/dist-packages/jinja2/init.py)