Skip to content
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

[Issue] Can't save account #34

Open
nashwik opened this issue Mar 28, 2021 · 5 comments
Open

[Issue] Can't save account #34

nashwik opened this issue Mar 28, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@nashwik
Copy link
Contributor

nashwik commented Mar 28, 2021

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 nashwik added the bug Something isn't working label Mar 28, 2021
@KraXen72
Copy link

KraXen72 commented Apr 1, 2021

+1, also happens to me, please fix

@chapmanwm
Copy link

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

@chapmanwm
Copy link

image
these seem to be the lines causing it

@Milliii
Copy link

Milliii commented Apr 1, 2021

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)

@TimWelm
Copy link

TimWelm commented Apr 13, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants
@KraXen72 @TimWelm @nashwik @chapmanwm @Milliii and others