Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recaptcha: An internal error occurred

Tags:

django

captcha

I'm using Recaptcha within Django. I was using the following tutorial to integrate it in my web application: http://www.marcofucci.com/tumblelog/26/jul/2009/integrating-recaptcha-with-django/

The captcha doesn't show up on my machine. Instead of the captcha the following error message is displayed:

An internal error occurred: 4A6376441D250.ADE1949.3546A435

(I get a different code each time).

like image 675
snakile Avatar asked Jun 21 '11 11:06

snakile


People also ask

How do I fix reCAPTCHA verification failed?

Help for reCAPTCHA usersMake sure your browser is fully updated (see minimum browser requirements) Check that JavaScript is enabled in your browser. Try disabling plugins that might conflict with reCAPTCHA.

What does an error with reCAPTCHA mean?

reCAPTCHA analyzes interactions with the website to detect if they are made by a human or some form of automated abuse. Sometimes, you may see a "failed reCAPTCHA check" error message while trying to create or amend your account. This means the website believes your actions may be those of a bot.

Why is reCAPTCHA blocking me?

reCAPTCHA support Unfortunately it may happen to good users like you for a few reasons: You may be on a shared network that is being used abusively. Your internet service provider may have recently assigned you a suspicious IP address. The site you are trying to access may be currently under heavy attack.

How do I complete CAPTCHA verification?

A CAPTCHA test is made up of two simple parts: a randomly generated sequence of letters and/or numbers that appear as a distorted image, and a text box. To pass a the test and prove your human identity, simply type the characters you see in the image into the text box.


1 Answers

To which domain did you sign the recaptcha? If you entered "127.0.0.1" in the registration make sure you use this one and not "localhost".

like image 152
hagutm Avatar answered Oct 02 '22 12:10

hagutm