Open shiznix opened 10 years ago
Weird! What version of supybot are you running? Can you provide a stack trace if connection eventually times out? (Or can you interrupt it and provoke a stack trace?)
Apologies for the late reply, here is the traceback. Supybot version is 0.83.4.1 The connection does not timeout and must be interrupted with the resulting output:
INFO 2014-10-13T15:05:31 Creating new Irc for freenode.
INFO 2014-10-13T15:05:31 Sending PASS command, not logging the password.
INFO 2014-10-13T15:05:31 Connecting to irc.freenode.net:6667.
INFO 2014-10-13T15:05:31 Loading plugins (connecting to freenode).
^CTraceback (most recent call last):
File "/usr/bin/supybot-2.7", line 333, in
Unfortunately, that supybot version is ancient. You should probably use a more recent snapshot from the source repository itself. I remember there being showstopper bugs in 0.83.4.1.
Same problem with latest snapshot :(
Here is the traceback from that:
INFO 2014-10-18T21:00:14 Creating new Irc for freenode.
INFO 2014-10-18T21:00:14 Sending PASS command, not logging the password.
INFO 2014-10-18T21:00:14 Connecting to irc.freenode.net:6667.
INFO 2014-10-18T21:00:20 Loading plugins (connecting to freenode).
^CTraceback (most recent call last):
File "/usr/bin/supybot-2.7", line 329, in
Enabling this plugin breaks supybot from being able to connect to an IRC server. Supybot reports itself as 'Connecting..', but does not connect until the Git plugin is disabled.