HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: StatusCode: -4 (unknown status)
Author: Xavier Roche
Date: 02/06/2006 21:51
 
> What is the reason for this error? I got this on
> many files from this server:

This a "Connect/receive error" (see codes below) ; but it can also be protocol
problem (such as "not enough data sent")

Any errors in hts-log.txt ?
typedef enum BackStatusCode {
  STATUSCODE_INVALID = -1,
  STATUSCODE_TIMEOUT = -2,
  STATUSCODE_SLOW = -3,
  STATUSCODE_CONNERROR = -4,
  STATUSCODE_NON_FATAL = -5,
  STATUSCODE_SSL_HANDSHAKE = -6,
  STATUSCODE_TOO_BIG = -7,
  STATUSCODE_TEST_OK = -10
} BackStatusCode;

 
Reply Create subthread


All articles

Subject Author Date
StatusCode: -4 (unknown status)

01/29/2006 19:43
Re: StatusCode: -4 (unknown status)

02/05/2006 13:17
Re: StatusCode: -4 (unknown status)

02/06/2006 21:51




e

Created with FORUM 2.0.11