Error in republishing to shinyapp.io

hi
i have a course and publish it befor, but i want to republish it and get this error, how can resolve it?

Error in curl::curl_fetch_memory(url, handle = handle) :
Failed to connect to shinyapps-upload.s3.amazonaws.com port 443: Connection refused
Calls: ... tryCatch -> tryCatchList -> tryCatchOne ->
Timing stopped at: 0.007 0 0.006
Execution halted

1 Like

I get a very similar error.

My Shiny app works perfectly on my PC and on my Mac. In fact, it's a fairly simple update of an app that I had earlier on Shinyapps.io.
- All packages are up-to-date,
- Previous version was archived (and then deleted to see if that made a difference)
- A new token accessed from my account in ShinyApps.io
- shiny package and rsconnect package reinstalled,
- Shiny app file is named "app.R", and all other *.R files removed from folder.

This is my output

1: rsconnect::deployApp(appDir = "~/MyShiny/WVS_2015_Shiny", 
       appFileManifest = "/var/folders/dx/636b55qs33l6zgw9wgt9xyd80000gn/T/236a-4c4d-240a-884b", 
       account = "winzar", server = "shinyapps.io", appName = "WVS_2015", 
       appTitle = "WVS_2015", launch.browser = function(url) {
           message("Deployment completed: ", url)
       }, lint = FALSE, metadata = list(asMultiple = FALSE, asStatic = FALSE, 
           ignoredFiles = "WVS_2015_app.R"), logLevel = "verbose")
Error in curl::curl_fetch_memory(url, handle = handle) : 
  Timeout was reached: [shinyapps-upload.s3.amazonaws.com] Resolving timed out after 10000 milliseconds
Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Timing stopped at: 7.136 1.73 30.01
Execution halted

Any thoughts on what I'm doing wrong?

1 Like

See this related issue: Error publishing to shinyapps.io

2 Likes

Please refer to status.RStudio.com,

And the thread at Error publishing to shinyapps.io