Troubleshooting
Login fails
Section titled “Login fails”- Double-check the email and password from your invite — copy/paste avoids whitespace bugs.
- Your invite activates your HWID to a single machine. If you’re on a new device, ping us on Discord to release the old binding.
- If the app says Subscription expired, your 30 days are up. Reach out and we’ll extend it if you’re still actively testing.
Captchas keep failing
Section titled “Captchas keep failing”- Make sure your Capsolver / 2Captcha balance is above $1 — solvers silently drop you once you hit zero.
- Turnstile on Funko is handled internally. If it fails persistently, check Settings → Chrome pool and click Reset pool.
- Disney reCAPTCHA v3 scores below 0.5 are rejected server-side — rotate to a cleaner residential IP.
Checkout is slow
Section titled “Checkout is slow”- Use sticky-session residentials, not rotating.
- If the profile has diacritics (é, ö, à) in the address and the site’s SFCC backend returns
500 technical reasons, strip them. - Run the app on a wired connection if possible — Wi-Fi jitter alone can cost 200–500 ms.
Nothing posts to my webhook
Section titled “Nothing posts to my webhook”- Open the webhook URL in a browser. If it returns a 404 JSON body, the webhook was deleted in Discord.
- Check Settings → Webhooks for a green “Connected” status — if it’s red, recreate the webhook.
The app won’t start after an update
Section titled “The app won’t start after an update”- Quit the app fully (Task Manager / Activity Monitor).
- Relaunch. The bundled updater swaps the app bundle on exit — a stuck process blocks the swap.
- Still broken? Open
%APPDATA%\YvorAIO\debug.log(Windows) or~/Library/Application Support/YvorAIO/debug.log(macOS) and paste the last 40 lines in#bug-reportsvia/report.
Everything else
Section titled “Everything else”Run /report in our Discord with a short description, screenshot if possible, and the last line of debug.log. The team sees reports in real time.