-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add valid v2 torrent file fails with 415 #50
Comments
The provided torrent is in bittorrent v2 format and currently docker-qbittorrent-nox is using libtorrent 1.2.x which doesn't support v2 format. |
That's interesting. There is no mention of that information anywhere; one would assume that the Docker image distribution is the same as the Debian package distribution (for qBittorrent-nox). I currently switched to a custom Docker image with Debian Trixie base (needed v5 qBittorrent-nox), and simply installed qBittorrent-nox through APT. I will try the alpha Docker image version too. |
You can check the version numbers in WebUI menu: Help -> About -> Software Used. |
The torrent file in question is v2.zip (uploaded in a ZIP, because GitHub does not allow attaching
.torrent
files; extract to getv2.torrent
). The torrent adds fine using the desktop qBittorrent application and the qBittorrent-nox deb installation (of the same version, v5.0.1); it only fails with the qBittorrent Docker.Steps to reproduce
Run qBittorrent-nox:
Try to add the torrent though the web API (or web UI):
Output:
The text was updated successfully, but these errors were encountered: