KwToPA

Results 54 comments of KwToPA

应该是反爬虫变的非常严格 我账号0关注,很早前退出登录,浏览器清除cookies rsshub上用老cookies 扫B站路由,几百个,一点事情没有 最近一个月全部失败 B站3季度不是盈利了吗

[@dosu](https://go.dosu.dev/dosubot) 如何解决这个问题

我用浏览器能打开,但ttrss订阅不了官方feed Couldn't download the specified URL: Client error: GET https://thewitnesshk.com/feed/ resulted in a 403 Forbidden response: ![Image](https://github.com/user-attachments/assets/b040e6c6-0876-4579-b495-3089bfb3deb5)

AI反馈 [从你提供的错误信息来看,这个错误是在尝试读取一个为null的对象的’data’属性时发生的。这通常意味着你的脚本试图访问一个尚未初始化或者不存在的对象。这个错误出现在你的脚本的第146行](https://bing.com/search?q=) 根据你提供的脚本,这个错误可能是在以下这段代码中产生的 let _responseJson = await originFetch(url, options).then(response => { return response.json(); }).catch(err => { return { error: true } }); if(_responseJson.error) { return; } if (_responseJson.data && _responseJson.data.result)...