Replies: 1 comment
-
|
I'm pretty sure you are looking at the wrong image and I cannot reproduce your issue. I tested The sha256sum of the correct binary built with no issues. curl -sL https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-5.1.0_v1.2.20/x86_64-qbittorrent-nox | sha256sum -
2e3ab497063d852d3f3119bb457e6837ca49b91effbeff92c4fd346cdce08ef7 -The sha256sum of the binary in the docker docker run linuxserver/qbittorrent:libtorrentv1 sha256sum /app/qbittorrent-nox | grep /app
Connection to localhost (::1) 8080 port [tcp/http-alt] succeeded!
2e3ab497063d852d3f3119bb457e6837ca49b91effbeff92c4fd346cdce08ef7 /app/qbittorrent-nox
Catching signal: SIGTERM
Exiting cleanlyYou should make sure you are looking at the right image or provide steps to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for maintaining this project!
I’ve noticed that the static build for qBittorrent 5.1.0 tagged as using libtorrent v1 is actually built against libtorrent v2.
I'm using the Docker image
linuxserver/qbittorrent:libtorrentv1, which uses the static executables from this repository. The intent of that image is to use libtorrent v1, but when using the image version that includes qBittorrent 5.1.0, the executable appears to be built with libtorrent v2.You can inspect the build process of the problematic Docker image here:
👉 https://hub.docker.com/layers/linuxserver/qbittorrent/libtorrentv1/images/sha256-630c23d777229ec4175650cd969611541469fbb000c8a438aa932410ea9495c9
How I verified:
In the qBittorrent Web UI:
Help -> About -> Software UsedThis contradicts the expectation that this is a libtorrent v1 build.
Temporary workaround:
I rolled back to the Docker image:
linuxserver/qbittorrent:5.0.5-libtorrentv1This version correctly uses a binary linked against libtorrent v1 and works as expected.
Could you please check the static build for qBittorrent 5.1.0 tagged as
libtorrentv1and ensure it is actually built with libtorrent v1? Let me know if I can provide any more information.Thanks again for your work on maintaining these builds!
Beta Was this translation helpful? Give feedback.
All reactions