Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] Server fails to setup when using background callbacks without cancel argument #2624

Closed
tlauli opened this issue Aug 16, 2023 · 0 comments · Fixed by #2625
Closed

[BUG] Server fails to setup when using background callbacks without cancel argument #2624

tlauli opened this issue Aug 16, 2023 · 0 comments · Fixed by #2625

Comments

@tlauli
Copy link

tlauli commented Aug 16, 2023

Describe your context
Please provide us your environment, so we can easily reproduce the issue.

  • replace the result of pip list | grep dash below
dash                                     2.12.0
dash-bootstrap-components                1.4.2
dash-bootstrap-templates                 1.0.8
dash-core-components                     2.0.0
dash-html-components                     2.0.0
dash-table                               5.0.0
  • if frontend related, tell us your Browser, Version and OS

    • OS: [e.g. iOS]
    • Browser [e.g. chrome, safari]
    • Version [e.g. 22]

Describe the bug

Server fails to setup when using background callbacks without cancel argument.
This condition is not triggered, causing a KeyError here.

Expected behavior

Server setups properly. Adding None as default to the offending pop seemed to fix the issue in my quick test.

T4rk1n added a commit that referenced this issue Aug 16, 2023
Fix background callbacks missing cancel error.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant