Skip to content

[BUG] Error extracting domain: Failed to download public suffix list. #6

Closed
duckdb/community-extensions
#397
@michael-delphos

Description

@michael-delphos

Describe the bug
I have installed netquack, but am failing to get extract_domain working.

D INSTALL netquack FROM community;
D LOAD netquack;
D SELECT extract_domain('https://blog.subdomain.example.co.uk/articles/123') AS domain;
┌─────────────────────────────────────────────────────────────────┐
│                             domain                              │
│                             varchar                             │
├─────────────────────────────────────────────────────────────────┤
│ Error extracting domain: Failed to download public suffix list. │
└─────────────────────────────────────────────────────────────────┘

To Reproduce

Start duckdb in wsl.

Versions
Netquack Version: v1.1.0
DuckDB Version: v1.2.1 8e52ec4395

Additional context
WSL info

❯ uname -r                                                                                                      
.15.167.4-microsoft-standard-WSL2
~
❯ wsl.exe --list --verbose      
  NAME              STATE           VERSION
* Debian            Running         2

❯ apt list | grep curl                                                           
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

curl/stable,now 7.88.1-10+deb12u12 amd64 [installed]
flickcurl-doc/stable 1.26-7 all
flickcurl-utils/stable 1.26-7+b1 amd64
gambas3-gb-net-curl/stable 3.18.0-4 amd64
golang-github-moul-http2curl-dev/stable 0.0~git20161031.0.4e24498+dfsg-1.1 all
libcupt4-2-downloadmethod-curl/stable 2.10.4+nmu1+b1 amd64
libcurl-ocaml-dev/stable 0.9.2-3 amd64
libcurl-ocaml/stable 0.9.2-3 amd64
libcurl3-gnutls/stable,now 7.88.1-10+deb12u12 amd64 [installed,automatic]
libcurl3-nss/stable 7.88.1-10+deb12u12 amd64
libcurl4-doc/stable 7.88.1-10+deb12u12 all
libcurl4-gnutls-dev/stable 7.88.1-10+deb12u12 amd64
libcurl4-nss-dev/stable 7.88.1-10+deb12u12 amd64
libcurl4-openssl-dev/stable,now 7.88.1-10+deb12u12 amd64 [installed]
libcurl4/stable,now 7.88.1-10+deb12u12 amd64 [installed,automatic]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions