comwrg / bilibiliupload

This project is not maintained anymore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

前天開始出現csrf校驗失敗,有人遇到同樣問題嗎?

deng47 opened this issue · comments

視頻數據塊上傳都是返回{"OK": 1, "info": "Successful."}的,但最後r = self.session.post('https://member.bilibili.com/x/vu/web/add',json=省略)後,返回的卻是csrf校驗失敗
具體內容如下:
print(r.content)
b'{"code":-111,"message":"csrf \xe6\xa0\xa1\xe9\xaa\x8c\xe5\xa4\xb1\xe8\xb4\xa5","ttl":1}'

已经自行解决,详情请看pull requests (#7)