Skip to content
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

V3 运行错误 #69

Open
HAISON2019 opened this issue Feb 12, 2020 · 3 comments
Open

V3 运行错误 #69

HAISON2019 opened this issue Feb 12, 2020 · 3 comments

Comments

@HAISON2019
Copy link

jdBuyMask-master\jdBuyMask-master>python jdBuyMask_V3.py
Traceback (most recent call last):
File "jdBuyMask_V3.py", line 98, in
name, value = item.strip().split('=', 1)
ValueError: not enough values to unpack (expected 2, got 1)

@cycz
Copy link
Owner

cycz commented Feb 12, 2020

cookie没填对

@michaelpassion
Copy link

python 版本不一致,导致这个语句执行有二义性
在python3.6 下, item.strip().split('=', 1) 返回一个数组,所以无法为 name, value 这个元组赋值

@L134139
Copy link

L134139 commented Feb 17, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants