Skip to content

Error Codes

Complete reference of AutoSolve error codes with causes and solutions.

Error Code Categories

┌─────────────────────────────────────────────────────────────────────────────────┐
│                      ERROR CODE CATEGORIES                                       │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   Code Range        │ Category          │ Description                           │
│   ─────────────────│──────────────────│────────────────────────────────────── │
│   1xx               │ Connection        │ Network and connectivity issues       │
│   2xx               │ Authentication    │ API key and login issues              │
│   3xx               │ Solver            │ Solver-related problems               │
│   4xx               │ Captcha           │ Captcha processing errors             │
│   5xx               │ System            │ Internal system errors                │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Connection Errors (1xx)

┌─────────────────────────────────────────────────────────────────────────────────┐
│                      CONNECTION ERRORS                                           │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   ERROR 101: Connection Refused                                                 │
│   ─────────────────────────────                                                 │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    AutoSolve server not reachable                               │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check your internet connection                                      │   │
│   │  2. Verify firewall isn't blocking AutoSolve                            │   │
│   │  3. Check if AutoSolve service is running                               │   │
│   │  4. Try restarting OneClick                                             │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 102: Connection Timeout                                                 │
│   ─────────────────────────────                                                 │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Request took too long to complete                            │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check internet speed and stability                                  │   │
│   │  2. Reduce number of concurrent requests                                │   │
│   │  3. Check if proxies are causing slowdown                               │   │
│   │  4. Increase timeout settings if available                              │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 103: WebSocket Disconnected                                             │
│   ─────────────────────────────────                                             │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Real-time connection to AutoSolve dropped                    │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Restart the bot application                                         │   │
│   │  2. Check OneClick is running and connected                             │   │
│   │  3. Verify API key is still valid                                       │   │
│   │  4. Check for network interruptions                                     │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 104: DNS Resolution Failed                                              │
│   ────────────────────────────────                                              │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Cannot resolve AutoSolve server address                      │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check DNS settings (try 8.8.8.8 or 1.1.1.1)                         │   │
│   │  2. Flush DNS cache: ipconfig /flushdns                                 │   │
│   │  3. Restart network adapter                                             │   │
│   │  4. Contact ISP if persistent                                           │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Authentication Errors (2xx)

┌─────────────────────────────────────────────────────────────────────────────────┐
│                      AUTHENTICATION ERRORS                                       │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   ERROR 201: Invalid API Key                                                    │
│   ──────────────────────────                                                    │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    API key is incorrect or doesn't exist                        │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Verify API key in AYCD Dashboard                                    │   │
│   │  2. Copy key again (avoid extra spaces)                                 │   │
│   │  3. Ensure using Bot API Key, not Access Token                          │   │
│   │  4. Check key hasn't been deleted                                       │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 202: API Key Expired                                                    │
│   ──────────────────────────                                                    │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    API key has expired or been revoked                          │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check subscription status in AYCD Dashboard                         │   │
│   │  2. Renew subscription if expired                                       │   │
│   │  3. Create new API key if revoked                                       │   │
│   │  4. Contact support if unexpected                                       │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 203: Subscription Inactive                                              │
│   ────────────────────────────────                                              │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    AutoSolve subscription is not active                         │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check subscription in AYCD Dashboard                                │   │
│   │  2. Verify payment method is valid                                      │   │
│   │  3. Renew or purchase subscription                                      │   │
│   │  4. Wait for payment to process (can take minutes)                      │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 204: Rate Limited                                                       │
│   ───────────────────────                                                       │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Too many requests in short time                              │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Reduce request frequency                                            │   │
│   │  2. Add delays between requests                                         │   │
│   │  3. Distribute load across multiple keys                                │   │
│   │  4. Wait before retrying (usually 1-5 minutes)                          │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 205: Insufficient Credits                                               │
│   ───────────────────────────────                                               │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Not enough credits for this solve                            │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check credit balance in AYCD Dashboard                              │   │
│   │  2. Purchase additional credits                                         │   │
│   │  3. Use human solvers instead (if available)                            │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Solver Errors (3xx)

┌─────────────────────────────────────────────────────────────────────────────────┐
│                        SOLVER ERRORS                                             │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   ERROR 301: No Solvers Available                                               │
│   ───────────────────────────────                                               │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    No solvers are online to handle request                      │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Launch solvers in OneClick                                          │   │
│   │  2. Check OneClick is running                                           │   │
│   │  3. Verify solver windows are active                                    │   │
│   │  4. Enable AutoSolve AI as backup                                       │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 302: Solver Timeout                                                     │
│   ─────────────────────────                                                     │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Solver took too long to complete captcha                     │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check solver window isn't frozen                                    │   │
│   │  2. Restart unresponsive solvers                                        │   │
│   │  3. Add more solvers to reduce queue                                    │   │
│   │  4. Check for difficult captchas (may need AI)                          │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 303: Solver Crashed                                                     │
│   ─────────────────────────                                                     │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Solver browser or process crashed                            │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Restart crashed solver                                              │   │
│   │  2. Check system resources (RAM, CPU)                                   │   │
│   │  3. Reduce number of concurrent solvers                                 │   │
│   │  4. Update browser/OneClick                                             │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 304: Solver Queue Full                                                  │
│   ────────────────────────────                                                  │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Too many pending captchas for available solvers              │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Launch additional solvers                                           │   │
│   │  2. Enable AutoSolve AI for overflow                                    │   │
│   │  3. Reduce bot task count                                               │   │
│   │  4. Wait for queue to clear                                             │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 305: Gmail Account Issue                                                │
│   ──────────────────────────────                                                │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Google account in solver has issue (locked, logged out)      │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Re-login to Google account in solver                                │   │
│   │  2. Check account isn't suspended                                       │   │
│   │  3. Complete any security challenges                                    │   │
│   │  4. Use different farmed account                                        │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Captcha Errors (4xx)

