-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] KeyError output_spec = kwargs.pop("outputs_list") #1236
Comments
It would be extremely helpful is this error gave you more context, or information. I've been fighting with this for a couple of days now. |
Had the same error from calling a function called 'save_settings' within a callback function. |
Yes, the issue appears to be related to function names. Changing my decorated function is solving this. Hard to troubleshoot with the Error message alone. But anyone who stumbles over it, please search for the function. |
I just had a similar issue - My callback function had the same name as another downstream chained function. Renaming the callback function solved this issue for me. |
Environment
pip list | grep dash
Bug
Hidden group fails on callback Input. Eg. dbc.ListGroup
Returning KeyError in callback function.
Minimal working example to reproduce:
Expected behavior
Specifying the following does not throw error:
The text was updated successfully, but these errors were encountered: