nxbt icon indicating copy to clipboard operation
nxbt copied to clipboard

Webapp not working

Open Ricca665 opened this issue 1 year ago • 5 comments

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

Ricca665 avatar Dec 09 '23 19:12 Ricca665

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?

strohitv avatar Dec 19 '23 19:12 strohitv

#121 @Ricca665 @strohitv

quuuut avatar Feb 09 '24 11:02 quuuut

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.

Dummydud3 avatar Feb 11 '24 00:02 Dummydud3

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..

strohitv avatar Feb 11 '24 21:02 strohitv

#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

quuuut avatar Feb 11 '24 21:02 quuuut

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

Ricca665 avatar Jul 16 '24 08:07 Ricca665