PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 30th of March, 2021

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[23:05:46] <jaraco> I don’t know why it failed to reconnect reliably at the time. Maybe some unreliability in the network - perhaps whatever caused it to disconnect in the first place was still ongoing.
[23:06:03] <jaraco> To be clear, I just manually restarted the job and the bot came back.
[23:06:50] <jaraco> My guess is the irc library or bot library doesn’t detect the condition where it connects but never receives a welcome message. IIRC, the welcome message is what initiates the keepalive ping.
[23:07:17] <jaraco> So if it manages to connect over TCP but doesn’t negotiate a welcome message, that could cause it to be in an improper state.
[23:08:05] <jaraco> https://github.com/jaraco/irc/issues/181 may be relevant.