mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Bind to ip does not apply to rss #10483
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#10483
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kokoko3k on GitHub (May 22, 2020).
Please provide the following information
qBittorrent version and Operating System
qbittorrent 4.2.5
Distro: Archlinux (no version, since is a rolling release)
Qt version: 5.14.1
If on linux, libtorrent-rasterbar and Qt version
1.2.4
What is the problem
I have 2 ip addresses, with my primary ip (x.x.117.200) i cannot reach a torrent website, so i set qbittorrent to bind to the secondary ip (x.x.117.199) and torrents do work, but trying to download a torrent via the rss feed still fails.
What is the expected behavior
to use the ip i want to bind to for everything, even rss things.
Steps to reproduce
Have 2 ip addresses, set qbittorrent to bind to the secondary one, download an rss feed via qbittorrent and observe that the primary ip is still used.
Extra info(if any)
@FranciscoPombal commented on GitHub (May 22, 2020):
@kokoko3k please fill in the issue template properly. Details like the OS type and version (and no, just "Linux" is not enough) and the Qt version are important. Also please use libtorrent >= 1.2.6 if possible (though I suspect that will not affect this issue).
@kokoko3k commented on GitHub (May 22, 2020):
Did it.
Is this issue really related to my setup/SO/qt version?
I mean, is qbittorrent expected to bind all of his network connections to the ip you set in advanced config as described?
I'll try the new libtorrent too and report back, but, as you, i don't think it would make any difference (is libtorrent used at all to download an rss?)
Thanks!
@FranciscoPombal commented on GitHub (May 22, 2020):
@kokoko3k
Yes. For example, not so long ago there was a regression with Qt 5.14.1 that broke RSS downloads (it was fixed in Qt 5.14.2 - https://bugreports.qt.io/browse/QTBUG-80947). That was on Windows, and I think in this case the cause is different, but you get the point.
I suspect that the bind ip/interface settings in the advanced settings only affect libtorrent (I'm not very familiar with the RSS subsystem in qBittorrent), which means the user doesn't really have a choice about what the RSS downloader actually does in terms of network interface usage. I guess that should be considered a bug, if that is the case. @glassez thoughts?
About the libtorrent version upgrade, libtorrent >= 1.2.6 contains many important fixes that you can benefit from, regardless of this particular issue.
@kokoko3k commented on GitHub (May 22, 2020):
Installed libtorrent-rasterbar 1.2.6, no change.
As for qt, i really cannot switch right now, and anyway it succesfully downloads rss from the not problematic websites, so it is safe to assume that my specific problem does not lies there.
@luzpaz commented on GitHub (Nov 13, 2023):
Can this still be reproduced on latest stable 4.6.0 or master ?
@kokoko3k commented on GitHub (Nov 13, 2023):
Yes, Unfortunately.
edit
Wops, my fault, it is ok now, thanks!