我正在使用Django Social Auth和Linkedin OAuth2后端,并在尝试使用我的Linkedin帐户进行身份验证时不断收到HTTP 500内部服务器错误。
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "UE6GBQYK4T",
"status": 500,
"timestamp": 1515645281366
}
答案 0 :(得分:0)
使用social-auth-core 1.5代替1.6解决了我的问题。
1.6中引入了一个错误,这里讨论了https://github.com/python-social-auth/social-core/issues/173