From: Corwin Brust <corwin@bru.st>
To: 65384-done@debbugs.gnu.org
Subject: bug#65384: 29.1; ERC 5.5.0.29.1: twitch integration broken
Date: Sat, 19 Aug 2023 13:55:13 -0500 [thread overview]
Message-ID: <CAJf-WoSG2vGh0cmQJqGFujOmJM88eFb9Ng4k+6BQJ9Z1u=GyPg@mail.gmail.com> (raw)
In-Reply-To: <878ra6c3u8.fsf@neverwas.me>
tags 65384 notabug
thanks
TL;DR: my fault for suggesting a bug report here, I think; and I've
therefore closed.
On Sat, Aug 19, 2023 at 12:57=E2=80=AFPM J.P. <jp@neverwas.me> wrote:
>
> Hi Aleksas,
>
> Aleksas Tunikas <mail@aleksas.ru> writes:
>
> > it used to work now it doesnt it gives this error, asked on an irc emac=
s
> > 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
> 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
I was able to test this approach by adding :id 'twich; shown off below.
Although I'm curious how this worked before, I've closed despite the
"regression"; if that wasn't TRT I believe replying to the original
bug address (not the -done@debbugs... variant), will reopen it.
My test:
(defun auth-for (host)
"Get the password for HOST."
(let ((found (nth 0 (auth-source-search :host host))))
(let ((secret (plist-get found :secret)))
(if (functionp secret)
(funcall secret)
secret))))
(defun twitch-irc ()
"Connect to twitch IRC via twitch."
(interactive)
(erc-tls :server "irc.chat.twitch.tv"
:port 6697
:nick "me"
:id 'twitch
:password (auth-for "twitch")))
M-x twich-ircRET
FTR, I didn't try adjusting `erc-network-alist'
>
> Thanks,
> J.P.
>
prev parent reply other threads:[~2023-08-19 18:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-19 15:58 bug#65384: 29.1; ERC 5.5.0.29.1: twitch integration broken Aleksas Tunikas
2023-08-19 17:57 ` J.P.
[not found] ` <878ra6c3u8.fsf@neverwas.me>
2023-08-19 18:55 ` Corwin Brust [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAJf-WoSG2vGh0cmQJqGFujOmJM88eFb9Ng4k+6BQJ9Z1u=GyPg@mail.gmail.com' \
--to=corwin@bru.st \
--cc=65384-done@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.