fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] dw_dev2010-04-26 01:41 pm
Entry tags:

Heads up: Ubuntu 9.10, errors with LWPx::ParanoidAgent and LWP::Debug

I've been getting this error message on my dev env, running 9.10, when I try to do something that connects to an outside website (such as importing icons):

"Undefined subroutine &LWP::Debug::debug called at /home/afuna/dw/cgi-bin/LWPx/ParanoidAgent.pm line 392. "

It looks like LWP::Debug was deprecated in the latest version of libwww-perl. Commenting out all the lines with LWP::Debug::debug and LWP::Debug::trace (in $LJHOME/cgi-bin/LWPx/ParanoidAgent.pm) makes things work again.