Closed dicorynia closed 9 months ago
@dicorynia Is there any way you could have the {duckdb}
maintainers change the URL from http
to https
? Anything not done over https
will run into errors within {webR}
.
Error: IO Error: Failed to download extension "httpfs" at URL "http://extensions.duckdb.org/v0.8.1/linux_i686_gcc4/httpfs.duckdb_extension.gz"
This is also probably better suited for the main {webR}
project repo as it involves a compiled binary from the main repo.
Thanks for the hint of going upstream (I didn't properly identify the origin of the problem). I'll check with duckdb/webr
@dicorynia it looks like this is being followed upstream. So, I'm going to close out this issue ticket. If there's something else that is needed, please feel free to re-open/ping me.
Bug description
When trying to install a duckdb extension I get an error.
(thanks for this very interesting project)
Steps to reproduce
Error: rapi_execute: Failed to run query Error: IO Error: Failed to download extension "httpfs" at URL "http://extensions.duckdb.org/v0.8.1/linux_i686_gcc4/httpfs.duckdb_extension.gz" Extension "httpfs" is an existing extension.
Are you using a development build? In this case, extensions might not (yet) be uploaded. (ERROR Connection)