You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Error loading ASGI app. Attribute "_2f_Users_2f_winston_2f_Projects_2f_py_2d_shiny_2f_examples_2f_express_2f_sidebar_5f_app_2e_py" not found in module "shiny.express.app".
The text was updated successfully, but these errors were encountered:
This error happens when an AttributeError is raised when a tagify() method is called on an object in the UI, and Uvicorn specifically looks for AttributeErrors and prints a customized error message.
It's very similar to #869, except that in that case, the AttributeError was raised during the initial evaluation of the code, whereas in this case, the AttributeError is raised later, when tagify() is called.
wch
changed the title
In Express mode, a nav_panel and sidebar results in confusing error
In Express mode, an AttributeError during tagify() results in unhelpful error
Dec 23, 2023
Example:
Results in this error:
The text was updated successfully, but these errors were encountered: