dash icon indicating copy to clipboard operation
dash copied to clipboard

Fixes hash_function and error handler missing call for multi

Open T4rk1n opened this issue 1 year ago • 3 comments

  • Fix #1885, fallback on function name if the source is not available.
  • Fix missing NoUpdate() for multi output callbacks error handler.

T4rk1n avatar Jul 15 '24 14:07 T4rk1n

@marthacryan can you please review?

gvwilson avatar Aug 22 '24 19:08 gvwilson

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?

marthacryan avatar Aug 22 '24 20:08 marthacryan

that is strange - @T4rk1n any ideas?

gvwilson avatar Aug 22 '24 20:08 gvwilson

@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

corebit-nl avatar Nov 11 '24 20:11 corebit-nl