x789 / xonox

An alternative service for legacy NOXON(tm) devices
GNU Affero General Public License v3.0
6 stars 2 forks source link

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

Closed x789 closed 11 months ago

x789 commented 11 months ago

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 commented 11 months ago

Closed in v1.0.0