AccountSwitcher
AccountSwitcher copied to clipboard
[Issue] Can't save account
Describe the bug Can't save account
To Reproduce
- Click on 'Save Account'
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Information (please complete the following information):
- OS: Windows
- Plugin Version: 1.3.2
- Discord version: PTB
- Compact Mode enabled? no
- Encryption enabled? no
+1, also happens to me, please fix
+1 on this, it gives a similar console error when switching accounts - so the plugin is pretty much bricked atm
these seem to be the lines causing it
I came up with a temporary fix for myself in case anyone wants to edit it themselves (although I'm not sure if you need to have nodejs installed for it, which makes it a terrible solution anyway)
Edit: Yes, you have to have it installed. (I don't write js sorry)
I came up with a temporary fix for myself in case anyone wants to edit it themselves (although I'm not sure if you need to have nodejs installed for it, which makes it a terrible solution anyway)
Edit: Yes, you have to have it installed. (I don't write js sorry)
This worked for me! Thanks, for people who don't understand what he means: You need to add the line const Buffer = require("buffer").Buffer;
to line 67 in the AccountSwitcher.plugin.js file. When I added that it worked!