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

Bridge exits with Cannot read properties of undefined (reading 'Info') #1830

Open
silkeh opened this issue Nov 20, 2024 · 0 comments
Open

Bridge exits with Cannot read properties of undefined (reading 'Info') #1830

silkeh opened this issue Nov 20, 2024 · 0 comments

Comments

@silkeh
Copy link
Contributor

silkeh commented Nov 20, 2024

Our bridge exits with the following error after 1 minute:

2024-11-20 20:09:31 INFO:IrcBridge Startup complete.
2024-11-20 20:09:31 ERROR:CLI Failed to run bridge.
2024-11-20 20:09:31 ERROR:CLI Error: {}
2024-11-20 20:09:31 ERROR:CLI TypeError: Cannot read properties of undefined (reading 'Info')
    at Object.runBridge (/opt/matrix-appservice-irc/lib/main.js:135:65)

A git bisect tracked this to #1798, commit 0229dfa. Downgrading the @sentry/node dependency back to ^6.17.9 solves the issue.

The bridge is running on Debian 11 (bullseye) with NodeJS v20.5.1. Sentry is disabled in the bridge configuration.

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

No branches or pull requests

1 participant