Feng Yu
Feng Yu
An update would be great. I find the guide is outdated. ```sh ./scripts/getting-started/config.sh ``` generated the `deploy-config/getting-started.json` seems lost some required properties. I have to add the lost properties to...
Please show the output: ```sh lsb_release -a ``` ```sh QT_DEBUG_PLUGINS=1 ./qBittorrent-Enhanced-Edition-x86_64.AppImage ```
```sh npx -y gts@next init -y ```
[Feature request] global setting for "download in sequential order" and "first and last piece first"
I think you should submit this issue to upstream https://github.com/qbittorrent/qBittorrent/issues
You may try static linked build from release pages.
@maidmeow4 @Aileilaya Did https://github.com/userdocs/qbittorrent-nox-static work on your environment? If it's still not working, that maybe an upstream issue. And @Aileilaya `qbittorrent-enhanced-nox-*-static` was static linked all dependencies, so install external openssl...
Seems this is an openssl config issue in Fedora, and it's working on Debian / Archlinux or the other Linux distros. I try to remove `/etc/ssl/openssl.cnf` in Fedora and it's...
https://trackerslist.com/all.txt
Did you see any bugs under qt6? I also use AppImage in my OS, without any problems. And official qbittorrent AppImage(https://www.qbittorrent.org/download.php) also use Qt6. So I think we do not...
多等一会刷一下页面就行了。你打开开发者工具可以看到ajax都在pending。不知道是qb本身就在嵌入式设备性能不行还是我的编译参数不合理,在一些配置低的嵌入式设备运行的CPU占用很高,导致web页面会Hang住。但是x86_64运行是没问题的。 怀疑可能跟openssl的浮点型运算有关,低配版的arm并没有硬件加速的功能,只能用softfp,这个可能非常影响性能。 手头暂时没有工具分析这个,暂时也没有精力去分析性能问题,先凑和着用吧