rstudio / rsconnect

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

I can't connect Account in Shiny, there is error #284

Closed CHUN-INHYUK closed 6 years ago

CHUN-INHYUK commented 6 years ago

default 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

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.

jspiewak commented 6 years ago

Do you have a firewall that is restricting access?

CHUN-INHYUK commented 6 years ago

Yes, and what can I? What proxly could I unlock the restricting access?

jspiewak commented 6 years ago

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.

jmcphers commented 6 years ago

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.