[ABE.pm] Net::Flickr:;Backup woes

Ricardo SIGNES rjbs-perl-abe at lists.manxome.org
Thu Dec 21 05:44:56 PST 2006


* Ted Fiedler <fiedlert at gmail.com> [2006-12-21T02:48:36]
> According to the docs I should be OK, here is the error I am getting
> 
> Invalid API handler at /usr/local/share/perl/5.8.7/Net/Flickr/API.pm line 160.
> Can't locate object method "unself" via package "Net::Flickr::Backup"
> at /usr/local/share/perl/5.8.7/Net/Flickr/API.pm line 147.

"unself" looks like a typo for undef.

The real problem is the warning, which causes init to return 0.  It's because:

          if ($self->{cfg}->param("flickr.api_handler") !~
          /^(?:XPath|LibXML)$/) {

Which do you need to use?  I dunno!

Let me know how it goes.  I am very very eager to get Flickr backups working
for me.

-- 
rjbs


More information about the ABE-pm mailing list