SkyD666

Results 22 issues of SkyD666

### OkDownload Version 1.0.7 ### Problem Describe 重定向后,下载文件会发生503错误,用谷歌浏览器下载就正常 地址:https://gitee.com/skyd666/Imomoe/attach_files/616335/download 另外,用FileDownloader下载也是503错误 ### Log Response code can't handled on internal 503 with current offset 0

在项目页面,旋转屏幕后,tab会回到第一个,列表会回到顶部,不能保持之前的状态

## 版本 * 3.8.16 com.arialyy.aria.util.DbDataHelper的getTaskRecord方法逻辑有问题,如果在没设置setVodTsUrlConvert之前请求过错误的url,那么这个错误的url会被存下来,后面设置了VodTsUrlConverter以后,仍然从数据库取数据,导致VodTsUrlConverter失效,还是原来错误的url。清除数据后就好了

wontfix

## 版本 * 3.8.16 能否自动判断是m3u8的格式然后使用m3u8库下载? 或者能否获取到Response的Header?

wontfix

移除之前添加过的的所有弹幕

fun seekTo(positionMs: Long)方法会导致开始播放弹幕,无论此时是否暂停。 例如在例子程序中,开始播放,然后暂停,然后滑动进度条,此时左下角在暂停状态,但是弹幕开始播放了

bug

配置如下 minifyEnabled true zipAlignEnabled true shrinkResources true 还需要添加以下代码才可,否则会崩溃 -keep class com.kuaishou.akdanmaku.ecs.system.ActionSystem { *; } -keep class com.kuaishou.akdanmaku.ecs.system.DanmakuSystem { *; } -keep class com.kuaishou.akdanmaku.ecs.system.DataSystem { *; } -keep class com.kuaishou.akdanmaku.ecs.system.RenderSystem {...

enhancement

Ubuntu 22.10 Qt 6.4 file: qhotkey_x11.cpp line 134: ` const QNativeInterface::QX11Application *x11Interface = qGuiApp->nativeInterface(); ` x11Interface is null ![screenshot](https://user-images.githubusercontent.com/32453770/216876242-a8a91d7f-1bc9-451f-ac2c-4b48a179c0fe.jpg)