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
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
Saving login session to .xunlei.lixian.cookies
Traceback (most recent call last):
File "/opt/xunlei-lixian/lixian_cli.py", line 63, in
execute_command()
File "/opt/xunlei-lixian/lixian_cli.py", line 60, in execute_command
commandscommand
File "/opt/xunlei-lixian/lixian_cli_parser.py", line 165, in parse
return f(parser(args_list, _args, *_kwargs))
File "/opt/xunlei-lixian/lixian_commands/login.py", line 42, in login
XunleiClient(args.username, args.password, args.cookies, login=True, verification_code_reader=verification_code_reader)
File "/opt/xunlei-lixian/lixian.py", line 229, in init
self.login()
File "/opt/xunlei-lixian/lixian.py", line 385, in login
verification_code = self.read_verification_code()
File "/opt/xunlei-lixian/lixian.py", line 359, in read_verification_code
raise NotImplementedError('Verification code required')
NotImplementedError: Verification code required
The text was updated successfully, but these errors were encountered:
改用下面的命令来登陆:
lx login --verification-code-path=/home/o/login.jpg
ID: ××××××××××
Password:
Saving login session to .xunlei.lixian.cookies
Verification code picture is saved to /home/o/login.jpg, please open it manually and enter what you see.
Verification code: GdVZ -----------------------------------------------------》 在这里输入了验证码
Traceback (most recent call last):
File "/opt/xunlei-lixian/lixian_cli.py", line 63, in
execute_command()
File "/opt/xunlei-lixian/lixian_cli.py", line 60, in execute_command
commandscommand
File "/opt/xunlei-lixian/lixian_cli_parser.py", line 165, in parse
return f(parser(args_list, _args, *_kwargs))
File "/opt/xunlei-lixian/lixian_commands/login.py", line 42, in login
XunleiClient(args.username, args.password, args.cookies, login=True, verification_code_reader=verification_code_reader)
File "/opt/xunlei-lixian/lixian.py", line 229, in init
self.login()
File "/opt/xunlei-lixian/lixian.py", line 399, in login
raise RuntimeError('login failed')
Saving login session to .xunlei.lixian.cookies
Traceback (most recent call last):
File "/opt/xunlei-lixian/lixian_cli.py", line 63, in
execute_command()
File "/opt/xunlei-lixian/lixian_cli.py", line 60, in execute_command
commandscommand
File "/opt/xunlei-lixian/lixian_cli_parser.py", line 165, in parse
return f(parser(args_list, _args, *_kwargs))
File "/opt/xunlei-lixian/lixian_commands/login.py", line 42, in login
XunleiClient(args.username, args.password, args.cookies, login=True, verification_code_reader=verification_code_reader)
File "/opt/xunlei-lixian/lixian.py", line 229, in init
self.login()
File "/opt/xunlei-lixian/lixian.py", line 385, in login
verification_code = self.read_verification_code()
File "/opt/xunlei-lixian/lixian.py", line 359, in read_verification_code
raise NotImplementedError('Verification code required')
NotImplementedError: Verification code required
The text was updated successfully, but these errors were encountered: