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

Potentiall unregistered torrent #56

Closed
Davo1624 opened this issue Dec 17, 2021 · 4 comments · Fixed by #65
Closed

Potentiall unregistered torrent #56

Davo1624 opened this issue Dec 17, 2021 · 4 comments · Fixed by #65
Labels
bug Something isn't working

Comments

@Davo1624
Copy link
Contributor

If a torrent has two trackers (for example tleechreload and torrentleech) and the torrent is removed from one of the trackers but is still active on the other tracker qbit_manage will report the torrent as potentially unregistered.

@bobokun
Copy link
Collaborator

bobokun commented Dec 17, 2021

Anything that gets marked as potentially unregistered will not have any action taken on it. It's just to identify any errors in torrents that are not caught by the logic on the unregistered torrents list. Do you have logs to share of the example above?

@Drazzilb08
Copy link
Contributor

Drazzilb08 commented Dec 17, 2021

Torrent Name: AWesome movie.1988.1080p.BluRay.x264.DTS-HD.MA-Group.mkv
Status: NOT FOUND
Tracker: https://tracker.tleechreload.org

This is what he is referring to. 🙃

One we didn't account for.
Sorry @Davo1624 I didn't get a chance to look at your ghi earlier.

@bobokun
Copy link
Collaborator

bobokun commented Dec 17, 2021

NOT FOUND is too generic and caused a lot of positives, especially since you experienced that first hand @Drazzilb08 and that was the reason I implemented recycle bin in the first place 🤪

@Drazzilb08
Copy link
Contributor

Drazzilb08 commented Dec 17, 2021

Agreed. It might be something that just has to sit there letting you know.
Or you'll have to remove manually

@bobokun bobokun mentioned this issue Dec 23, 2021
@bobokun bobokun linked a pull request Dec 23, 2021 that will close this issue
@bobokun bobokun added the bug Something isn't working label Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants