Closed hym97 closed 2 months ago
I was able to resolve the issue by manually downloading the data, but I wanted to bring this behavior to your attention.
Hi,
What's the output of curl::curl_version()
? I'm guessing that your curl::curl_version()$version
will be 8.6.0. If so, the root issue is https://github.com/curl/curl/issues/13725 which has been fixed in curl
(system, not R package) version 8.8.0. As a macOS user, you can install version 8.8.0 using homebrew https://formulae.brew.sh/formula/curl.
You will need to compile your R package curl
following https://github.com/jeroen/curl?tab=readme-ov-file#macos-using-curl-from-homebrew. Note that the path to pkgconfig
is different for Apple Silicon macs. Aka, pay attention to where homebrew installs pkgconfig
when you run brew install curl pkg-config
.
Best, Leo
I changed the curl to 8.9.1 and it worked. Thank you for your quick response!
Best, Yimeng
Excellent :)
Please ask questions about how to use
spatialLIBD
on the Bioconductor Support Site using the appropriate tag(s) including the one for this package.Note. Update the issue title to concisely describe the bug.
Describe the bug
I tried to download the data using
fetch_data()
function, but it failed.Provide a minimally reproducible example
Error message
Error in BiocFileCache::bfcrpath(bfc, url) : not all 'rnames' found or unique. In addition: Warning message: In value[[3L]](cond) : trying to add rname 'https://www.dropbox.com/s/f4wcvtdq428y73p/Human_DLPFC_Visium_processedData_sce_scran_spatialLIBD.Rdata?dl=1' produced error: HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
Expected behavior
Download the data successfully.
R Session Information
Please report the output of either
sessionInfo()
orIndicate whether
BiocManager::valid()
returnsTRUE
.BiocManager::valid()
isTRUE
Note. To avoid potential issues with version mixing and reproducibility, do not install packages from
GitHub
.Is the package installed via bioconda?
No, I am using