kikyous / xfdown

QQ旋风离线下载程序
170 stars 54 forks source link

我试用的debian机器安装的py2.6.6,输入用户名密码后返回这些内容。求解 #11

Closed finler closed 11 years ago

finler commented 11 years ago

root@VPS:~/xfdown/xfdown-master# ./xfdown.py QQ锛.123456 PASSWD: Traceback (most recent call last): File "./xfdown.py", line 455, in xf.start() File "./xfdown.py", line 124, in start self.Login(True) File "./xfdown.py", line 421, in Login self.verifycode File "./xfdown.py", line 90, in preprocess H = self.md5(I + verifycode[2]) File "./xfdown.py", line 101, in md5 return hashlib.md5(item).hexdigest().upper() TypeError: md5() argument 1 must be string or read-only buffer, not bytearray