longxiaofei / spider-BaiduIndex

data sdk for baidu Index
MIT License
749 stars 229 forks source link

报错:TypeError string indices must be integers #30

Closed cielliyuanpeng closed 3 years ago

cielliyuanpeng commented 3 years ago

运行demo时,baidu_index.py 88行 uniqid = datas["data"]["uniqid"] 报错TypeError string indices must be integers

longxiaofei commented 3 years ago

cookie正常吗?

cielliyuanpeng commented 3 years ago

cookie cookie复制了这个长字符串,是这样嘛?麻烦您了。

longxiaofei commented 3 years ago
请你打开百度的首页,登录后,找到www.baidu.com此条GET请求,并复制此条请求的request headers里的cookie,将此cookie粘贴到demo.py中的cookies对象中

或者, 你可以直接复制查询指数那个请求中的request headers里的cookie

cielliyuanpeng commented 3 years ago

好的,修复了,确实是cookie的问题,感谢。