Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla-Plugin-Twitter CPAN distribution.

Report information
The Basics
Id: 75995
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Twitter

People
Owner: Nobody in particular
Requestors: DOHERTY [...] cpan.org
Cc:
AdminCc:

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



Subject: Don't bail out if tweeting fails
Do you want to continue the release process? [y/N]: y PAUSE username: doherty PAUSE password: [@Author::DOHERTY/UploadToCPAN] registering upload with PAUSE web server [@Author::DOHERTY/UploadToCPAN] POSTing upload for WWW-Hashbang- Pastebin-0.002.tar.gz [@Author::DOHERTY/UploadToCPAN] PAUSE add message sent ok [200] [@Author::DOHERTY/GitHub::Update] Warn: Login with GitHub token is deprecated [@Author::DOHERTY/GitHub::Update] Updating GitHub repository info [@Author::DOHERTY/GitHub::Update] Using MetaCPAN URL [@Author::DOHERTY/Git::Commit] Committed Build.PL Changes Makefile.PL README README.mkdn You need a passphrase to unlock the secret key for user: "Mike Doherty <doherty@cs.dal.ca>" 4096-bit RSA key, ID DBB915AE, created 2011-12-15 [@Author::DOHERTY/Git::Tag] Tagged v0.002 [@Author::DOHERTY/Git::Push] pushing to origin [@Author::DOHERTY/Twitter] Trying Googl POST https://api.twitter.com/oauth/access_token failed: 401 Unauthorized at /home/mike/perl5/perlbrew/perls/perl- 5.14.2/lib/site_perl/5.14.2/Net/Twitter/Role/OAuth.pm line 209. well damn, now the rest of my plugins won't run D: Instead of dying with an error message, trap and log it. The show must go on!
Mike, I think it's awesome that you're actually using this plugin. It was sort of a joke about what dzil could do when I wrote it, so it's really low on my priority list. If you like it and would like to see it developed further, would you be interested in taking it over? Regards, David
Subject: Re: [rt.cpan.org #75995] Don't bail out if tweeting fails
Date: Sat, 31 Mar 2012 12:40:53 -0400
To: bug-Dist-Zilla-Plugin-Twitter [...] rt.cpan.org
From: Mike Doherty <doherty [...] cs.dal.ca>
Sure, I can take it on. -Mike
Great! I added you as Co-Maint on PAUSE. Thank you!
On Thu Mar 22 22:47:34 2012, DOHERTY wrote: Show quoted text
Unauthorized Show quoted text
> at /home/mike/perl5/perlbrew/perls/perl- > 5.14.2/lib/site_perl/5.14.2/Net/Twitter/Role/OAuth.pm line 209.
This indicates that the consumer key/secret and access key/secret aren't valid. I think we're not using the most modern authentication mechanism Twitter requires. The fix I have in my dev branch is just a band-aid then, it doesn't fix the actual problem.
On Sat Mar 31 20:54:32 2012, DOHERTY wrote: Show quoted text
> On Thu Mar 22 22:47:34 2012, DOHERTY wrote: > Unauthorized
> > at /home/mike/perl5/perlbrew/perls/perl- > > 5.14.2/lib/site_perl/5.14.2/Net/Twitter/Role/OAuth.pm line 209.
> > This indicates that the consumer key/secret and access key/secret
aren't Show quoted text
> valid. I think we're not using the most modern authentication mechanism > Twitter requires. The fix I have in my dev branch is just a band-aid > then, it doesn't fix the actual problem.
I've implemented the OAuth workflow in 0.15-TRIAL
Should be fixed in 0.016