Brikwerk/nxbt

Webapp not working

Closed this issue · 6 comments

When typed sudo nxbt webapp it throws this:
image
please fix

I have this issue too.

As far as I can see, it's fixed but @Brikwerk hasn't released a new version since then, so the pip package is heavily outdated.

@Brikwerk do you have a date where the fixed version will be released for us?

This issues is already fixed, but the online pip hasnt been updated. you can still run the webapp if you clone the repo and install it locally.

That's what I figured but I don't know how to do this. Is there some kind of tutorial or something on how to locally build this repo?
Sorry but I'm new to python, I don't really know this pip stuff yet..

#121 finds that you have to downgrade Flask and Werkzeug to 2.0.3
sudo pip install Werkzeug==2.0.3;sudo pip install Flask==2.0.3

Thank you (I know I am a tiny bit late)