-
Notifications
You must be signed in to change notification settings - Fork 72
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
Failed to make link: Cannot read property 'users' of undefined #636
Comments
This occurred for me with the EMS Slack bridge integration today too |
Having the same issue here. This does not seem to be related to the client at all, but rather looks like something in the background changed on matrix which requires now some "users" variable. |
I drilled the error down to this line in Thanks to the devtools re-pretty printing I dug up this:
I think this is the check if the bot joined and has the right power/moderator level and AFAICT it shouldn't check for ps: this was on desktop element 1.9.5 |
I also tested Element Nightly, same result but somehow the source map worked and I was able to pinpoint the code to here: I also consulted the client server specs that are commented above there and I can confirm that my result has no And I just found matrix-org/matrix-react-sdk#7179 - so I hope this will fixed soon. |
And I guess this is a duplicate of element-hq/element-web#19845 then.. tracking that one instead now. |
Describe the bug
I'm unable to finalize the integration on the slack channel selection screen.
"List Channels" of the slack workspace works but when I select the channel that should be bridge to the element room I get the error message in the title:
Failed to make link: Cannot read property 'users' of undefined
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The bridging starts working.
Screenshots
Desktop (please complete the following information):
Additional context
@slack:matrix.org
did join the element room and the room was set to public with full history.This might be a duplicate of #398 but contrary to that issue my element account is on the matrix.org homeserver.
The slack workspace is a free trial but we also tried with a paid one, same result.
The text was updated successfully, but these errors were encountered: