Closed awakumaya closed 5 years ago
This sounds like a problem with how the AWS instance is configured, not with httpuv itself. If you're still having trouble with this, I suggest asking on https://community.rstudio.com/ or https://stackoverflow.com/.
Hi,
I tried several times to install the package httpuv in Rstudio server on AWS. but it always ends up with "Error: Status code 503 returned".
I did tried "install.packages("httpuv")" and then "devtools::install_github("rstudio/httpuv")". And also did directly from Github using "with_makervars" as mentioned in the github manual. But the same errors were shown.
Does anybody have a solution for that?