docs/duckdb: error in extension section (using Firefox)
When I go here using a firefox-derived browser -- not reproducible on Chrome -- I see this:
That doesn't seem intentional. From the dev tools console:
Thanks for reporting. Confirming that I see the same error.
The error comes from DuckDB-wasm, the same happens on https://shell.duckdb.org/
We could fix the documentation by pointing to a different file, on a server that supports range requests, but that would only hide the underlying issue.
Issue referenced upstream; remains to be seen if we want to add a note in the documentation.
Looks like it's going to take a while before this can be fixed upstream in duckdb-wasm.
I'm also having the same issue in Firefox on my GitHub pages deployed site using Framework + DuckDB, though interestingly it used to work and now doesn't for some reason
Also hitting this when trying to query Parquet files hosted on GitHub Pages. It looks like there is a new config option in duckdb-wasm that should offer a workaround (forceFullHTTPReads) but I don't think it's released yet.
A fun workaround is that files hosted with a .gz extension aren't subject to the invalid compression that github pages is applying, so it would be cool to be able to request parquet.gz and have it just be regular parquet, but the way that framework uses file extensions seems to make that impossible