Plugin causes Discord to crash when opening Scheduled Events
joelnedev opened this issue · 4 comments
When clicking on the Events button (see here) or opening a channel in which an invite to that event was sent (ex. discord.gg/thisisaninvitecode?event=eventID
), Better Status Indicators causes Discord to crash. The error logged to the DevTools console is Error: getMaskId(): Unsupported type, size: SIZE_20, status: online, isMobile: false
This behavior is not observed when the plugin is disabled.
Hello, thanks for the bug report! Is there any chance that you could share your settings file with me? You should be able to find it under the "settings" folder of your Powercord install - the file will be called better-status-indicators.json
. Cheers!
Of course:
{
"webShowOnBots": false,
"enabledModules": [
"radial-status",
"status-everywhere"
],
"se-typingStatus": "self+others",
"themeVariables": false,
"rs-avatar-inset": 3,
"rs-hide-speaking-ring": false,
"se-mobileStatus": "others",
"seenHardwareAccelerationNotice": true
}
I've also done a little more troubleshooting, and it does not crash when Status Everywhere is disabled.