predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
1.02k stars 66 forks source link

`show_dash` keeps hanging indefinitely when port is already used. #123

Open jonasvdd opened 1 year ago

jonasvdd commented 1 year ago

I experienced (plotly-resampler 0.8.0) that a dash app might keep "hanging" indefinitely, when something is already running on the same port, seems to be caused by a dash-werkzeug combination. Will need to further look into this (fyi: @jvdd )

https://github.com/plotly/jupyter-dash/issues/103#issue-1385617801

jonasvdd commented 1 year ago

image

jonasvdd commented 1 year ago

Seems to be related to the werkzeug version, when I switch from werkzeug==2.2.0 -> werkzeug==2.1.0, everything seems to work fine.

Maybe we keep this issue open and adjust the pyproject.toml as a hotfix? @jvdd