Networkexit code > 0

wget: unable to resolve host address

$wget: unable to resolve host address 'example.com'

Analysis

Similar to curl's host resolution error, wget cannot find the IP address for the given domain.

Common Triggers

  • DNS failure.
  • No internet connection.
  • Typo in URL.

Debug Checks

  • $Ping the host.

Resolution

1
Check DNS settings.
2
Correct the URL.