Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network.connect is broken in latest testing #1165

Closed
jlu5 opened this issue Sep 7, 2015 · 7 comments
Closed

Network.connect is broken in latest testing #1165

jlu5 opened this issue Sep 7, 2015 · 7 comments
Labels

Comments

@jlu5
Copy link
Collaborator

jlu5 commented Sep 7, 2015

Debug log:

DEBUG 2015-09-07T13:42:16 Outgoing message (overdrive-irc): PRIVMSG #control :Done.  Connection to freenode initiated.
DEBUG 2015-09-07T13:42:17 Outgoing message (freenode): CAP LS :302
DEBUG 2015-09-07T13:42:17 Outgoing message (freenode): NICK :theatlas
DEBUG 2015-09-07T13:42:17 Outgoing message (freenode): USER atlas 0 * :Supybot 0.83.4.1+limnoria 2015.09.05
DEBUG 2015-09-07T13:42:17 Adding new driver SocketDriver(Irc object for freenode).
DEBUG 2015-09-07T13:42:17 Incoming message (freenode): :barjavel.freenode.net NOTICE * :*** Looking up your hostname...
DEBUG 2015-09-07T13:42:17 MessageParser: registryValue got channel='*'
DEBUG 2015-09-07T13:42:17 Incoming message (freenode): :barjavel.freenode.net NOTICE * :*** Checking Ident
DEBUG 2015-09-07T13:42:17 MessageParser: registryValue got channel='*'
DEBUG 2015-09-07T13:42:17 Incoming message (freenode): :barjavel.freenode.net NOTICE * :*** Found your hostname
DEBUG 2015-09-07T13:42:17 MessageParser: registryValue got channel='*'
DEBUG 2015-09-07T13:42:17 Incoming message (freenode): :barjavel.freenode.net NOTICE * :*** No Ident response
DEBUG 2015-09-07T13:42:17 MessageParser: registryValue got channel='*'
DEBUG 2015-09-07T13:42:17 Incoming message (freenode): :barjavel.freenode.net CAP * LS :account-notify extended-join identify-msg multi-prefix sasl
DEBUG 2015-09-07T13:42:17 Outgoing message (freenode): CAP REQ :account-notify extended-join multi-prefix sasl
INFO 2015-09-07T13:42:17 Removing driver SocketDriver(Irc object for freenode).
@progval
Copy link
Owner

progval commented Sep 7, 2015

Does it work if you restart it?
And if you use connect again after that restart?

@jlu5
Copy link
Collaborator Author

jlu5 commented Sep 7, 2015

It only seems to affect the connect command when the bot is running. Networks connect fine on startup. Strangely there are no error messages...

@jlu5
Copy link
Collaborator Author

jlu5 commented Sep 20, 2015

This also affects the reconnect command. It's a pretty big nuisance losing the ability to connect to things after start. :/

@jlu5
Copy link
Collaborator Author

jlu5 commented Sep 28, 2015

Seems to be a plugin issue... It's sending (relay) messages too early to the server, and the "You are not registered" messages are causing it to disconnect. No idea why though.

@jlu5 jlu5 closed this as completed Sep 28, 2015
@jlu5 jlu5 reopened this Oct 3, 2015
@jlu5
Copy link
Collaborator Author

jlu5 commented Oct 3, 2015

Same thing happens to espernet:

DEBUG 2015-10-03T13:59:06 Outgoing message (overdrive-irc): PRIVMSG #dev :Done.  Connection to espernet initiated.
DEBUG 2015-10-03T13:59:06 Outgoing message (espernet): CAP LS :302
DEBUG 2015-10-03T13:59:06 Outgoing message (espernet): NICK :firehazard
DEBUG 2015-10-03T13:59:06 Outgoing message (espernet): USER LilyBot 0 * :Supybot 0.83.4.1+limnoria corona+2015.09.28
DEBUG 2015-10-03T13:59:06 Adding new driver SocketDriver(Irc object for espernet).
DEBUG 2015-10-03T13:59:06 Incoming message (espernet): :nova.esper.net NOTICE * :*** Looking up your hostname...
DEBUG 2015-10-03T13:59:06 MessageParser: registryValue got channel='*'
DEBUG 2015-10-03T13:59:06 Incoming message (espernet): :nova.esper.net NOTICE * :*** Checking Ident
DEBUG 2015-10-03T13:59:06 MessageParser: registryValue got channel='*'
DEBUG 2015-10-03T13:59:06 Incoming message (espernet): :nova.esper.net NOTICE * :*** No Ident response
DEBUG 2015-10-03T13:59:06 MessageParser: registryValue got channel='*'
DEBUG 2015-10-03T13:59:06 Incoming message (espernet): :nova.esper.net NOTICE * :*** Found your hostname
DEBUG 2015-10-03T13:59:06 MessageParser: registryValue got channel='*'
INFO 2015-10-03T13:59:06 Removing driver SocketDriver(Irc object for espernet).

@progval progval added the Bug label Oct 28, 2015
@Mikaela
Copy link
Contributor

Mikaela commented Dec 20, 2015

I would label this as Regression instead of just Bug.

@progval
Copy link
Owner

progval commented Jan 7, 2016

Can you try with the branch explode-irc-class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants