Skip to content
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

xonox 0.0.7.2 does not start when installed after 2023-04-25 #14

Closed
x789 opened this issue Oct 23, 2023 · 1 comment
Closed

xonox 0.0.7.2 does not start when installed after 2023-04-25 #14

x789 opened this issue Oct 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@x789
Copy link
Owner

x789 commented Oct 23, 2023

When xonox is installed in a clean environment after the 25th of April 2023, Flask and Werkzeug >=2.3 are installed automatically. However, xonox is incompatible with these versions.

A possible workaround is to downgrade Flask and Werkzeug.

pip install --force-reinstall "Flask==2.2.5"
pip install --force-reinstall "Werkzeug==2.2.3"

I will work on an updated version that fixes this issue.

(See the discussion of issue #13 and Flask's changelog for v2.3.0 for more details.)

@x789 x789 added the bug Something isn't working label Oct 23, 2023
@x789 x789 self-assigned this Oct 23, 2023
@x789 x789 changed the title xonox 0.0.7.2 does not start when installed after 2023-09-30 xonox 0.0.7.2 does not start when installed after 2023-05-02 Oct 23, 2023
@x789 x789 changed the title xonox 0.0.7.2 does not start when installed after 2023-05-02 xonox 0.0.7.2 does not start when installed after 2023-04-25 Oct 23, 2023
@x789
Copy link
Owner Author

x789 commented Nov 11, 2023

Closed in v1.0.0

@x789 x789 closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant