http://qs1969.pair.com?node_id=1036878


in reply to Re^3: LWP and WWW:Mechanize not working (you think)
in thread LWP and WWW:Mechanize not working

No, neither a proxy or firewall are up at the moment. Maybe Windows 8 is screwing it up somehow?
  • Comment on Re^4: LWP and WWW:Mechanize not working (you think)

Replies are listed 'Best First'.
Re^5: LWP and WWW:Mechanize not working (you think)
by Anonymous Monk on Jun 04, 2013 at 04:04 UTC

    Maybe Windows 8 is screwing it up somehow?

    Maybe, I've certainly seen stuff like that happen, especially with "winmodems" and stuff, but I wouldn't reach for that conclusion until everything (wget/curl...) starts failing in similar ways

      I've tried wget, curl, and a few other things - even a method that worked yesterday, and today the method I used to download a test file off the net with perl, doesn't work.

      Every time I use lwp to connect ANYWHERE on the net with perl, it gives me the "500 Status Read Failed" error, "a non-blocking socket operation could not be completed immediately". Help?

        I've tried wget, curl, and a few other things - even a method that worked yesterday, and today the method I used to download a test file off the net with perl, doesn't work.

        So wget/curl and the rest don't work?

        Which version of perl (perl -V) do you have? Which version of LWP ( lwp-request -v)?