framework icon indicating copy to clipboard operation
framework copied to clipboard

docs/duckdb: error in extension section (using Firefox)

Open srenatus opened this issue 1 year ago • 7 comments

When I go here using a firefox-derived browser -- not reproducible on Chrome -- I see this:

Image

That doesn't seem intentional. From the dev tools console:

Image

srenatus avatar Dec 18 '24 08:12 srenatus

Thanks for reporting. Confirming that I see the same error.

Fil avatar Dec 18 '24 09:12 Fil

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.

Fil avatar Jan 06 '25 13:01 Fil

Issue referenced upstream; remains to be seen if we want to add a note in the documentation.

Fil avatar Jan 06 '25 14:01 Fil

Looks like it's going to take a while before this can be fixed upstream in duckdb-wasm.

Fil avatar Jan 17 '25 09:01 Fil

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

gordonjb avatar Jul 02 '25 16:07 gordonjb

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.

anjackson avatar Oct 01 '25 12:10 anjackson

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

llimllib avatar Oct 31 '25 02:10 llimllib