# Common errors

Sometimes errors are caused by a miss configuration. Here are the most common errors for every module and how to fix them:

## Discord

| Error                                                                                                  | Reason                                                                               | How to fix                                                                                                                   |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| Stuck on <mark style="color:red;">"Connecting to discord..."</mark>                                    | Your proxy is failing to connect to discord                                          | Change the proxy                                                                                                             |
| <mark style="color:red;">Invalid discord login details</mark>                                          | Invalid discord token                                                                | Make sure the token you're using is valid                                                                                    |
| <mark style="color:red;">Failed to get verify URL from email</mark>                                    | Did not receive a verification code on email for over 2min                           | Make sure your email has IMAP enabled & that it's receiving discord emails                                                   |
| <mark style="color:red;">Received invalid captcha answer</mark>                                        | Captcha service returned answer that doesn't match the image text                    | Try a different captcha solver or try again with the same one                                                                |
| <mark style="color:red;">Received invalid captcha from solver</mark>                                   | Captcha service returned a captcha but Discord didn't let us join the server with it | Try again or use the local HCaptcha solver                                                                                   |
| <mark style="color:red;">Failed getting invite information / The user is banned from this guild</mark> | Invite code doesn't exist/Flagged discord account/Flagged proxy                      | Make sure the invite is valid. If it is then chances are your account/proxies got flagged so you'll need to try again later. |
| <mark style="color:red;">You need to verify your account in order to perform this action</mark>        | Discord requested reverify by mail/phone                                             | Use an "Account Verifier" function                                                                                           |
| <mark style="color:red;">404: Not Found</mark>                                                         | Wrong invite format link                                                             | <p>Use one of these formats:<br><https://discord.gg/XXXXXXXX> or XXXXXXXX</p>                                                |
| <mark style="color:red;">Failed getting fingerprint</mark>                                             | Discord has blocked your proxies or proxies have a bad connection                    | Change the proxy                                                                                                             |

## Twitter

| Error                                                       | Reason                         | How to fix                                            |
| ----------------------------------------------------------- | ------------------------------ | ----------------------------------------------------- |
| <mark style="color:red;">Email Verification Required</mark> | Email password needed          | Include the email password when importing the account |
| <mark style="color:red;">Failed email verification</mark>   | Email IMAP error               | Make sure IMAP is enabled on your email account       |
| <mark style="color:red;">Failed getting guest token</mark>  | Proxy banned/Proxy not working | Wait a couple minutes/use a different proxy           |

## Alphabot

<table><thead><tr><th>Error</th><th width="243.33333333333331">Reason</th><th>How to fix</th></tr></thead><tbody><tr><td><mark style="color:red;">Failed getting csrf token</mark></td><td>Proxy banned/Proxy not working</td><td>Wait a couple minutes/use a different proxy</td></tr><tr><td><mark style="color:red;">Failed logging in</mark></td><td>Proxy rate limited</td><td>Retry after a couple of minutes or use a different proxy</td></tr><tr><td><mark style="color:red;">Failed solving captcha</mark></td><td>Captcha was solved wrong or its score isnt high enough</td><td>Change the proxy or try to rerun task</td></tr><tr><td><mark style="color:red;">Verified email required</mark></td><td>You need to verify your email on Alphabot</td><td>Link email on Alphabot group</td></tr></tbody></table>

## Atlas3

| Error                                                     | Reason                         | How to fix                                               |
| --------------------------------------------------------- | ------------------------------ | -------------------------------------------------------- |
| <mark style="color:red;">Failed getting csrf token</mark> | Proxy banned/Proxy not working | Wait a couple minutes/use a different proxy              |
| <mark style="color:red;">Failed logging in</mark>         | Proxy rate limited             | Retry after a couple of minutes or use a different proxy |

## Premint

| Error                                             | Reason                  | How to fix            |
| ------------------------------------------------- | ----------------------- | --------------------- |
| <mark style="color:red;">Proxy not working</mark> | Proxy banned by premint | Use a different proxy |

## Zealy

| Error                                                    | Reason                         | How to fix                                  |
| -------------------------------------------------------- | ------------------------------ | ------------------------------------------- |
| <mark style="color:red;">Failed getting community</mark> | Proxy banned/Proxy not working | Wait a couple minutes/use a different proxy |

## Subber

| Error                                                         | Reason                                   | How to fix                                                            |
| ------------------------------------------------------------- | ---------------------------------------- | --------------------------------------------------------------------- |
| <mark style="color:red;">Failed getting nonce</mark>          | Proxy banned/Proxy not working           | Wait a couple minutes/use a different proxy                           |
| <mark style="color:red;">Failed getting twitter acc id</mark> | No twitter linked on this profile        | Check if twitter linked, link them again if twitter has been unlinked |
| <mark style="color:red;">Failed getting member token</mark>   | Discord account has probably been locked | Make sure the token you're using is valid                             |

## Superful

| Error                                                           | Reason                         | How to fix                                  |
| --------------------------------------------------------------- | ------------------------------ | ------------------------------------------- |
| <mark style="color:red;">Failed getting message to sign!</mark> | Proxy banned/Proxy not working | Wait a couple minutes/use a different proxy |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desktop-guide.lyrarobotics.io/basics/common-errors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
