bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Wget Status Code 1024


From: Micah Cowan
Subject: Re: [Bug-wget] Wget Status Code 1024
Date: Wed, 25 May 2011 13:42:47 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

(05/25/2011 01:37 PM), Micah Cowan wrote:
> (05/25/2011 07:28 AM), Mohamed Elsayed wrote:
>> After I had been downloading Youtube video, I found the video's size was
>> not correct, then I checked on status code, but I found it equals 1024.
>> I searched for it via Internet, but I found nothing. Do you think you
>> could tell me about the meaning of 1024, please? Thanks in advance.
> 
> There is no status code 1024. Where are you seeing it?

Do you mean the wget exit status, or HTTP response status code?

If you mean the wget exit status, then you probably mean 4, not 1024
(which is what you'll get from the result of the wait() function, or
(say) reported by Perl, if wget returns 4). It's not possible for
programs to return exit statuses higher than 255.

As the manpage describes, 4 indicates a network error of some kind
(assuming you're using wget 1.12). Perhaps the network went down for a
bit, or something. If wget wasn't in quiet mode, it would also have
reported that.

-- 
Micah J. Cowan
http://micah.cowan.name/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]