zigdon / twirssi

An irssi script allowing the use of Twitter from within the IRC client.
http://twirssi.com
133 stars 26 forks source link

Can't locate object method "authorized" via package "Net::Twitter" at (eval 51115) line 567. #10

Closed jmdh closed 14 years ago

jmdh commented 14 years ago

I'm getting this when a login to twitter is attempted (with a fresh config). Net::Twitter version 3.13007, twirssi 2.4.3 and a22dcb33c13d2fc113c02109af6952fdeaf5682e both tested.

kostecke commented 14 years ago

I'm seeing the same error (with the same versions of Net::TWitter and twirssi)

On Debian, FWIW

tobbez commented 14 years ago

You probably upgraded Net::Twitter while irssi was running with a previous version of Net::Twitter loaded.

It seems like you need to restart irssi or run /upgrade to make irssi reload perl libraries.

(Running /upgrade fixed it for me using Twirssi v2.4.4; Net::Twitter v3.13009.

jmdh commented 14 years ago

From memory I think the problem did persist across restarts, but it's possible that I was simply mistaken -- certainly it started working again at some point :)