┌─────────────────────────────────────────────────────────────────────────────────┐
│                        CAPTCHA ERRORS                                            │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   ERROR 401: Invalid Captcha Type                                               │
│   ───────────────────────────────                                               │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Unsupported or malformed captcha type                        │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Verify captcha type is supported                                    │   │
│   │  2. Check bot is sending correct type                                   │   │
│   │  3. Update bot if site changed captcha                                  │   │
│   │  4. Contact bot developer                                               │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 402: Captcha Expired                                                    │
│   ──────────────────────────                                                    │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Captcha token expired before use (typically 2 min for v2)    │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Reduce solve time (add more solvers)                                │   │
│   │  2. Use faster AI solvers                                               │   │
│   │  3. Check bot is using token immediately                                │   │
│   │  4. Verify no delays between solve and submit                           │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 403: Invalid Site Key                                                   │
│   ───────────────────────────                                                   │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Site key provided doesn't match target site                  │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Bot may need update                                                 │   │
│   │  2. Site may have changed captcha configuration                         │   │
│   │  3. Verify correct site is being targeted                               │   │
│   │  4. Report to bot developer                                             │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 404: Captcha Failed                                                     │
│   ─────────────────────────                                                     │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Captcha solution was rejected by site                        │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. This happens occasionally - retry                                   │   │
│   │  2. If frequent, check solver quality                                   │   │
│   │  3. For v3, may indicate low score                                      │   │
│   │  4. Try different solver type                                           │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 405: Low V3 Score                                                       │
│   ───────────────────────                                                       │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    reCaptcha v3 score below site threshold                      │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Use farmed Google accounts (WF-006)                                 │   │
│   │  2. Use ISP proxies instead of datacenter                               │   │
│   │  3. Farm accounts longer                                                │   │
│   │  4. Check account isn't flagged                                         │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

System Errors (5xx)

┌─────────────────────────────────────────────────────────────────────────────────┐
│                        SYSTEM ERRORS                                             │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   ERROR 501: Internal Server Error                                              │
│   ────────────────────────────────                                              │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    AutoSolve server issue                                       │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Wait and retry (usually temporary)                                  │   │
│   │  2. Check AYCD status/Discord for outages                               │   │
│   │  3. Contact support if persistent                                       │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 502: Service Unavailable                                                │
│   ──────────────────────────────                                                │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    AutoSolve service is down or under maintenance               │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Check AYCD Discord for announcements                                │   │
│   │  2. Wait for service restoration                                        │   │
│   │  3. Check status.aycd.io if available                                   │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   ERROR 503: Database Error                                                     │
│   ─────────────────────────                                                     │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Cause:    Backend database issue                                       │   │
│   │                                                                          │   │
│   │  Solutions:                                                             │   │
│   │  1. Wait and retry                                                      │   │
│   │  2. Usually resolves quickly                                            │   │
│   │  3. Report if persistent                                                │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Quick Error Resolution Flow

┌─────────────────────────────────────────────────────────────────────────────────┐
│                    ERROR RESOLUTION FLOWCHART                                    │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│                              ERROR OCCURS                                        │
│                                   │                                              │
│                                   ▼                                              │
│                          ┌───────────────┐                                       │
│                          │ What type?    │                                       │
│                          └───────┬───────┘                                       │
│                                  │                                               │
│         ┌────────────────────────┼────────────────────────┐                     │
│         │                        │                        │                     │
│         ▼                        ▼                        ▼                     │
│   ┌───────────┐           ┌───────────┐           ┌───────────┐                │
│   │ 1xx/2xx   │           │    3xx    │           │  4xx/5xx  │                │
│   │Connection/│           │  Solver   │           │ Captcha/  │                │
│   │   Auth    │           │           │           │  System   │                │
│   └─────┬─────┘           └─────┬─────┘           └─────┬─────┘                │
│         │                       │                       │                       │
│         ▼                       ▼                       ▼                       │
│   Check:                  Check:                  Check:                        │
│   • Internet              • OneClick running      • Bot sending correct data   │
│   • API key               • Solvers launched      • Captcha type match         │
│   • Subscription          • Queue not full        • Wait and retry             │
│         │                       │                       │                       │
│         └───────────────────────┴───────────────────────┘                       │
│                                 │                                               │
│                                 ▼                                               │
│                        ┌───────────────┐                                        │
│                        │   Resolved?   │                                        │
│                        └───────┬───────┘                                        │
│                                │                                                │
│                    ┌───────────┴───────────┐                                   │
│                    │                       │                                    │
│                    ▼                       ▼                                    │
│               ┌────────┐             ┌──────────┐                              │
│               │  Yes   │             │    No    │                              │
│               └────────┘             └────┬─────┘                              │
│                                           │                                     │
│                                           ▼                                     │
│                                    Contact Support                              │
│                                    with error code                              │
│                                    and details                                  │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Unofficial documentation compiled from AYCD resources