Hello,
I encountered the following issue while attempting to render a webpage in quarto.
The page has a basic call to shinylive:
from shiny import App, ui
app_ui = ui.page_fluid(
ui.h1("Data Playground"),
)
def server(input, output, session):
pass
# app = App(app_ui, server)
The error is:
Download https://deno.land/std/io/mod.ts
error: Import 'https://deno.land/std/io/mod.ts' failed: error sending request for url (https://deno.land/std/io/mod.ts): client error (Connect): invalid peer certificate: UnknownIssuer
It appears that https://deno.land/std/io/mod.ts has been deprecated. A visit to the website indicates that the module does not exist.
Hello,
I encountered the following issue while attempting to render a webpage in quarto.
The page has a basic call to shinylive:
The error is:
Download https://deno.land/std/io/mod.ts
error: Import 'https://deno.land/std/io/mod.ts' failed: error sending request for url (https://deno.land/std/io/mod.ts): client error (Connect): invalid peer certificate: UnknownIssuer
It appears that https://deno.land/std/io/mod.ts has been deprecated. A visit to the website indicates that the module does not exist.