Closed soupault closed 8 years ago
Hi @soupault, it sounds like you don't have alert
installed. Do you still see this error after putting that somewhere in your load-path
?
@eqyiel after installing alert
I'm getting a whole lot of different errors (separate error for each message in the channels):
For information about GNU Emacs and the GNU system, type C-h C-a.
Error running event nil handler circe--irc-display-event: (wrong-type-argument stringp t) (args were (#<process irc.freenode.net> "JOIN" "soupault!~user@ip-66-66-66-66.bb.netbynet.ru" "#emacs" "soupault" "user"))
Error running event nil handler circe--irc-display-event: (wrong-type-argument stringp t) (args were (#<process irc.freenode.net> "irc.message" "patricles!~user@cpe-69-206-251-11.nyc.res.rr.com" "#emacs" "twb: it seems good but if i sexp eval a malformed statement it does nothing"))
Error running event nil handler circe--irc-display-event: (wrong-type-argument stringp t) (args were (#<process irc.freenode.net> "irc.message" "fsbot!~fsbot@unaffiliated/deego/bot/fsbot" "#emacs" "\"Doctor! Doctor! It hurts when I do <this>!\""))
Error running event nil handler circe--irc-display-event: (wrong-type-argument stringp t) (args were (#<process irc.freenode.net> "irc.message" "fsbot!~fsbot@unaffiliated/deego/bot/fsbot" "#emacs" "\"Well, don't do <that>, then!\""))
...
Hey @soupault, do you still see this issue after the changes in #5?
@eqyiel Seems to be fixed now. I need to configure something, but the popup notifications do work. Thanks!
Hello! I've an issue running
circe-notifications
. Emacs starts fine without any warning, but once I executecirce
the following message is being shown:In
rc-circe.el
I havecirce-notifications
configured by:If I remove
circe-notifications
and run purecirce
, I get no warnings.