First time here? Check out the FAQ!
0

SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)
 

I get this error when I first run my server:

SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)

I'm running on webfaction using the directions here: http://askbot.org/en/question/3147/need-step-by-step-installation-procedure-in/

This is the same issue that was reported here: http://askbot.org/en/question/3264/running-askbot-test-suites/ and here: https://gist.github.com/2713654

I got this error both with askbot 0.7.43 or askbot-devel.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Joseph's avatar
353
Joseph
asked 12 years ago

Comments

Installed Askbot in a virtual machine. Using django's internal development server everything was working fine. Then I switched to Apache/WSGI and I end up with the exact same error.

A. Pritschet's avatar A. Pritschet (12 years ago)

Traceback:

[Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] Traceback (most recent call last): [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__ [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] self.load_middleware() [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 45, in load_middleware [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] mod = import_module(mw_module) [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] __import__(name) [Tue Apr ... (more)

A. Pritschet's avatar A. Pritschet (12 years ago)
see more comments

1 Answer

0

This is likely to be a masked import error.

Make sure that all dependency modules are installed and are on the python path.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments