GNU bug report logs - #65384
29.1; ERC 5.5.0.29.1: twitch integration broken

Previous Next

Package: emacs;

Reported by: Aleksas Tunikas <mail <at> aleksas.ru>

Date: Sat, 19 Aug 2023 16:00:03 UTC

Severity: normal

Found in version 29.1

Done: Corwin Brust <corwin <at> bru.st>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "J.P." <jp <at> neverwas.me>
To: Aleksas Tunikas <mail <at> aleksas.ru>
Cc: emacs-erc <at> gnu.org, 65384 <at> debbugs.gnu.org
Subject: bug#65384: 29.1; ERC 5.5.0.29.1: twitch integration broken
Date: Sat, 19 Aug 2023 10:57:35 -0700
Hi Aleksas,

Aleksas Tunikas <mail <at> aleksas.ru> writes:

> it used to work now it doesnt it gives this error, asked on an irc emacs
> group on libre there was another person experiencing this, tried irssi
> and it works fine! thank you for all your work! http://ix.io/4DYd

On the surface, the problem appears to be that Twitch doesn't send vital
identifying information needed by ERC. Have you tried either workaround
mentioned in the error message by chance? Quoting from your paste:

  Failed to determine network. Please set entry for "-" in
  `erc-networks-alist' or consider calling `erc-tls' with the keyword
  `:id'. See Info:"(erc) Network Identifier" for more.

In case it's not clear, that's asking you to try something like

  (push '(twitch "-") erc-networks-alist)

before connecting, or, alternatively, connecting with something like

  (erc-tls :server "irc.chat.twitch.tv"
           :port 6697
           :nick "me"
           :password "..."
           :id 'twitch)

Unfortunately, I don't have access to Twitch credentials, so I can't try
this myself. If those workarounds don't work, please run

  M-x erc-toggle-debug-irc-protocol RET

before invoking `erc-tls' as you normally would, and then send the
contents of the buffer "*erc-protocol*" in reply to this email.

Thanks,
J.P.




This bug report was last modified 2 years and 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.