-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.26.0 connection failed EOF while 1.25.2 works with same config #2037
Comments
run with |
Here you can see a successful join to irc.libera.chat and then starts the join to twitch.
|
Thanks, can you do exactly the same with 1.25.2 where it has no issues? (and paste it here) |
We start at the same line like above, in a successful join to irc.libera.chat ooc: I see a couple of channel-specific values - none of those are secrets, tokens or can be used in a hostile way? I took a look through the stuff and while I didn't find anything obvious, I have a hard time figuring out what's better kept a secret.
|
if your password isn't there there shouldnt be any other secrets for irc |
Do you know how to build matterbridge yourself? If you clone matterbridge from master, revert that change above in vendor/github.com/lrstanley/girc/conn.go and do |
I built current master 89b0d36 and the 1.26.0 tag https://github.com/42wim/matterbridge/tree/v1.26.0 , both without the commit indicated in your previous message. In both cases it connected to twitch irc without problems. |
ok so there's not really an issue? seems like something wrong with your debian build only |
If the error appears with the commit lrstanley/girc@8240917 you mentioned and the error does not appear without this commit, this indicates this commit is responsible for the problem. |
ok I misread, could you open an issue on https://github.com/lrstanley/girc/issues ? needs to be fixed upstream |
Upstream issue: lrstanley/girc#62 |
Describe the bug
Using matterbridge-1.26.0-linux-64bit and this config
I get this error:
time="2023-04-04T11:26:18Z" level=error msg="disconnect: error: EOF" prefix=irc
time="2023-04-04T11:26:18Z" level=fatal msg="Starting gateway failed: Bridge irc.tv failed to start: connection failed EOF" prefix=main
Downgrading to matterbridge-1.25.2-linux-64bit does not produce the same error
To Reproduce
Use the config above for matterbridge-1.26.0-linux-64bit
Expected behavior
Matterbridge connects to Twitch
Screenshots/debug logs
Attemnpt1:
time="2023-04-04T11:25:35Z" level=info msg="Starting bridge: irc.tv " prefix=router
time="2023-04-04T11:25:35Z" level=info msg="Connecting irc.chat.twitch.tv:6697" prefix=irc
time="2023-04-04T11:25:36Z" level=error msg="disconnect: error: EOF" prefix=irc
time="2023-04-04T11:25:36Z" level=fatal msg="Starting gateway failed: Bridge irc.tv failed to start: connection failed EOF" prefix=main
Attempt2:
time="2023-04-04T11:26:18Z" level=info msg="Starting bridge: irc.tv " prefix=router
time="2023-04-04T11:26:18Z" level=info msg="Connecting irc.chat.twitch.tv:6697" prefix=irc
time="2023-04-04T11:26:18Z" level=error msg="disconnect: error: EOF" prefix=irc
time="2023-04-04T11:26:18Z" level=fatal msg="Starting gateway failed: Bridge irc.tv failed to start: connection failed EOF" prefix=main
If necessary I can bring more or set matterbridge into a debugmode of your choice.
Environment (please complete the following information):
Additional context
Workaround available: Downgrade to matterbridge-1.25.2-linux-64bit: version: 1.25.2 20f841c
Not urgent
Selfcontrolled, we can do all kinds of tests with it
For my reference 4114
The text was updated successfully, but these errors were encountered: