为了账号安全,请及时绑定邮箱和手机立即绑定

Session.send()的问题

win10 + py3.5 +requests-2.12.2+pycharm(之前的实例没什么问题)

就这句有警告   resp = s.send(prepped, timeout=5)

pycharm里面有提示

       This inspection reports discrepancies between declared parameters and      actual arguments, as well as incorrect arguments (e.g. duplicate named      arguments) and incorrect argument order. Decorators are analyzed, too.     

  

运行后:

  File "D:/Pycharm project/python_程序开发指南/test1.py", line 56, in hard_request

    resp = s.send(prepped, timeout=5)

TypeError: send() missing 1 required positional argument: 'request'


正在回答

2 回答

Session.send(self, request, kwargs)

缺少request参数

0 回复 有任何疑惑可以回复我~

s 对象对不对。看你的错误提示:参数错误

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python-走进Requests库
  • 参与学习       38732    人
  • 解答问题       106    个

python类库中,requests是一件利器,想深入了解一起来学吧

进入课程

Session.send()的问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信