Open amks1 opened 3 years ago
Hi @amks1, thank you for bringing up this issue and taking the time to contribute to the Flask-MonitoringDashboard project.
As part of my school project, my team is conducting a usability research study to improve the dashboard. I noticed your experience with the app and thought it would be valuable to gather more insights from you.
Would you be open to receiving a few questions about your experience with Flask-MonitoringDashboard? It won't take more than 20 minutes to answer them. Your feedback will play a vital role in enhancing the app's functionality and addressing any existing limitations.
If you're interested, please let me know, and I will send you the questions. Your involvement would be highly valuable and greatly appreciated.
Describe the bug Installing flask-monitoringdashboard breaks my app which uses Flask-SocketIO. Trying to use websockets produces the following traceback:
To Reproduce Steps to reproduce the behavior:
Likely cause:
You will notice the following lines during
pip install flask_monitoringdashboard
:So essentially it's downgrading a lot of my packages, and it's quite likely that this is what's causing the issue.