When gw is crawling our site it sometimes encounters invalid host names and reports an error, e.g.:
"000 Can't get address for host `www.fsa.gov.uk%20': Error 0 1055/20938"
Please could you tell me how I query webinator so that it gives me a list of all such errors encountered during a walk (and the pages they are in) so I can correct them.
i.e. A query that will do for "Can't get address for host" what the following does for "Document not found":
gw -s "select refs.Url Page,error.Url Error,error.Reason from error,refs where refs.Ref=error.Url"
TIA
"000 Can't get address for host `www.fsa.gov.uk%20': Error 0 1055/20938"
Please could you tell me how I query webinator so that it gives me a list of all such errors encountered during a walk (and the pages they are in) so I can correct them.
i.e. A query that will do for "Can't get address for host" what the following does for "Document not found":
gw -s "select refs.Url Page,error.Url Error,error.Reason from error,refs where refs.Ref=error.Url"
TIA