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

Hi, can you show us the code? How are you using GET?

  • Comment on Re^3: WWW::Mechanize: 416-Requested Range Not Satisfiable

Replies are listed 'Best First'.
Re^4: WWW::Mechanize: 416-Requested Range Not Satisfiable
by gontham (Initiate) on Jun 13, 2010 at 23:21 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.