useMart("ensembl", version=versionEnsembl_raw , host = "https://www.ensembl.org")
> df_ensembls <- listEnsembl()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.ensembl.org]: Connection timed out after 10002 milliseconds
Run `rlang::last_trace()` to see where the error occurred.
> ensembl <- useEnsembl(biomart = "genes", dataset = "hsapiens_gene_ensembl")
Ensembl site unresponsive, trying asia mirror
Ensembl site unresponsive, trying useast mirror
Error in .chooseEnsemblMirror(mirror = mirror, http_config = http_config) :
Unable to query any Ensembl site
> rlang::last_trace()
<error/httr2_failure>
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.ensembl.org]: Connection timed out after 10002 milliseconds
---
Backtrace:
▆
1. └─biomaRt::listEnsembl()
2. └─biomaRt:::.listEnsembl(...)
3. └─biomaRt:::.currentEnsemblVersion()
4. └─biomaRt::listEnsemblArchives()
5. └─biomaRt:::.listEnsemblArchives(https = https, http_config = list())
6. └─biomaRt:::.checkArchiveList(https, http_config)
7. └─biomaRt:::.getArchiveList(https = https, http_config = http_config)
8. └─httr2::req_perform(html_request)
Run rlang::last_trace(drop = FALSE) to see 2 hidden frames.
>
I cannot run any query using BiomaRt package:
or
I get:
Related to:
#25