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

用户空间投稿视频接口403 #8

Closed
paulzzh opened this issue Feb 10, 2024 · 0 comments · Fixed by #9
Closed

用户空间投稿视频接口403 #8

paulzzh opened this issue Feb 10, 2024 · 0 comments · Fixed by #9

Comments

@paulzzh
Copy link
Contributor

paulzzh commented Feb 10, 2024

{"code":-403,"message":"访问权限不足","ttl":1}

plugin.video.bili/addon.py

Lines 817 to 826 in 001505e

data = {
'mid': id,
'ps': ps,
'pn': page,
'order': 'pubdate',
'tid': 0,
'keyword': '',
'platform': 'web'
}
res = get_api_data('/x/space/wbi/arc/search', data)

大概是传参不足 添加wts和w_rid传参可以解决
相关:SocialSisterYi/bilibili-API-collect#631
文档:https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/misc/sign/wbi.md
image

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

Successfully merging a pull request may close this issue.

1 participant