How do I resolve Django AllAuth - 'Connection aborted.', error(13, 'Permission denied') Error?

前端 未结 1 1929
半阙折子戏
半阙折子戏 2021-01-02 17:58

I\'m trying to resolve a connection error thrown by AllAuth/Django 1.7 running on Google App Engine: I believe the error may be in the Sessions configuration but I\'ve not b

相关标签:
1条回答
  • 2021-01-02 18:20

    After doing some research, it seems AppEngine's problems were related to my installed version of requests.

    I resolved this by pip uninstall requests (2.5.1), then pip install requests==2.3.

    Source

    0 讨论(0)
提交回复
热议问题