microsoft / RTVS

R Tools for Visual Studio.
MIT License
390 stars 110 forks source link

Connecting to R Workspace failed. Reason: Http request to 'Microsoft R Client (3.3.2.0)' has failed. #4247

Open eightrivers opened 6 years ago

eightrivers commented 6 years ago

The version of vs.net in my laptop is 15.5.2, and there are 3 versions of R installed: 1) Microsoft R Client(3.3.2.0) 2) Microsoft R Server(3.2.2.16000) 3) R 3.4.3

I used this environment for several months, and everything are OK. While yesterday I upgraded the vs.net to the newest 15.5.2 and found that the RTVS can not be started. the error message shown in the R interactive window is:

Connecting to R Workspace failed. Reason: Http request to 'Microsoft R Client (3.3.2.0)' has failed. The machine may be offline or unreachable or the network has been disconnected. Error: An error occurred while sending the request.**

But in cmd, the Microsfof R client 3.3.2.0 and R 3.4.3 can be started as usual.

Is there any tips or suggestion on this issue, how to make it run again ?

Thanks in advanced.

MikhailArkhipov commented 6 years ago

Those are all local interpreters, correct? What happens if you select 3.4 in R Tools | Workspaces window?