Internal Server Error Using Python OpenId with Google Authentication

I installed askbot.org on my local computer, and when I use google openid, I get the following error. Here is the complete apache log. (I replaced a few hex strings)

http://bit.ly/apache_log

Can someone explain to me what could be the problem?

0
source share
1 answer

From your log, this seems like a big problem:

[Wed Mar 07 22:58:13 2012] [error] Received "invalidate_handle" from server 

From the answer to this question on invalidate_handle, it looks like an error in the "Avatar Party". I would double check your configuration.

0
source

Source: https://habr.com/ru/post/1743400/


All Articles