-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是什么情况? #13
Comments
默认情况下,登陆成功了才会有 |
@Peter-Huang0623 大概率是因为你没有登录成功,我的经验是这个 |
配置文件只有第一项在cookie中: Weibo-Album-Crawler/settings.sample.py Line 24 in 1bdb940
|
@roachsinai 这只是一个样例,你需要以你自己的 Cookies 为准。 |
好的。谢谢。 |
Lodour
added a commit
that referenced
this issue
Feb 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "main.py", line 5, in
Crawler(target).start()
File "/Users/peter/Downloads/spider/Weibo-Album-Crawler/weibo/core.py", line 24, in init
self.uid, self.name = self.target['oid'], self.target['onick']
KeyError: 'oid'
The text was updated successfully, but these errors were encountered: