Error codes
An error callback will retrieve an error code as its first parameter. Error codes are separated by the first three numbers into error-code
families.
Error code | Description | Retry | Troubleshooting |
---|---|---|---|
100*** | Initialization Problems: There was a problem initializing Turnstile before a challenge could be started. | No | This could be caused by an old instance of the challenge that was solved. It is advised to reload the page and restart Turnstile. On continuous failures, this is indicative of an automated device. |
102*** | Invalid Parameters: The visitor sent an invalid parameter as part of the challenge towards Turnstile. | Yes | It is advised to retry the challenge. On continuous failures, this is indicative of an automated device. |
102*** 103*** 104*** 106*** | Invalid Parameters: The visitor sent an invalid parameter as part of the challenge towards Turnstile. | Yes | It is advised to retry the challenge. On continuous failures, this is indicative of an automated device and you must verify the visitor’s authenticity by other means. |
105*** | Turnstile API Compatibility: Turnstile was invoked in a deprecated or invalid way. | No | It is advised to refer to the Turnstile documentation again and refresh the page to obtain the most recent Turnstile version. |
110100 110110 | Invalid sitekey: Turnstile was invoked with an invalid sitekey or a sitekey that is no longer active. | No | Verify if the sitekey provided is still active via the Cloudflare dashboard ↗. |
110200 | Unknown domain: Domain not allowed. | No | Turnstile was used on a domain that was not allowed for this widget to be used on. Ensure that the domain is allowed in the widget configuration via the Cloudflare dashboard ↗. |
110420 | Invalid action: This error occurs when an unsupported or incorrectly formatted action is submitted. | No | Ensure that the action conforms to the specified structure and contains only valid characters and adheres to the documented length limitations. Refer to client-side configurations for more information. |
110430 | Invalid cData: This error in Turnstile refers to an issue encountered when processing Custom Data (cData). This error occurs when the cData provided does not adhere to the expected format or contains invalid characters. | No | Ensure that the cData conforms to the specified structure and contains only valid characters and adheres to the documented length limitations. Refer to client-side configurations for more information. |
110500 | Unsupported browser: The visitor is using an unsupported browser. | No | Encourage the visitor to upgrade their browser or verify otherwise. Refer to supported browsers for more information. |
110510 | Inconsistent user-agent: The visitor provided an inconsistent user-agent throughout the process of solving Turnstile. | No | The visitor may have browser extensions or settings enabled to spoof their user-agent and should disable them to proceed. |
11060* | Challenge timed out: The visitor took too long to solve the challenge and the challenge timed out. | Yes | Retry the challenge. The visitor also may have a system clock set to a wrong date. |
11062* | Challenge timed out: This error is for visible mode only. The visitor took too long to solve the interactive challenge and the challenge became outdated. | Yes | Reset the widget and re-initialize it to give the visitor the chance to solve the widget again. |
120*** | Internal Errors for Cloudflare Employees. | No | Only encountered by Cloudflare Support Engineers while debugging. |
200010 | Invalid caching: Some portion of Turnstile was accidentally cached. | No | Encourage the visitor to clear their cache. |
200100 | Time problem: The visitor’s clock is incorrect. | No | Encourage the visitor to set their clock to the correct time. |
300*** | Generic client execution error: An unspecified error occurred in the visitor while they were solving a challenge. | Yes | Potentially an automated visitor. Retry the challenge. Upon multiple subsequent failures, verify the visitor otherwise. |
600*** | Challenge execution failure: A visitor failed to solve a Turnstile Challenge. Also used by failing testing sitekey. | Yes | Potentially an automated visitor. Retry the challenge. Upon multiple subsequent failures, verify the visitor otherwise. |
Error code family 300***
and 600***
(e.g. “600010
: The generic_challenge_failure”) is a response generated by the Turnstile in situations where a potential bot or unusual visitor behavior is detected.
You can troubleshoot these error codes using the following recommendations:
- Verify your browser compatibility: Ensure that the browser you are using is one of the supported browsers for Turnstile and the browser is up to date. Refer to supported browsers for more information.
- Cloudflare challenges support all major browsers except Internet Explorer.
- Clear your browser cache and cookies: Refer to the guides below on how to clear your browser cache and cookies based on your preferred browser.
- Disable all browser extensions: Browser extensions may hinder the challenge from being successfully executed. To resolve this issue, disable your extensions and reload the page.
- Ensure that JavaScript is enabled.
- Confirm that cookies are enabled.
- Try again in incognito or private mode.
- Test with another browser or device.
- Ensure that you are not behind a VPN or proxy.
- Try from a different network.