-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[BUG] Error loading dependencies #2797
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
Comments
Update, when I downgrade to |
@WWakker This was fixed in 2.16.1 |
@AnnMarieW I'm afraid I'm still experiencing the issue with 2.16.1 |
It's a bug with newer version of orjson, dependencies now calls to_json for Related to: plotly/plotly.py#3567 |
I confirm this, glad that it's not related to Dash |
Closing this because the issue is in Plotly.py |
This issue should be resolved by the next Plotly.py release, now that the above linked PR has been merged. |
Describe your context
if frontend related, tell us your Browser, Version and OS
Describe the bug
I run this example app:
On startup, the app loads fine.
When I change something in my code, and the page reloads in the browser, I get the following error:

If I refresh the browser, the app loads again without problems.
This happens after upgrading my dash version, so could be related to a bug in the later versions.
Expected behavior
The page should reload without problems with
debug=True
.Screenshots
See above
The text was updated successfully, but these errors were encountered: