Closed CHUN-INHYUK closed 6 years ago
Do you have a firewall that is restricting access?
Yes, and what can I? What proxly could I unlock the restricting access?
If you are behind a firewall that is restricting your access, then you will need to work with whomever manages it to ensure that you can connect to both the shinyapps.io servers as well as Amazon's S3 service to which bundles are uploaded.
I don't think there's a bug in the package to fix here, so I'm closing this for now. If you're still blocked, try asking on https://community.rstudio.com/c/shiny.
When i clicked Publish to Server, and entered my Tokens, and clicked the Connect Account button, There was Error with "The command failed. you can set up an account manually by using rsconnect::setAccountInfo; ...."
So I did in R console, reconnect::setAccountInfo
There is Error with
Closing connection 0 Error in function (type, msg, asError = TRUE) : Failed to connect to api.shinyapps.io port 443: Timed out Timing stopped at: 0 0.01 42.75
I tried behind code
options(rsconnect.http.trace = TRUE) options(rsconnect.http.verbose = TRUE) options(rsconnect.http.trace.json = TRUE)
but that wasn't effective
How can I? Please help me.