|
COMPARE PRICES: Digital
cameras, MP3
Players, Camcorders, Mobile phones,
PDA, Computers, Electronics LCD monitors,
Printers,
Notebook,
DVD Players,
Motherboards,
TV,
ipod,
Processors.
See all...
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
I'm calling curl from a python script (using os.system() which
returns the exit status). I first divide the exit code by
256 (because the code I want is in the upper 8 bits right?).
I first check to make sure it's divisible by 256 (which is
was in my case). But the code (after / 256) was 139.
What error is that? I'm having trouble getting a verbose
printout of the curl call because the -v option is what seems
to cause the 139 error! And even weirder, calling curl
on www.python.org causes the error while www.yahoo.com (for
instance) does not.
Has anyone seen anything like this?
Appreciatively,
Dustin
Received on 2001-07-10
These mail archives are generated by hypermail.
|