filipsPL / autowx2

The program for scheduling recordings and processing of the satellite and ground radio transmissions (like capturing of the weather APT images from NOAA satellites, voice messages from ISS, fixed time recordings of WeatherFaxes etc.) :earth_africa: :satellite:
78 stars 16 forks source link

Need to pin Flask requirements #114

Closed 0nnyx closed 1 year ago

0nnyx commented 1 year ago

Change the requirements to flask-socketio==5.2.0 If not, the functions cannot run with these errors (Flask-SocketIO-5.3.4) : autowx2.py[2491]: Traceback (most recent call last): autowx2.py[2491]: File "/home/pi/autowx2.py", line 31, in autowx2.py[2491]: socketio.run(app, port=webInterfacePort, debug=False) autowx2.py[2491]: File "/home/pi/.local/lib/python3.9/site-packages/flask_socketio/init.py", line 641, in run autowx2.py[2491]: raise RuntimeError('The Werkzeug web server is not ' autowx2.py[2491]: RuntimeError: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkzeug=True to the run() method to disable this error.