rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more

Home Page:http://rstudio.github.io/rsconnect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

showProperties() continue giving a ! Couldn't find any deployments matching supplied criteria

AlejandroAyllon opened this issue · comments

I opened an issue with this problem here: #980. Thanks @aronatkins for investigate and fix an issue related with showProperties() here: #984. I have installed the development version of rsconnect and I tried to use this function again, but unfortunately the same problem continue. ¿Someone with the same problem?, ¿any idea about the reason or way to fix it?
Thanks in advance.

Could you see what rsconnect::deployments() tells you?
What directory are you using when calling rsconnect::showProperties()?

Both of these functions need to be called from the directory containing your Shiny application (assuming you are using Shiny).

I can recreate the "Couldn't find any deployments matching supplied criteria." error when calling rsconnect::showProperties() from a directory containing a Shiny application that has not been deployed. When the directory contains a previously deployed Shiny application, rsconnect::showProperties() works without issue.

@aronatkins , I get a empty data.frame when I run rsconnect::deployments() (12 columns but 0 rows). I think the problem is the same as it´s explained in this issue #989, I deploy apps in a different machine that the one I use to develop. The last version try to get them of ./rsconnect/shinyapps.io/prototypenvp/. As @alvarosantamariagomez said: "This was not a problem before the last version change. Before the change, only the account (token) and the app details was enough to run showLogs().". In addition, another functions like rsconnect::applications() can get every app than has been deployed in my Shinyapps account, but not with showLogs() or showProperties().

@AlejandroAyllon - Could you test the development version of rsconnect to see if your problem has been resolved?

remotes::install_github("rstudio/rsconnect")

Hi @aronatkins. I just tested and the problem has been resolved with this version. I will be aware when the new version is deployed with this fix.
Thanks a lot! 👍