You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var url = "https://dl.stream.qqmusic.qq.com/M800001KXr543Qplnl.mp3?guid=120784105&vkey=55603F7F55664D8E38AE77EF9C3048B42FDAA12A08912E93361B24359C5342852B7566CC1E6887B7ADD8845B609CCDFFDE81F813D0A44B8C&uin=0&fromtag=66"
var boundTask = builder.bind(url)
TagUtil.saveTaskName(boundTask, "A mp3")
v1.0.7-SNAPSHOT
出现了和 #79 相似的BUG ,下面这个MP3下载完成大退app后获取到的BreakPointInfo是个空对象,状态为UNKOWN 。一个几M的MP3文件 : https://dl.stream.qqmusic.qq.com/M800001KXr543Qplnl.mp3?guid=120784105&vkey=55603F7F55664D8E38AE77EF9C3048B42FDAA12A08912E93361B24359C5342852B7566CC1E6887B7ADD8845B609CCDFFDE81F813D0A44B8C&uin=0&fromtag=66
sample中的 QueueControllerinitTasks 加入链接
开启串行下载后,同时下载该文件和微信APK:
退出QueueActivity 后重新进来,通过 TagUtil.getStatus(task) 获取临时的status是没问题的,大退重新进入后页面的LOG:
然鹅,微信apk断点信息正常,mp3 的信息没有获取到,debug得到BreakPointInfo对象是空
The text was updated successfully, but these errors were encountered: