-
Notifications
You must be signed in to change notification settings - Fork 139
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
Error Loading Extensions with COI #1916
Comments
Still fails on the latest Fails with an |
Possibly related: #1916 @carlopi, any secret to loading these extensions? It seems like |
I'm also very interested in getting this to work. The COI/threads can be critical for latency of page loads due to the blocking waterfall described in #381 and friends. I'm fine with building my own versions of these extensions (in my case, json), if there's a way to get it all working. |
What happens?
I switched my codebase to the experimental COI implementation, and all extension loading began to fail with:
My instantiation is as follows:
(Interestingly, I get a different error when I try to load the
spatial
extension: the fetch call errors with a 403 forbidden, this may be a different error entirely)To Reproduce
See above instantiation code. I've tested this on
1.92.0
,1.29.1-dev13.0
,1.28.1-dev297.0
, and1.28.1
.Browser/Environment:
Chrome 130
Device:
Macbook Pro
DuckDB-Wasm Version:
1.29.0
,1.29.1-dev13.0
,1.28.1-dev297.0
, and1.28.1
DuckDB-Wasm Deployment:
Loaded locally, installed via NPM, extensions from extensions.duckdb.org
Full Name:
Adam Miller
Affiliation:
Universe
The text was updated successfully, but these errors were encountered: