plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.5k stars 2.07k forks source link

Fixes hash_function and error handler missing call for multi #2922

Closed T4rk1n closed 2 months ago

T4rk1n commented 4 months ago
gvwilson commented 2 months ago

@marthacryan can you please review?

marthacryan commented 2 months ago

When I try to follow the link for #1885, it gives me a "Page not found" error. Is that because of permissions? Was it deleted?

gvwilson commented 2 months ago

that is strange - @T4rk1n any ideas?

corebit-nl commented 6 days ago

@T4rk1n , could you apply the try-except logic from https://github.com/plotly/dash/blob/dev/dash/long_callback/managers/__init__.py#L110 to https://github.com/plotly/dash/blob/dev/dash/long_callback/managers/__init__.py#L58 as well? In the current situation, long callbacks still fail for packed applications (eg. Pyinstaller). Fixing this would close https://github.com/Nuitka/Nuitka/issues/2988 as well.

Edit: opened PR #3072 for this