dice-group / Squirrel

Squirrel searches and collects Linked Data
Other
22 stars 19 forks source link

Seed URLs are rejected #157

Open denkv opened 1 year ago

denkv commented 1 year ago

I set the following seed:

seed/seeds.csv:

uri,type
http://a.b.c.d:8000/,html

(a.b.c.d is an IP address)

I get this in logs:

frontier | [main] INFO  [o.d.s.c.SeedConfiguration] - <SEED_FILE found, will use seed file to initialize frontier...>
frontier | [main] WARN  [o.d.s.f.i.FrontierImpl   ] - <addNewUri(CrawleableUri("a.b.c.d",,UNKNOWN)): null is not supported, only [http, https]. Will not added!>