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

Timeouts are too strict on slow machines #10

Open
Sanqui opened this issue Jun 17, 2022 · 1 comment
Open

Timeouts are too strict on slow machines #10

Sanqui opened this issue Jun 17, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Sanqui
Copy link
Owner

Sanqui commented Jun 17, 2022

As per #5 (comment).

I'll be testing on a slow machine to help with this.

@exelotl
Copy link

exelotl commented Jun 17, 2022

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!

@Sanqui Sanqui added the bug Something isn't working label Jun 25, 2022
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

2 participants