Skip Menu |

This queue is for tickets about the WWW-Contact CPAN distribution.

Report information
The Basics
Id: 113283
Status: open
Priority: 0/
Queue: WWW-Contact

People
Owner: Nobody in particular
Requestors: will.code.for.pizza [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Auth not working
Date: Wed, 23 Mar 2016 04:35:42 +0100
To: bug-WWW-Contact [...] rt.cpan.org
From: "will.code.for.pizza [...] gmail.com" <will.code.for.pizza [...] gmail.com>
use WWW::Contact; use Data::Dumper; my $wc = WWW::Contact->new(); my @contacts = $wc->get_contacts('itsa@gmail.com', 'password'); my $errstr = $wc->errstr; die $errstr if ($errstr); print Dumper(\@contacts); with my personal account data is not working. Returns: "Wrong Username or Password" Is the API still working ? Regards
Subject: Re: [rt.cpan.org #113283] AutoReply: Auth not working
Date: Wed, 23 Mar 2016 04:38:37 +0100
To: bug-WWW-Contact [...] rt.cpan.org
From: "will.code.for.pizza [...] gmail.com" <will.code.for.pizza [...] gmail.com>
cpan[2]> install WWW::Contact WWW::Contact is up to date (0.50).
I'm experiencing the same. On Tue Mar 22 23:35:57 2016, will.code.for.pizza@gmail.com wrote: Show quoted text
> use WWW::Contact; > use Data::Dumper; > > my $wc = WWW::Contact->new(); > my @contacts = $wc->get_contacts('itsa@gmail.com', 'password'); > my $errstr = $wc->errstr; > die $errstr if ($errstr); > print Dumper(\@contacts); > > > with my personal account data is not working. > > Returns: > > "Wrong Username or Password" > > Is the API still working ? > > Regards >