-
Notifications
You must be signed in to change notification settings - Fork 644
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
学习研究代码 请勿传播 #503
Comments
大佬您好,按照您的做了,还是不行,出现以下错误,烦请大佬指点: |
|
你的已经不是二维码的问题了 我的代码发给你 你看看
…------------------ 原始邮件 ------------------
发件人: "liukangyi2019"<[email protected]>;
发送时间: 2020年3月27日(星期五) 下午4:35
收件人: "Alivon/Panda-Learning"<[email protected]>;
抄送: "/sun炽"<[email protected]>;"Author"<[email protected]>;
主题: Re: [Alivon/Panda-Learning] 学习研究代码 请勿传播 (#503)
大佬您好,按照您的做了,还是不行,出现以下错误,烦请大佬指点:
Traceback (nost recent call last) :
File "pandalearning.py". line 181, in
total, each = show_score (cookies )
File“ pandalearning.py",1ine 49,in show_score
total, each = score.get_ score (cookies)
File "D:\My-work\pdlearn\score.py",line 9, in get_ score
for cookie in cookies:
TypeError:'NoneType 'object is not iterable
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
大佬,我的邮箱[email protected] |
你的已经不是二维码的问题了 我的代码发给你 你看看
…------------------ 原始邮件 ------------------
发件人: "liukangyi2019"<[email protected]>;
发送时间: 2020年3月27日(星期五) 下午4:35
收件人: "Alivon/Panda-Learning"<[email protected]>;
抄送: "/sun炽"<[email protected]>;"Author"<[email protected]>;
主题: Re: [Alivon/Panda-Learning] 学习研究代码 请勿传播 (#503)
大佬您好,按照您的做了,还是不行,出现以下错误,烦请大佬指点:
Traceback (nost recent call last) :
File "pandalearning.py". line 181, in
total, each = show_score (cookies )
File“ pandalearning.py",1ine 49,in show_score
total, each = score.get_ score (cookies)
File "D:\My-work\pdlearn\score.py",line 9, in get_ score
for cookie in cookies:
TypeError:'NoneType 'object is not iterable
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
还是不行,麻烦大佬给看看我的到底哪里错了,谢谢!!
|
出现这个情况,请大佬指点
|
晚点我给你打包------------------ 原始邮件 ------------------
发件人: "liukangyi2019"<[email protected]>
发送时间: 2020年3月27日(星期五) 下午5:49
收件人: "Alivon/Panda-Learning"<[email protected]>;
抄送: "JonChen"<[email protected]>;"Author"<[email protected]>;
主题: Re: [Alivon/Panda-Learning] 学习研究代码 请勿传播 (#503)
出现这个情况,请大佬指点
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
我的系统是win732位的。
|
修改pandalearning.py的18行为:driver_login = mydriver.Mydriver(noimg=False,nohead=False) |
出现无效页面\ 系统正在维护中 |
参考这个里面7楼的修改 |
是的 一个意思 |
爱莫能助了 我的64位win10 你用作者代码就行 修改 登录的地址 和 图片加载那一行 |
二维码出不来 是因为源程序屏蔽的图片 Mydriver.py 把20行 修改 false为 true
self.options.add_argument('blink-settings=imagesEnabled=true')
The text was updated successfully, but these errors were encountered: