Skip to content

HTTPFS version mismatch #3

@vimota

Description

@vimota

I'm giving this a try with an existing project (trying to see if using bun resolves a memory leak I'm seeing with DuckDB+Nodejs) but I get a problem on loading HTTPFS extension:

Server starting version: 18.10.1.
290 |   {
291 |     const e = duck.duckffi_result_error(r);
292 |
293 |     if (e) {
294 |       const s = new CString(e);
295 |       throw (duck.duckffi_free_result(r), new Error(s));
                                              ^
error: Invalid Input Error: Extension "/Users/vimota/.duckdb/extensions/6b7362d2ca/osx_arm64/httpfs.duckdb_extension" version (v0.7.1-dev284) does not match DuckDB version (v0.0.1-dev0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions