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

Unless you're trying to resume a file transfer or explicitly requesting a Range, sounds like an error on the server.
  • Comment on Re: WWW::Mechanize: 416-Requested Range Not Satisfiable

Replies are listed 'Best First'.
Re^2: WWW::Mechanize: 416-Requested Range Not Satisfiable
by gontham (Initiate) on Jun 10, 2010 at 23:11 UTC
    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 ?
      There is nothing for you to solve, the server is broken.
        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.