We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discord won't start after creating a new Session.yaml
Similar to Bug report #30 But this time the error occured while using a windows machine.
Tried Chrome Version 117 and 113. There seems to be a problem with this piece of code
split := strings.SplitN(cfg.Token, ".", 2) if len(split) != 2 { return nil, fmt.Errorf("discord: couldn't parse token") }
in the discord.go file
image removed
The text was updated successfully, but these errors were encountered:
Workaround: Pulled the token manually from the dev tools. Now it works as intended
Sorry, something went wrong.
I haven't figured out why Discord sometimes generates a token with a different format, and I don't know how to reproduce it. 🙈
No branches or pull requests
Discord won't start after creating a new Session.yaml
Similar to Bug report #30
But this time the error occured while using a windows machine.
Tried Chrome Version 117 and 113.
There seems to be a problem with this piece of code
in the discord.go file
The text was updated successfully, but these errors were encountered: