Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

登录时提示本次登录存在风险 #135

Open
usernamedd opened this issue Feb 12, 2024 · 0 comments
Open

登录时提示本次登录存在风险 #135

usernamedd opened this issue Feb 12, 2024 · 0 comments

Comments

@usernamedd
Copy link

把biliup-rs当作库使用,在执行登录时,提示:本次登录环境存在风险, 需使用手机号进行验证或绑定。
我使用的是用户名密码登录。因为找不到cookie登录需要的cookie文件。
以下是触发出现提示的代码:

.desc(String::from("desc"))
.tag(String::from("tag"))
.title("title")
.videos(vec![Video::new(&path)])
.build()
.submit(&Client::new().login_by_password("bili_4****8", "aaabbbbb").await.unwrap()).await.unwrap();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant