Skip to content
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

Gitter bridge broken? #2031

Open
taoeffect opened this issue Mar 30, 2023 · 2 comments
Open

Gitter bridge broken? #2031

taoeffect opened this issue Mar 30, 2023 · 2 comments
Labels

Comments

@taoeffect
Copy link

Describe the bug

time="2023-03-30T13:30:45-07:00" level=fatal msg="Starting gateway failed: Bridge gitter.groupincome failed to start: Get "https://api.gitter.im/v1/user": dial tcp: lookup api.gitter.im on 127.0.0.11:53: no such host" prefix=main

It appears to fail to lookup api.gitter.im. I tried on my local machine and this domain appears to be down/not registered. Confirmed here: https://mxtoolbox.com/SuperTool.aspx?action=a%3aapi.gitter.im&run=toolpage

What to do?

To Reproduce

Here's our config:

[gitter]
[gitter.groupincome]
Token="xxx"
RemoteNickFormat="<{NICK}> "

[slack]
[slack.groupincome]
Token="xxx"
PrefixMessagesWithNick=true
RemoteNickFormat="<{NICK}> "
NickFormatter="plain"
NicksPerRow=4
EditSuffix=" (edited)"

[[gateway]]
name="gateway1"
enable=true

    [[gateway.inout]]
    account="slack.groupincome"
    channel="groupincome"

    [[gateway.inout]]
    account="gitter.groupincome"
    channel="okTurtles/group-income"

Expected behavior
For the bridge to work

Screenshots/debug logs

[0000]  INFO main:         [setupLogger:matterbridge.go:104] Enabling debug logging.
[0000]  INFO main:         [main:matterbridge.go:44] Running version 1.26.0 6dafebc7
[0000]  INFO router:       [Start:gateway/router.go:66] Parsing gateway gateway1
[0000]  INFO router:       [Start:gateway/router.go:75] Starting bridge: gitter.groupincome 
[0000]  INFO gitter:       [Connect:bridge/gitter/gitter.go:27] Connecting
[0000] FATAL main:         [main:matterbridge.go:66] Starting gateway failed: Bridge gitter.groupincome failed to start: Get "https://api.gitter.im/v1/user": dial tcp: lookup api.gitter.im on 127.0.0.11:53: no such host

Environment (please complete the following information):

  • OS: linux
  • Matterbridge version: 1.26.0 6dafebc7

Additional context

See above for config.

@taoeffect taoeffect added the bug label Mar 30, 2023
@Mikaela
Copy link

Mikaela commented Mar 31, 2023

Gitter no longer exists, it's Matrix now. For instructions, see #1969 which this is a duplicate of.

@taoeffect
Copy link
Author

Thanks, then maybe this issue can just exist as a request to update the documentation to reflect that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants