cycz / jdBuyMask

祝大家抗疫成功
1.88k stars 609 forks source link

V3 运行错误 #69

Open HAISON2019 opened 4 years ago

HAISON2019 commented 4 years ago

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 commented 4 years ago

cookie没填对

michaelpassion commented 4 years ago

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

L134139 commented 4 years ago

对于京东先预约再抢购的商铺程序无法自动下单购买,请解决一下------------------ 原始邮件 ------------------ 发件人: "Michael Yin"notifications@github.com 发送时间: 2020年2月17日(星期一) 中午11:40 收件人: "cycz/jdBuyMask"jdBuyMask@noreply.github.com; 抄送: "Subscribed"subscribed@noreply.github.com; 主题: Re: [cycz/jdBuyMask] V3 运行错误 (#69)

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.