That (rather confusing) error message just means there was a URL in the html file that could not be parsed (the last thing the parser tries is to parse an IPv6 address from the URL) so you get an error about that instead of the more correct "Failed to parse url"
|