rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
129 stars 79 forks source link

Error: Couldn't find any deployments matching supplied criteria. #1000

Closed dcaud closed 9 months ago

dcaud commented 9 months ago

This:

rsconnect::showLogs(
    account = "account name",
    appName = "app name,
    entries = 1500
  )

Gives this:

Error in rsconnect::showLogs(): ! Couldn't find any deployments matching supplied criteria. Run rlang::last_trace() to see where the error occurred.

I am using account from rsconnect::deployments() and an app name that I find in rsconnect::applications()

showLogs() without any parameters doesn't error, but doesn't produce the logs for a specific app like I need.

I do think I upgraded rsconnect recently -- perhaps that introduced a problem?

Ideas?

hadley commented 9 months ago

Duplicate of #989