mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Version 3.3 not connecting #3444
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#3444
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 @Delta-Z on GitHub (Dec 3, 2015).
I'm not sure if it's related to me updating to 3.3.0, or any of Windows 10 updates that happened lately, but qBittorrent is no longer able to make any connections, neither for old nor new torrents.
@SkoricIT commented on GitHub (Dec 4, 2015):
I have the same issue, all torrents stalled forever.
@Lord-Barker commented on GitHub (Dec 4, 2015):
Same issue here as well. All trackers not working, all torrents (old and new) stalled, 0 peers, 0 seeds.
@sledgehammer999 commented on GitHub (Dec 5, 2015):
Look at your logs. If it says that it is listening to "127.0.0.1" then that means you had configured an invalid(or deleted) network interface. The begining of the log will indicate the exact reason.
Up until v3.2.5 if the interface was missing, qbt would happily connect to "Any interface" and that is why you didn't notice. That is a huge security hole. Now, if something is wrong with the configured interface it listens to 127.0.0.1 aka localhost.
(I cannot tell it to not listen to something).
@Delta-Z commented on GitHub (Dec 5, 2015):
It was indeed the problem, thanks.
However, I disagree that this is WAI. I never explicitly configured a network interface for qBittorrent (Teredo Tunneling Pseudo Interface?). When I encountered this the app did not give me any indication of the problem, and it was hard for me to find where to fix it.
What I would expect in this case is a helpful error message, ideally prompting me to choose a different interface so I don't have to go digging in "advanced" (which I would not know about since I never changed it there in the first place). Is there a feature request for something like this?
@Lord-Barker commented on GitHub (Dec 10, 2015):
Still haven't solved the issue, but thanks.