Feng Yu

Results 225 comments of Feng Yu

如果你是需要跑nox版本,试试预编译好的,如果是图形界面的可能得你自己编译的,当前我维护的只有AppImage版本,以及基于musl构建的nox版本。如果nox版本无法运行,你可以直接反馈,我可以帮助维护一下

我在Manjaro上偶尔也有这个问题,用的是archlinuxcn构建的二进制版本: ![image](https://user-images.githubusercontent.com/5327677/102440074-7dfe8a80-405a-11eb-819d-584974e50bbe.png) 好像用着用着莫名其妙的窗口就卡死,如果这个时候窗口是关闭到托盘的,那么就崩溃了。而且似乎文件都没有写进去。卡死或者崩溃的时候下载进度已经有了,但是重开的时候进度又是0%,感觉没有成功写入文件。 EDIT: 在终端运行了下,卡死或闪退前终端的确有异常输出,但是没有堆栈,原因不明: ```sh $ qbittorrent qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 675, resource id: 0, major code: 18 (ChangeProperty), minor code: 0 qt.qpa.xcb: QXcbConnection: XCB error:...

应该是原版的问题,我准备给上游提交issue了。编译上游原版的qbittorrent一样有这个问题

> 我这边使用自己维护的Docker镜像,Libtorrent版本1.2.11,qBittorrent-EE版本4.3.1.11同样也有类似的问题 > > Log > > ``` > QSqlDatabase: QSQLITE driver not loaded > > QSqlDatabase: available drivers: > > ******** 信息 ******** > 欲通过 Web UI 控制 qBittorrent,请访问...

GUI: ![图片](https://user-images.githubusercontent.com/5327677/143726389-c8489aeb-7f2f-4ed0-9703-280404b16c3c.png) ![图片](https://user-images.githubusercontent.com/5327677/143726401-91845cb4-9097-4d75-a90a-6ff0b4ce6e50.png) WebUI: ![图片](https://user-images.githubusercontent.com/5327677/143726433-05fef2a3-82dc-4e48-8bb9-0e1be301df2b.png) ![图片](https://user-images.githubusercontent.com/5327677/143726444-282e3b5b-176e-422c-a51c-c6c3a0642657.png)

Seems you are using official qbittorrent, would you please double check it? Did you download and run qbittorrent from https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/tag/release-4.3.9.10 ? What's the version? ```sh /path/to/qbittorrent-nox --version ``` Should be:...

You may check version from webui: Help --> About: ![图片](https://user-images.githubusercontent.com/5327677/143731196-7caa3b34-2fda-4337-aa7b-11d8d2aa4b14.png) And what OS are you running on your pi 4 ?

If you are using Ubuntu, you may try to add PPA: https://launchpad.net/~poplite/+archive/ubuntu/qbittorrent-enhanced Otherwise you could download static linked build from: https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/tag/release-4.3.9.10 and unzip it and run it manually.

You should download it in your machine, of couse you can do it through ssh. E.g: ```sh wget https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.3.9.10/qbittorrent-nox_aarch64-linux-musl_static.zip unzip qbittorrent-nox_aarch64-linux-musl_static.zip ./qbittorrent-nox ``` Also if you want to run it...