朦朦墨色染 2022-02-25 14:06 采纳率: 100%
浏览 1512
已结题

爬虫报错Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002B5F5BC3C10>


import json
import requests
 
header = {"user-agent":"Mozilla/5.0.html (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.html.2171.71 Safari/537.36",
"Connection":"close"}  
proxy = {'http': '33.33.33.10:8118'}
qcc = requests.get(
    "https://api/bigsearch/zhuanliList?isAgg=true&kindcode=B&pageIndex=1&pageSize=20&publicationyear=2021&searchKey=%E7%BA%BA%E7%BB%87&status=0101",
    headers=header,
    proxies=proxy,
    ).text
data = json.loads(qcc)
patent = data['Result']
for n in patent:
    key=n['KeyNo']
    print(key) 

报错如下:
Exception has occurred: ConnectionError
HTTPSConnectionPool(host='api', port=443): Max retries exceeded with url: /bigsearch/zhuanliList?isAgg=true&kindcode=B&pageIndex=1&pageSize=20&publicationyear=2021&searchKey=%E7%BA%BA%E7%BB%87&status=0101 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002B5F5BC3C10>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

  • 写回答

1条回答 默认 最新

  • cab_bage 2022-02-25 21:01
    关注

    感觉是网址问题,所以报ConnectionError,这网址我浏览器上不去

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 3月6日
  • 已采纳回答 2月26日
  • 创建了问题 2月25日

悬赏问题

  • ¥15 TMC2209串口模式下读取不到寄存器的值串口助手蓝色字体是发过去的消息,绿色字体是收到的消息,第二行发送读取寄存器的指令但是没有读取到寄存器的值串口助手如下图:接线如下图,如何解决?
  • ¥15 高通安卓11提取完整线刷包软件,或者优博讯dt50顺丰刷机包
  • ¥20 C,有个译码器,换了信道就跑不出原来数据
  • ¥15 MIMIC数据库安装问题
  • ¥60 基于JTag协议开发Fpga下载器上位机,哪位大🐂有偿指导?
  • ¥20 全书网Java爬取数据
  • ¥15 怎么获取红包封面的原始链接,并且获取红包封面序列号
  • ¥100 微信小程序跑脚本授权的问题
  • ¥100 房产抖音小程序苹果搜不到安卓可以付费悬赏
  • ¥15 STM32串口接收问题