qBittorrent icon indicating copy to clipboard operation
qBittorrent copied to clipboard

Option no_connect_privileged_ports extends to web seed

Open kirill-782 opened this issue 1 year ago • 2 comments

qBittorrent & operating system versions

qBittorrent: 4.4.3.1 (64 bit) OS: Widnows 10 Qt: 5.15.4 Libtorrent: 1.2.16.0

What is the problem?

I think that this is a bit wrong, since torrent trackers work on standard HTTP (80) and HTTPS (443) ports. And for the web seed to work, you either have to disable this setting or change the configuration of the web server.

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

(W) 2022-07-10T16:58:27 - URL seed name lookup failed. Torrent: "maps". URL: "http://example.com/". Error: "maps url seed (http://example.com/) failed: port blocked by port-filter"

kirill-782 avatar Jul 10 '22 19:07 kirill-782

The option is from libtorrent. It would be best to also file an issue upstream: https://github.com/arvidn/libtorrent/issues

Chocobo1 avatar Jul 11 '22 04:07 Chocobo1

Linking to https://github.com/arvidn/libtorrent/issues/6959

thalieht avatar Aug 09 '22 15:08 thalieht

I'm also hitting this issue today. According to @arvidn here: https://github.com/arvidn/libtorrent/issues/6959#issuecomment-1279994457 It seems that it's because qBit used port-filter internally rather than the intended option no_connect_privileged_ports?

escape0707 avatar Feb 13 '24 06:02 escape0707