Python SSL connection “EOF occurred in violation of protocol”

前端 未结 3 1781
春和景丽
春和景丽 2020-12-29 05:01

I\'m using Django Celery task to connect to Facebook Graph API with requests lib using Gevent. Issue I\'m constantly running at is that every now and then I get EOF occurred

3条回答
  •  清酒与你
    2020-12-29 05:28

    I installed the latest Python 2.7 (2.7.11) and the problem went away. I believe the problem might even be solved back in 2.7.6 (I was using 2.7.5 on Mac OSX).

提交回复
热议问题