rstudio / httpuv

HTTP and WebSocket server package for R
Other
229 stars 86 forks source link

error installing httpuv on ubuntu18 #220

Closed awakumaya closed 5 years ago

awakumaya commented 5 years ago

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?

wch commented 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/.