ds_store_exp icon indicating copy to clipboard operation
ds_store_exp copied to clipboard

建议添加以下代码,避免特殊情况下https请求出现错误

Open zha0gongz1 opened this issue 2 years ago • 3 comments

原脚本使用情况: img

添加修复代码:

import urllib3
...
...
try:
    urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
    response = requests.get(url, verify=False, allow_redirects=False)
except Exception as e:
...

zha0gongz1 avatar Jul 27 '22 14:07 zha0gongz1

太牛了师傅,解决了https的证书问题

M0untainShley avatar Jul 28 '22 12:07 M0untainShley

师傅 问下这是什么情况 93B758E2-DF52-476E-9899-EE0DD959FBEF

tiantop avatar Jan 10 '23 19:01 tiantop

师傅 问下这是什么情况 93B758E2-DF52-476E-9899-EE0DD959FBEF

缺少queue模块,英文翻译下就知道了,pip安装一下

zha0gongz1 avatar Jan 11 '23 03:01 zha0gongz1