comwrg / bilibiliupload

This project is not maintained anymore.
MIT License
140 stars 35 forks source link

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

Closed deng47 closed 7 years ago

deng47 commented 7 years ago

視頻數據塊上傳都是返回{"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}'

deng47 commented 7 years ago

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