We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot read properties of undefined (reading 'Info')
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.
git bisect
@sentry/node
^6.17.9
The bridge is running on Debian 11 (bullseye) with NodeJS v20.5.1. Sentry is disabled in the bridge configuration.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our bridge exits with the following error after 1 minute:
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.
The text was updated successfully, but these errors were encountered: