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
QQ:******
PASSWD:
Traceback (most recent call last):
File "xfdown.py", line 114, in
xf = XF()
File "/home/ldong/xfdown/xfdown_api.py", line 171, in init
self.__Login(True)
File "/home/ldong/xfdown/xfdown_api.py", line 374, in __Login
self.__verifycode
File "/home/ldong/xfdown/xfdown_api.py", line 142, in __preprocess
H = self.__md5(I + verifycode[2])
File "/home/ldong/xfdown/xfdown_api.py", line 153, in __md5
return hashlib.md5(item).hexdigest().upper()
TypeError: md5() argument 1 must be string or read-only buffer, not bytearray
The text was updated successfully, but these errors were encountered:
QQ:******
PASSWD:
Traceback (most recent call last):
File "xfdown.py", line 114, in
xf = XF()
File "/home/ldong/xfdown/xfdown_api.py", line 171, in init
self.__Login(True)
File "/home/ldong/xfdown/xfdown_api.py", line 374, in __Login
self.__verifycode
File "/home/ldong/xfdown/xfdown_api.py", line 142, in __preprocess
H = self.__md5(I + verifycode[2])
File "/home/ldong/xfdown/xfdown_api.py", line 153, in __md5
return hashlib.md5(item).hexdigest().upper()
TypeError: md5() argument 1 must be string or read-only buffer, not bytearray
The text was updated successfully, but these errors were encountered: