THMonster / Revda

Tools to play live stream with danmaku.
GNU General Public License v2.0
216 stars 12 forks source link

Invalid url! #4

Closed crisqyxw closed 4 years ago

crisqyxw commented 4 years ago

BV1wt4y1y7Bm 终端输出: Invalid url! qrc:/qml/HistoryPage.qml:14: TypeError: Cannot read property 'history_model' of null qrc:/qml/SavedPage.qml:14: TypeError: Cannot read property 'saved_model' of null QFileSystemWatcher::removePaths: list is empty QFileSystemWatcher::removePaths: list is empty

THMonster commented 4 years ago

我这里能正常播放。 你是不是添加了cookie?

crisqyxw commented 4 years ago

抱歉,什么叫添加了cookie? 如何删去呢?

THMonster commented 4 years ago

那看来不是这个问题。 你是怎么安装的? 以及是只有这个bv号播放不了,还是所有b站视频都这样?

crisqyxw commented 4 years ago

1、编译安装 2、所有视频皆是如此

THMonster commented 4 years ago

贴一下你的/usr/local/share/QLivePlayer下面的文件

crisqyxw commented 4 years ago

QLivePlayer / bili_url.py QLivePlayer / dmc.pyz

THMonster commented 4 years ago

手动运行bili_url.py试试 python bili_url.py https://www.bilibili.com/video/BV1wt4y1y7Bm 然后把输出贴一下

crisqyxw commented 4 years ago

title:【睡前消息119】王石用别人的钱,给清华捐了53亿? - 20200524 第一百一十九集 http://cn-hbwh2-cmcc-bcache-09.bilivideo.com/upgcxcode/51/55/194795551/194795551-1-80.flv?e=ig8euxZM2rNcNbKMhbUVhoMM7wNBhwdEto8g5X10ugNcXBB_&deadline=1590461740&gen=playurl&nbs=1&oi=1866235361&os=bcache&platform=html5&trid=9a2bfddeb75f425cb712ae330a14fad9&uipk=5&upsig=bde73c1d1df65111f0ea95ebc80dfa0e&uparams=e,deadline,gen,nbs,oi,os,platform,trid,uipk&mid=0

crisqyxw commented 4 years ago

成功了

crisqyxw commented 4 years ago

原因是我没装aiohttp 解决方案就是pip install aiohttp(<'_<')。

THMonster commented 4 years ago

佛了,真就不看readme呗。