mmueller / supybot-git

A Git plugin for Supybot (a Python IRC bot)
45 stars 24 forks source link

Plugin Constantly asking for a password for RO github repo #3

Closed SteveMcGrath closed 12 years ago

SteveMcGrath commented 12 years ago

I have to hit the enter key for an empty password...

INFO 2012-01-12T11:22:57 Creating new Irc for EsperNet.
INFO 2012-01-12T11:22:57 Connecting to irc.esper.net:6667.
INFO 2012-01-12T11:22:57 Loading plugins (connecting to EsperNet).
INFO 2012-01-12T11:22:59 Server chaos.esper.net has version charybdis-3.3.0
INFO 2012-01-12T11:22:59 Got end of MOTD from chaos.esper.net
INFO 2012-01-12T11:23:02 Join to #bukget on EsperNet synced in 2.19 seconds.
INFO 2012-01-12T11:23:14 identify called by
     "Steve[mbp]!~Stevembp]@c-67-173-45-3.hsd1.il.comcast.net".
INFO 2012-01-12T11:23:17 gitrehash called by
     "Steve[mbp]!~Stevembp]@c-67-173-45-3.hsd1.il.comcast.net".
Password:
WARNING 2012-01-12T11:39:56 Error message from EsperNet: Closing Link:
        ve503.cugnet.net (Ping timeout: 195 seconds)
INFO 2012-01-12T11:39:56 Reconnecting to EsperNet.
INFO 2012-01-12T11:39:56 Connecting to irc.esper.net:6667.
INFO 2012-01-12T11:39:58 Server apocalypse.esper.net has version
     charybdis-3.3.0
INFO 2012-01-12T11:39:58 Got end of MOTD from apocalypse.esper.net
INFO 2012-01-12T11:40:02 Join to #bukget on EsperNet synced in 2.34 seconds.
Password:
SteveMcGrath commented 12 years ago

Nevermind on this. it ended up being a gitpython 0.3 issue. I deleted the repo and let the plugin recreate. everything works now.

mmueller commented 12 years ago

Thanks for following up. :)

mmueller commented 12 years ago

Ok I just introduced support for the 0.3.x GitPython. Damn backwards-incompatible changes.