Django Social Auth Linkedin Rest API内部服务器错误

时间:2018-01-11 04:58:05

标签: python django linkedin python-social-auth

我正在使用Django Social Auth和Linkedin OAuth2后端,并在尝试使用我的Linkedin帐户进行身份验证时不断收到HTTP 500内部服务器错误。

{
  "errorCode": 0,
  "message": "Internal service error",
  "requestId": "UE6GBQYK4T",
  "status": 500,
  "timestamp": 1515645281366
}

1 个答案:

答案 0 :(得分:0)

使用social-auth-core 1.5代替1.6解决了我的问题。

1.6中引入了一个错误,这里讨论了https://github.com/python-social-auth/social-core/issues/173