Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: What Tools Do You Use With WWW::Mechanize

by cavac (Parson)
on Oct 03, 2011 at 17:12 UTC ( [id://929381]=note: print w/replies, xml ) Need Help??


in reply to What Tools Do You Use With WWW::Mechanize

One problem i encountered with pure WWW::Mechanize was Content-Encoding (compression). At least the version i have installed here announces to the server that it accepts gzip compressed content but doesn't.

Try to use WWW::Mechanize::GZip instead and see if the header problem clears up.

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.
  • Comment on Re: What Tools Do You Use With WWW::Mechanize

Replies are listed 'Best First'.
Re^2: What Tools Do You Use With WWW::Mechanize
by Limbic~Region (Chancellor) on Dec 03, 2011 at 20:03 UTC

      I encountered the problem while implementing content compression in Maplat. It happened while while handling forms and downloading dynamically created XML files.

      The client was running on Windows with ActivePerl. There *may* have been i misconfiguration or missing package. But i have since reinstalled the windows development server, so i'll have to recreate the circumstances and try if i can come up with a small test system.

      It may have been a bug in Maplat as well. But then again it only happened with WWW::Mechanize.

      Do you have Compress::Zlib installed? That is - from what i can tell with only a glance at the source - the main difference between WWW::Mechanize and WWW::Mechanize::GZip. The former uses Compress::Zlib when available while the later requires it to be installed.

      That said, i'll try to recreate the problem but it might take some time. I'm currently in the middle of preparing a big server upgrade (nice monks are allowed to upgrade to Postgres 9.x while naughty ones have to keep using flat files).

      Don't use '#ff0000':
      use Acme::AutoColor; my $redcolor = RED();
      All colors subject to change without notice.
        cavac,
        Do you have Compress::Zlib installed?

        All versions of ActiveState Perl in recent memory come with both Compress::Zlib and WWW::Mechanize. I develop in a lot of environments under a lot of versions of perl so I can't say what the behavior would be like elsewhere. When I am writing scraping software, it is usually for a client which usually means windows so I had never encountered it before that post.

        Cheers - L~R

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found