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?