Open frdmn opened 9 years ago
I'm not sure if it's related but I just started having issues with my hubot joining channels. It's worked for the past 6 months until the past couple of days. Also using redis.
@gabemarshall do you run Hubot in a Docker container as well? Because i just tried to run it natively and it worked like a charm. It's somehow related to the Docker environment for me.
I assume this is due to a misconfigured nickserv authentification and/or bad connect commands. Had the same issue. This happens because there's currently no real error handling in both cases and the bot will just not join any channels after either one fails.
I already raised an issue in github/hubot#941, but I was told to try it here. Right now I try to create a Dockerized Hubot instance, but it stucks while launching:
It connects fine to the actual IRC server (I can tell, since I can
/whois <botname>
and see it's connected) but doesn't want to join the channel.Not sure what's the problem is right now.
You can find the Docker repository over here: http://git.frd.mn/frdmn/docker-hubot/tree/master