in reply to Re: WWW::Mechanize: 416-Requested Range Not Satisfiable
in thread WWW::Mechanize: 416-Requested Range Not Satisfiable

Hello james2vegas, thanks for replying, I am just getting a login page ".../login.php".
and I did not explicitly request a range.

Do you have any suggestions on how to slove this ?
  • Comment on Re^2: WWW::Mechanize: 416-Requested Range Not Satisfiable

Replies are listed 'Best First'.
Re^3: WWW::Mechanize: 416-Requested Range Not Satisfiable
by Anonymous Monk on Jun 11, 2010 at 01:02 UTC
    There is nothing for you to solve, the server is broken.
Re^3: WWW::Mechanize: 416-Requested Range Not Satisfiable
by lorn (Monk) on Jun 11, 2010 at 13:53 UTC
      Hi,

      it's a regular GET like this:
      my $mech = WWW::Mechanize->new(); $mech->get('http://www.warez-bb.org/login.php');

      The site wroks fine in a browser, and it used to work with WWW::Mechanize, but now i get that error.
        I can replicate. It appears to be a misused error code. There's no telling what the server is trying to communicate. It could be an attempt at rejecting robots. It could be a bug in the server.