Skip to content

auth errors

Aranaktu edited this page Jun 30, 2026 · 2 revisions

Error: Not Authenticated

To fix this error you need to open live editor launcher and login

Error: Auth server not found

  1. Make a new folder dedicated for LE on your desktop
  2. Add it to exclusions in your antivirus
  3. Download live editor and extract it into your new folder excluded from antivirus scans

Error: localhost refused to connect

If you allow Patreon to authenticated and then you get one of these errors

  • ERR_CONNECTION_REFUSED
  • This site can't be reached
  • localhost refused to connect

Try to:

  1. Open folder with the live editor
  2. Run Live Editor launcher
  3. Manually run AuthServer\auth_server.exe

  1. Login in live editor launcher

Other errors

If in your log file you see error like this

10:30:25.690501	ERROR	[LE::AuthManager::DoAuth] Can't get response from: https://fc-live-editor-patreon-backend.vercel.app/api/auth. status code: 0. Error: Failed to connect to fc-live-editor-patreon-backend.vercel.app port 443 after 21075 ms: Couldn't connect to server

It means that the auth server is probably blocked by your firewall and you need to add these websites

  • https://www.patreon.com
  • www.fc-live-editor-patreon-backend.vercel.app

to the whitelist.

If you are for example from China you need VPN

1. Use a VPN and enable TUN mode.
2. Add LE to the whitelist in your firewall settings.
3. Use the VPN's global proxy instead of rule-based proxy.
4. Keep your JSON file safe to prevent being logged out.

The most important thing here is that you must use TUN mode, because LE's verification cannot be resolved directly through the VPN — it can only be forced to go through the VPN traffic via TUN mode. Clash Verge can handle this issue perfectly.

(Thanks @Ayu)

Clone this wiki locally