myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/

Home Page:https://sopel.chat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disconnects repeatedly

afuhrtrumpet opened this issue · comments

I cannot deploy the newest version of jenni. The bot simply connects to freenode, and disconnects without ever joining a channel. This was not a problem with an older version.

@afuhrtrumpet can you gist the full log up to disconnect?

Is that in a text file, or just the command line output?

@afuhrtrumpet the command line output and/or the jenni.log please

@afuhrtrumpet i just tried with SASL enabled and disabled and was unable to reproduce off of master.

@afuhrtrumpet i tried it both ways, i can't reproduce. can you post a log?

@afuhrtrumpet is line 48 of your modules/sasl.py:

    if hasattr(jenni.config, 'nick') and jenni.config.nick is not None and hasattr(jenni.config, 'password') and jenni.config.password is not None:

@afuhrtrumpet Can you do a search for "Session" in bot.py. There should be no instance of it, but your log indicates there is.

@afuhrtrumpet i see a different error in my log related to yelpapi. Is there a dependency that we should be aware of?

@afuhrtrumpet updated docs in #146 to reflect yelpapi dependency

@afuhrtrumpet i continue to not be able to reproduce your issue. Can you checkout master and do "git reset --hard HEAD" please and then try again?

Hmm, it seems like this was fixed within the last few commits.