You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: