AccountSwitcher icon indicating copy to clipboard operation
AccountSwitcher copied to clipboard

[Issue] Can't save account

Open nashwik opened this issue 3 years ago • 5 comments

Describe the bug Can't save account

To Reproduce

  1. Click on 'Save Account'

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Information (please complete the following information):

  • OS: Windows
  • Plugin Version: 1.3.2
  • Discord version: PTB
  • Compact Mode enabled? no
  • Encryption enabled? no

nashwik avatar Mar 28 '21 11:03 nashwik

+1, also happens to me, please fix

KraXen72 avatar Apr 01 '21 07:04 KraXen72

+1 on this, it gives a similar console error when switching accounts - so the plugin is pretty much bricked atm

chapmanwm avatar Apr 01 '21 08:04 chapmanwm

image these seem to be the lines causing it

chapmanwm avatar Apr 01 '21 08:04 chapmanwm

temp 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)

Milliii avatar Apr 01 '21 11:04 Milliii

temp 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!

TimWelm avatar Apr 13 '21 12:04 TimWelm