-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
could not be constructed #78
Comments
same for me, the problem is new because I had no problem before |
same... |
same here after update |
If you go into your BD plugins folder and "refresh" the AccountSwitcher.plugin.js file (move it out of the directory and back in) it will load properly until a permanent fix is released. |
Might be a version of this, but I removed the @cc_on ... @ else part and it worked |
It worked for me too... |
Yep this worked for me! Glad there's an easy resolution. |
This only happens because modifying the file forces BD to reload it, and it works because it is reloaded while BD is initialized and hopefully the module AccountSwitcher depends on is cached at this time. |
same |
not working for me lol you mind telling me exactly which lines of code you deleted? |
Confirming that this fix work, thanks |
if you have a working fix, please create a PR so that i can just merge it. dont want to bother with this at all rn. |
It's not worth it anymore, just wait until discord provides it |
@ezeholz, This just removes keybinds via KeyRecorder and is not a fix, it just breaks the plug-in. What needs to be changed is to force KeyRecorder to load or switch to key events. I have an example of this in MultiAccounts plug-in. |
It doesn't show up in my plugins list but is in my plugins folder. Every time I boot up BD, it says the plugin "could not be constructed", and whenever I try to click on the error log it crashes and prompts me to reload/restart BD.
The text was updated successfully, but these errors were encountered: