Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPFS version mismatch #3

Open
vimota opened this issue Mar 11, 2023 · 0 comments
Open

HTTPFS version mismatch #3

vimota opened this issue Mar 11, 2023 · 0 comments

Comments

@vimota
Copy link

vimota commented Mar 11, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant