Skip to content
Prev 7311 / 21312 Next

[Bioc-devel] AnnotationHubData Error: Access denied: 530

On 04/10/2015 04:34 AM, Rainer Johannes wrote:
I guess I don't really know what I'm talking about, and that insert=FALSE is 
intended to not actually do the insertion so that the (immediate) problem is not 
with AnnotationHubData.

 From the traceback below it seems like the error occurs in calls like the following

library(RCurl)
getURL("ftp://ftp.ensembl.org/pub/release-78/gtf/ailuropoda_melanoleuca/",
        dirlistonly=TRUE)

This seems to sometimes work and sometimes not

 > urls[1]
[1] "ftp://ftp.ensembl.org/pub/release-78/gtf/ailuropoda_melanoleuca/"
 > getURL(urls[1], dirlistonly=TRUE)
[1] "Ailuropoda_melanoleuca.ailMel1.78.gtf.gz\nCHECKSUMS\nREADME\n"
 > getURL(urls[1], dirlistonly=TRUE)
[1] "Ailuropoda_melanoleuca.ailMel1.78.gtf.gz\nCHECKSUMS\nREADME\n"
 > getURL(urls[1], dirlistonly=TRUE)
Error in function (type, msg, asError = TRUE)  : Access denied: 530