rstudio / rsconnect

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

showProperties() and showLogs() give a ! Couldn't find any deployments matching supplied criteria #980

Closed AlejandroAyllon closed 10 months ago

AlejandroAyllon commented 10 months ago

As it´s described in this post https://community.rstudio.com/t/shinyapps-io-deploy-error-409-application-exists-with-name/170488/7, everything was fine till 1 week ago (on 22 August). Then rsconnect stops and tells me that I need to update the package: The rsconnect package is out of date. I update to 1.0.2. Now both showProperties() and showLogs() give a: ! Couldn't find any deployments matching supplied criteria. However, applications(), accounts() and accountInfo() show the right information, token included. I think it could be related to the way to get deployments (deployments()), ¿maybe did it change?

aronatkins commented 10 months ago

@AlejandroAyllon - I have recreated the problem with showProperties(), which should be resolved with https://github.com/rstudio/rsconnect/pull/984.

I am not seeing similar issues with showLogs().

Could you try to install the development version of rsconnect and open a separate issue if you continue to have problems?

remotes::install_github("rstudio/rsconnect")
AlejandroAyllon commented 10 months ago

Hi, @aronatkins , thanks a lot for the investigation and the fix. I tried with the development version but the problem continues. I have opened a new issue here: https://github.com/rstudio/rsconnect/issues/985