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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I try inviting any new members into the Channel in �MS teams. The matterbridge crashed.
Error detail: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x51a17dd]
goroutine 39 [running]: github.com/42wim/matterbridge/bridge/msteams.(*Bmsteams).poll(0xc0000c00f0, {0xc0000408c0, 0x3c}) /Users/matterbridge/bridge/msteams/msteams.go:171 +0x41d github.com/42wim/matterbridge/bridge/msteams.(*Bmsteams).JoinChannel.func1({0xc0000408c0, 0x3c}) /Users/matterbridge/bridge/msteams/msteams.go:77 +0x68 created by github.com/42wim/matterbridge/bridge/msteams.(*Bmsteams).JoinChannel /Users/matterbridge/bridge/msteams/msteams.go:75 +0xde
The text was updated successfully, but these errors were encountered:
Fix panic in msteams. Fixes #1588
3e1d9ed
f025cf1
b1f4031
No branches or pull requests
When I try inviting any new members into the Channel in �MS teams. The matterbridge crashed.
Error detail:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x51a17dd]
goroutine 39 [running]:
github.com/42wim/matterbridge/bridge/msteams.(*Bmsteams).poll(0xc0000c00f0, {0xc0000408c0, 0x3c})
/Users/matterbridge/bridge/msteams/msteams.go:171 +0x41d
github.com/42wim/matterbridge/bridge/msteams.(*Bmsteams).JoinChannel.func1({0xc0000408c0, 0x3c})
/Users/matterbridge/bridge/msteams/msteams.go:77 +0x68
created by github.com/42wim/matterbridge/bridge/msteams.(*Bmsteams).JoinChannel
/Users/matterbridge/bridge/msteams/msteams.go:75 +0xde
The text was updated successfully, but these errors were encountered: