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
Every example on the website is broken for me with the error
Traceback (most recent call last):
File "<exec>", line 362, in _start_app
ModuleNotFoundError: The module 'shiny' is included in the Pyodide distribution, but it is not installed.
You can install it by calling:
await micropip.install("shiny") in Python, or
await pyodide.loadPackage("shiny") in JavaScript
See https://pyodide.org/en/stable/usage/loading-packages.html for more details.
I don't see this issue... I think it probably has something to do with your proxy. If you open the Javascript console in your browser, what does it say?
Failed to find a valid digest in the 'integrity' attribute for resource 'https://shiny.posit.co/py/site_libs/quarto-contrib/shinylive-0.2.5/shinylive/pyodide/shiny-0.7.0-py3-none-any.whl' with computed SHA-256 integrity 'V8jdBMuWq6JQUtMHVLT2uyYPUc75HbHrXUCYzoYQPxs='. The resource has been blocked.
Unknown error occurred while trying to verify integrity.
I guess this is somehow related to our corporate proxy settings and I am not sure there is anything that you could do on your end. So for now I think we can close this.
Every example on the website is broken for me with the error
(Example taken from https://shiny.posit.co/py/docs/ui-customize.html)
Note I am behind a corporate proxy, which might interfere with things. This happens both in Chrome as well as in Edge.
The text was updated successfully, but these errors were encountered: