Skip to content
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

New Bug - v4.2.1 - All Trackers Listed as Error #11691

Closed
ryannathans opened this issue Dec 18, 2019 · 20 comments · Fixed by #11733
Closed

New Bug - v4.2.1 - All Trackers Listed as Error #11691

ryannathans opened this issue Dec 18, 2019 · 20 comments · Fixed by #11733

Comments

@ryannathans
Copy link

Please provide the following information

qBittorrent version and Operating System

v4.2.1, Windows 10 1909

What is the problem

Since upgrading, on startup all torrents seem to be listed correctly but a small amount of time (I assume announcing to all trackers) all torrents/trackers appear as "Error" on the left category bar despite most torrents not having any errors on the trackers.

What is the expected behavior

As in previous versions, only torrents with tracker errors should appear listed under tracker "Errors"

Steps to reproduce

Start the program with existing torrents (that have trackers)

Extra info(if any)

Possibly related to having DHT, LSD and PEX disabled globally. (pls implement #7743 )

image

@ArcticGems
Copy link

ArcticGems commented Dec 18, 2019

Does qBittorrent's log show any errors? (if it does, post it)

@ryannathans
Copy link
Author

No, the latest messages are binding to IP addresses

@ryannathans
Copy link
Author

image

Maybe the trackers had errors but they show as working in this version?

I left the PC running for 2 hours and now only some show as "Error" (some of the errored ones have "not working" trackers, but some still show all "working")

@nokti
Copy link

nokti commented Dec 18, 2019

Same here, I just upgraded to 4.2.1 and now all my torrents but one are showing tracker error. 90% of my torrents are private, with DHT disabled and only one tracker annonce per torrent which says working.

@ryannathans
Copy link
Author

ryannathans commented Dec 18, 2019

image

Another few hours and they're all back to error again. No idea why but it's definitely some new bug in 4.2.1. Same situation as @nokti with 90% private trackers, no DHT/PEX/LSD and 1-3 trackers per torrent that say working (and none that say not working)

@p43b1
Copy link

p43b1 commented Dec 18, 2019

Confirm. Windows 10 4.2.1 all tackers not working

@Desiato66
Copy link

Came here looking for an answer to this problem so I have registered to confirm this bug. I have two private trackers, one seeding 41 torrents and 95% are working but in the Error section. The other tracker with 312 seeds with roughly half Not Working and half Working. Force reannouncing them removes them from the Error section but within an hour they are all back in the Error section again.

@ghost
Copy link

ghost commented Dec 19, 2019

The trackers are working fine but qBit is moving them to error section.

@Desiato66
Copy link

Yeah, I should have said the larger tracker is having issues so the Not Working is not the fault of qBittorrent.

@beeeeswax
Copy link

Same problem here, torrents bounce in and out of the 'Error' section of the Trackers node. None of them show anything in the 'Message' column and their status is always 'Working'. Tracker site shows all torrents seeding also so it appears to be a cosmetic issue. No errors in the qBit execution log.

qBit 4.2.1
Windows Server 2019 (fully patched)

@Lash78
Copy link

Lash78 commented Dec 20, 2019

This bug is related to ipv6. Workaround: change bind ip in advanced options to "All IPv4 addresses".

@Desiato66
Copy link

Desiato66 commented Dec 22, 2019

@Lash78 The All IPv4 addresses setting has fixed the issue with one tracker (which is struggling to maintain connection for its torrents so they keeping appearing in the Error section as Not Working but after a reboot today, I have 6 working torrents from another tracker in the Error section so not completely fixed.

@ArcticGems
Copy link

This bug is related to ipv6. Workaround: change bind ip in advanced options to "All IPv4 addresses".

@Lash78 The All IPv4 addresses setting has fixed the issue with one tracker (which is struggling to maintain connection for its torrents so they keeping appearing in the Error section as Not Working but after a reboot today, I have 6 working torrents from another tracker in the Error section so not completely fixed.

@sledgehammer999 @Chocobo1
Did this bug get introduced by PR = #11592 ?

@sledgehammer999
Copy link
Member

Can you guys try this test build? It PR #11733 on top of 4.2.1.
Remember to re-enable all interfaces/all addresses.
Link: http://builds.shiki.hu/temp/qbittorrent_4.2.1_x64_patched_for_issue_11691.7z

(run it from any folder or overwrite original files)

@Lash78
Copy link

Lash78 commented Dec 23, 2019

Almost good... but when you start the program, it shows the errors first and then starts to decreasing to zero.

@sledgehammer999
Copy link
Member

sledgehammer999 commented Dec 23, 2019

Almost good... but when you start the program, it shows the errors first and then starts to decreasing to zero.

I think that's inevitable and probably ok. The first endpoints to "report back" are probably the dummy local IPv6 addresses which will report a failure. But as soon as the IPv4 addresses contacts the tracker (which is a slower operation than locally fail) the errors will be zeroed out per torrent per tracker.

@ghost
Copy link

ghost commented Dec 23, 2019

Can you guys try this test build? It PR #11733 on top of 4.2.1.
Remember to re-enable all interfaces/all addresses.
Link: http://builds.shiki.hu/temp/qbittorrent_4.2.1_x64_patched_for_issue_11691.7z

(run it from any folder or overwrite original files)

It's working as expected.

@beep054
Copy link

beep054 commented Feb 2, 2020

This bug is related to ipv6. Workaround: change bind ip in advanced options to "All IPv4 addresses".
This doesn't seem to work at all.

sledgehammer999 added a commit to sledgehammer999/qBittorrent that referenced this issue Mar 21, 2020
@influx3k
Copy link

Still having this issue with 4.2.4. All torrents errored but one. All the ones that are errored say "Not Working" but no tracker message. Did see this error in the Execution Log:

4/24/20 9:34 PM - Failed to listen on IP: 192.168.1.11, port: UDP/32500. Reason: Address already in use

@FranciscoPombal
Copy link
Member

4/24/20 9:34 PM - Failed to listen on IP: 192.168.1.11, port: UDP/32500. Reason: Address already in use

There is a program running already bound to that endpoint. Terminate that program or configure it to use another address/port, and restart qBittorrent.

@qbittorrent qbittorrent locked and limited conversation to collaborators Feb 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.