"Brent Morgan" <[EMAIL PROTECTED]> writes:

> The -d debug option crashes wget just after it reads the input file.

Huh?  Ouch!  Wget on Windows is much less stable than I imagined.  Can
you run it under a debugger and see what causes the crash?

> C:\WINNT\PROFILES\bmorgan.000\DESKTOP\foo\wget.wip\src>wget -d
> http://www.mapbla
> st.com/myblast/map.mb?CMD=GEO&CT=&IC=&LV=&GMI=&GAD1=&GAD2=&GAD3=&GAD4=&AD2=450+E
> l+Dorado+Blvd&noPrefs=&req_action=crmap&skip=&serch=&PHONE=&noBRP=&remLoc=&AD4=U
> SA&AD2_street=450+El+Dorado+Blvd&AD3=Webster+tx&apmenu=&apcode=&selCategory=&x=4
> 4&y=13 -O output  --load-cookies "C:\Program
> Files\Netscape\Users\morgan\cookies
> .txt" | more
> DEBUG output created by Wget 1.8.1 on Windows.
> 
> --17:15:18--  http://www.mapblast.com/myblast/map.mb?CMD=GEO
>            => `map.mb?CMD=GEO'
> Resolving www.mapblast.com... done.

Something is very *very* strange here.  At this point, Wget should
have read the `cookies.txt' file and printed a ton of output about it.

As a result of not having done so, it doesn't even send the cookie:

> ---request begin---
> GET /myblast/map.mb?CMD=GEO HTTP/1.0
> User-Agent: Wget/1.8.1
> Host: www.mapblast.com
> Accept: */*
> Connection: Keep-Alive
> 
> ---request end---

(Where is `Cookie: x=y'?)

> Cannot write to `splash.mb?r=2001' (Invalid argument).
> The name specified is not recognized as an
> internal or external command, operable program or batch file.

This looks like a Windows thing, possibly a result of Wget's attempt
to write into a file with `?' in the name.

Your Wget seems to behave very strangely.  I simply cannot figure
what's going on from the available data.

Reply via email to