-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing displayed at all #164
Comments
Yes I'm running 1.5.2, and werkzeug is at 2.2.2 I tried downgrading wekzeug to 2.1.0 but then I get error: |
Weird - vaping 1.5.2 should lock Werkzeug to 2.0.3 I have not seen the unbound_message error before - can you paste the output of running |
Maybe this also helps:
Seems probably all related to Werkzeug |
While other users seem to have no issues with Werkzeug 2.1.0, when reproducing i actually had to downgrade to 2.0.3 to make it work - have you tried running it with Werkzeug 2.0.3 as well? I think graphsrv requirements arent as strict as they should be so passing One more thing to try, is to just do |
With 2.0.3 I get the following,
I'll try the fresh python env later on and report back, thanks! |
Fresh install of Debian environment, unfortunately still doesn't work by using pip freeze shows:
|
Downgrading werkzeug to 2.0.3 again gives me same error seen in comment previous |
Able to reproduce - will update once i know more |
Both flask and wekzeug introduce compatibility problems with their latest versions. I've now pinned both and that fixed the issue for me. Werkzeug==2.0.3 I've released a patch with vaping 1.5.3 - please try installing that and reopen the ticket if that does not address the issue for you. |
Works perfectly thanks @vegu ! |
I've tried a fresh install on CentOS, Debian and Ubunutu and every time I get the same pretty much blank screen when viewing the web.
However the graphs dont load and logs show:
Tried loading the site on Chrome on Windows and OSX and Safari.
The text was updated successfully, but these errors were encountered: