Skip Menu |

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

Report information
The Basics
Id: 59329
Status: resolved
Priority: 0/
Queue: WWW-Google-Contacts

People
Owner: Nobody in particular
Requestors: peter [...] glossop.org
Cc:
AdminCc:

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



Subject: Problem creating record in contacts
Date: Tue, 13 Jul 2010 22:45:21 +0100
To: bug-WWW-Google-Contacts [...] rt.cpan.org
From: Peter Collard <peter [...] glossop.org>
Ubuntu 10.04 Desktop: $$$ uname -a Linux peter 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC 2010 x86_64 GNU/Linux $$$ perl -v This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi The following simple code doesn't seem to work. If I change the login I get an authentication error - so it appears I'm authenticating ok, but no record gets added:- #! /usr/bin/perl use WWW::Google::Contacts; my $google = WWW::Google::Contacts->new( username => 'xxxxxx@gmail.com', password => 'xxxxx' ); my $contact = $google->new_contact; $contact->full_name('Peter Collard'); $contact->email('peter@glossop.org'); $contact->create;
Hi Peter Thanks for the report. However, I'm not able to replicate. The ->create call _should_ die if there's a failure. Are you sure the contact hasn't been created? It will only show up under "All Contacts" rather than in "My Contacts" -- Sorting out group memberships is my next todo, but I'm currently on holiday so it'll be a couple of weeks before it's in I'm afraid. cheers Magnus On Tue Jul 13 17:45:44 2010, sybaseguru wrote: Show quoted text
> Ubuntu 10.04 Desktop: > $$$ uname -a > Linux peter 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC > 2010 x86_64 GNU/Linux > $$$ perl -v > This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi > > > The following simple code doesn't seem to work. If I change the login
I Show quoted text
> get an authentication error - so it appears I'm authenticating ok, but > no record gets added:- > > #! /usr/bin/perl > use WWW::Google::Contacts; > > my $google = WWW::Google::Contacts->new( username =>
'xxxxxx@gmail.com', Show quoted text
> password => 'xxxxx' ); > my $contact = $google->new_contact; > $contact->full_name('Peter Collard'); > $contact->email('peter@glossop.org'); > $contact->create; > > > >
Subject: Re: [rt.cpan.org #59329] Problem creating record in contacts
Date: Thu, 15 Jul 2010 23:27:16 +0100
To: bug-WWW-Google-Contacts [...] rt.cpan.org
From: Peter Collard <peter [...] glossop.org>
Found loads of test entries under All rather than My Contacts - sorry to bother you and thanks for breaking your holiday to reply. Thanks for your module - I was dreading having to get to grips with the google interface for simply transferring a few hundred names from a database. Show quoted text
-----Original Message----- From: Magnus Erixzon via RT <bug-WWW-Google-Contacts@rt.cpan.org> Reply-to: bug-WWW-Google-Contacts@rt.cpan.org To: peter@glossop.org Subject: [rt.cpan.org #59329] Problem creating record in contacts Date: Thu, 15 Jul 2010 16:26:20 -0400 <URL: https://rt.cpan.org/Ticket/Display.html?id=59329 > Hi Peter Thanks for the report. However, I'm not able to replicate. The ->create call _should_ die if there's a failure. Are you sure the contact hasn't been created? It will only show up under "All Contacts" rather than in "My Contacts" -- Sorting out group memberships is my next todo, but I'm currently on holiday so it'll be a couple of weeks before it's in I'm afraid. cheers Magnus On Tue Jul 13 17:45:44 2010, sybaseguru wrote:
> Ubuntu 10.04 Desktop: > $$$ uname -a > Linux peter 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC > 2010 x86_64 GNU/Linux > $$$ perl -v > This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi > > > The following simple code doesn't seem to work. If I change the login
I
> get an authentication error - so it appears I'm authenticating ok, but > no record gets added:- > > #! /usr/bin/perl > use WWW::Google::Contacts; > > my $google = WWW::Google::Contacts->new( username =>
'xxxxxx@gmail.com',
> password => 'xxxxx' ); > my $contact = $google->new_contact; > $contact->full_name('Peter Collard'); > $contact->email('peter@glossop.org'); > $contact->create; > > > >