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
As per #5 (comment).
I'll be testing on a slow machine to help with this.
The text was updated successfully, but these errors were encountered:
Following from #5:
Interesting, I'm not quite sure that's a timeout issue given the "Not a well formed email address" error message, but a slow computer may play a role.
You were totally right, the problem was not a timeout, but rather that I'd used quotes in my .env file
DISCORD_EMAIL="[email protected]" DISCORD_PASSWORD="VoY7w_TzLe"
Resulting in the following state.json:
... { "discordEmail": "\"[email protected]\"", "discordPassword": "\"VoY7w_TzLe\"", "type": "LoginDiscordTask" },
This is very surprising to me, as I've had to use .env several times before and never had this be an issue. 😕
But anyways, I'm successfully logged in now at least!
Sorry, something went wrong.
No branches or pull requests
As per #5 (comment).
I'll be testing on a slow machine to help with this.
The text was updated successfully, but these errors were encountered: