1
我不經常使用請求庫,所以我不知道如何調試這個錯誤。我正在使用一些來自github的代碼。 https://github.com/ashleycoxley/twitter-analytics-exportTwitter.com請求錯誤
錯誤與.get函數。
tw_url = "https://twitter.com/"
session = requests.session()
first_req = session.get(tw_url)
錯誤消息:
requests.exceptions.SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",)
這也可能是簡單的,但任何幫助,將不勝感激。
感謝,
這樣做!你的解釋聽起來不錯,我的網絡非常有限。謝謝! – TChi