Skip to content

Issue rendering shiny app in quarto #218

@indy-reed

Description

@indy-reed

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions