You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downgrading to matterbridge-1.25.2-linux-64bit does not produce the same error. This only difference between those two versions is the commit mentioned above. The matterbridge folks advised me how to compile without this commit: 42wim/matterbridge#2037 (comment) and it worked as expected.
The same matterbridge connects to irc.libera.chat without problems, so it seems something twitch specific.
Here you can see a successful join to irc.libera.chat and then starts the join to twitch. Matterbridge with --debug option:
interesting. I'd say this bug is pretty specific to Twitch's IRC implementation. the solution may be to implement an EarlyPing configuration directive.
🌧 Describe the problem
Following 42wim/matterbridge#2037 commit 8240917 causes matterbridge not connect to twitch.tv on irc protocol properly.
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. This only difference between those two versions is the commit mentioned above. The matterbridge folks advised me how to compile without this commit: 42wim/matterbridge#2037 (comment) and it worked as expected.
The same matterbridge connects to irc.libera.chat without problems, so it seems something twitch specific.
Here you can see a successful join to irc.libera.chat and then starts the join to twitch. Matterbridge with --debug option:
This is the same log as in 42wim/matterbridge#2037 (comment)
⛅ Expected behavior
Connection to twitch.tv successful
🔄 Minimal reproduction
Run matterbridge 1.26.0 with the config mentioned above
💠 Version: girc
8240917
🖥 Version: Operating system
linux/debian
⚙ Additional context
Workaround available: Downgrade to matterbridge-1.25.2-linux-64bit: version: 1.25.2 42wim/matterbridge@20f841c or removal of commit 8240917
Not urgent
Selfcontrolled, we can do all kinds of tests with it
Touches #54
Blocks 42wim/matterbridge#2037
For my reference 4114
🤝 Requirements
The text was updated successfully, but these errors were encountered: