Skip to content
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

GitHub API cannot find the release number #46

Open
nhward opened this issue Jul 24, 2024 · 0 comments
Open

GitHub API cannot find the release number #46

nhward opened this issue Jul 24, 2024 · 0 comments

Comments

@nhward
Copy link

nhward commented Jul 24, 2024

I LOVE this package. This is a great way to work with shiny modules.
I had a play at trying to get my app running under shinyLive. The following error message was produced. The GitHub API cannot find the release number associated with the HEAD repository. Hopefully, this is easy to fix.

To reproduce the problem:

shinylive::export(appdir, destdir)

Try running with the appdir set to the root of a tidymodule based shiny app. The destDir is where the shinyLive app will be created.

Error in get_github_wasm_assets():
! Can't find GitHub release for github::Novartis/tidymodules@HEAD
! Ensure a GitHub release exists for the package repository reference: "HEAD".
ℹ Alternatively, install a CRAN version of this package to use the default Wasm binary repository.
Caused by error in gh::gh():
! GitHub API error (404): Not Found
✖ URL not found: https://api.github.com/repos/Novartis/tidymodules/releases/tags/HEAD
ℹ Read more at https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant