BridgeDbR getBridgeName() gives "Failed sending HTTP2 data"
1
0
Entering edit mode
@egonwillighagen-8684
Last seen 3.0 years ago
Netherlands

Depending on the versions of your operating system and therefore libcurl, the following code may give an "Failed sending HTTP2 data" error message and fail.

files <- getBridgeNames("Hs")

This happens, for example, with Debian GNU/Linux stable if libcurl is using libcurl4-gnutls-dev instead of libcurl4-openssl-dev.

BridgeDbR • 747 views
ADD COMMENT
1
Entering edit mode
@egonwillighagen-8684
Last seen 3.0 years ago
Netherlands

Users of the stable release of Debian GNU/Linux can install libcurl4-openssl-dev and then reinstall the R package curl:

sudo apt install libcurl4-openssl-dev

Followed by R code:

install.packages(c("curl"))
ADD COMMENT

Login before adding your answer.

Traffic: 725 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6