nnev / frank

Frank is an IRC bot written in Go. It’s my pet project to learn Go and specifically tailored to my needs.
ISC License
8 stars 7 forks source link

investigate "record overflow" issue when automatically restarting #20

Closed breunigs closed 9 years ago

breunigs commented 9 years ago

Okt 26 23:00:07 eris systemd[1]: frank.service holdoff time over, scheduling restart. Okt 26 23:00:07 eris systemd[1]: Stopping frank (irc-bot)... Okt 26 23:00:07 eris systemd[1]: Starting frank (irc-bot)... Okt 26 23:00:07 eris systemd[1]: Started frank (irc-bot). Okt 26 23:00:07 eris frank[8010]: 2014/10/26 23:00:07 Connection error: local error: record overflow Okt 26 23:00:07 eris frank[8010]: 2014/10/26 23:00:07 Frank has booted

Merovius commented 9 years ago

http://erlang.org/pipermail/erlang-questions/2012-December/071099.html

breunigs commented 9 years ago

considering frank was switched to robustirc and thus its IRC library, this likely doesn't apply anymore