You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: pycrypto not found, use pure-python implemention
Traceback (most recent call last):
File "swjsq.py", line 559, in
fast_d1ck(uid, hashlib.md5(pwd).hexdigest(), TYPE_NORMAL_ACCOUNT)
File "swjsq.py", line 260, in fast_d1ck
dt, _payload = login_xunlei(uname, pwd, login_type)
File "swjsq.py", line 176, in login_xunlei
fake_device_id = hashlib.md5("%s23333" % pwd_md5).hexdigest() # just generate a 32bit string
TypeError: Unicode-objects must be encoded before hashing
The text was updated successfully, but these errors were encountered:
python 3.5.1,Win7 SP1 64bit,执行“python swjsq.py”后出现以下错误
The text was updated successfully, but these errors were encountered: