-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems accessing data from R --You have not access to ec.europe.eu. #210
Comments
Works for me. Can you confirm the package version numbers you're using? Or is this a temporary problem. |
I cannot put my finger on the problem, but I think that this has something to do with the user's R session and how it works with RCurl. I was trying to figure out myself similar problems, and realized that re-starting R (at least often) solves the problem. |
This problem may be out of scope to solve in eurostat package. I suggest to close this issue unless we have a solution in a horizon. |
In my opinion, since "You have no access to ec.europe.eu" error messages seems to be some of the most prevalent problems when using the package, we should maybe at least consider rewording the error message / adding some kind of a troubleshooting guide to be more helpful. |
Yes, that's a good minimum solution if we cannot provide other. |
Maybe I have a similar situation. In my environment I have defined HTTPS_PROXY variable, but I do not have HTTP_PROXY. So R can get data through HTTPS but not through HTTP. In general this is OK for the eurostat package as anyway all data transfer is done using the HTTPS. However eurostat/R/check_access_to_data.R Line 17 in 8d5adc9
So, in my environment I am considering to submit pull request by amending the code for the |
Closed via #241 - testing & feedback welcome. Thanks! |
Hi,
Im trying several datasets (it worked perfectly last week) and get this error
You have no access to ec.europe.eu.
Please check your connection and/or review your proxy settings
This is the line code
library(eurostat)
datoss <- get_eurostat("rd_e_gerdtot", time_format = "date")
The text was updated successfully, but these errors were encountered: