Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: No response from a get or post????

by pc88mxer (Vicar)
on Jul 18, 2008 at 03:12 UTC ( [id://698497]=note: print w/replies, xml ) Need Help??


in reply to No response from a get or post????

Your problem is a low-level connectivity problem:
500 Can't connect to 10.0.0.200:80 (connect: Operation now in progress +)
Try setting $mech->timeout(0) and see if that fixes or changes the response. Also, make sure your web server is up and reachable - i.e. try wget or some other method to test it.

To really debug the problem I'd have a look at the output of strace perl yourscript.pl (assuming you are on a Unix-like box.) Then we'd see what the results of the connect() calls are. I'm sure this is coming from the second connect() attempt.

If you are on a Windows box then I have some other theories.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://698497]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-26 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found