1. 程式人生 > >問題:(爬蟲)使用jsonpath報錯requests.exceptions.ConnectionError: [Errno -3] Temporary failure...

問題:(爬蟲)使用jsonpath報錯requests.exceptions.ConnectionError: [Errno -3] Temporary failure...

想要獲取拉鉤網站上的地區的內容,並且配好了headers

報錯內容如下:

requests.exceptions.ConnectionError: HTTPConnectionPool(host='www.lagou.com', port=80): Max retries exceeded with url: /lbs/getAllCitySearchLabels.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fad76a08a58>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))

在百度後找到了,一個相關問題的答案,然後嘗試了一下,結果還是這個錯誤

緊接著發現了,虛擬機器網路沒有通,關機重啟,網路通了,就好了~~~,也就是說

使用requests時,遇到這種錯誤型別的時候,就檢查一下自己的網路是否通!!!