8000 Duplicates found with same GUID on EZTV · Issue #13014 · Jackett/Jackett · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Duplicates found with same GUID on EZTV #13014

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

Closed
3 tasks done
BassTeQ opened this issue Mar 4, 2022 · 2 comments
Closed
3 tasks done

Duplicates found with same GUID on EZTV #13014

BassTeQ opened this issue Mar 4, 2022 · 2 comments
Assignees

Comments

@BassTeQ
Copy link
BassTeQ commented Mar 4, 2022

Have you checked our Troubleshooting page for your issue?

  • I have checked the Troubleshooting page

Is there already an issue for your problem?

  • I have checked older issues, open and closed

Have you read our Contributing Guidelines?

  • I have read the Contributing Guidelines

Environment

Starting Jackett v0.20.494 
OS version: Microsoft Windows NT 10.0.19044.0 (64bit OS) 
Environment version: 6.0.1 (C:\ProgramData\Jackett\) 
Jackett variant: CoreWindows 
Running in Docker: No 
ThreadPool MaxThreads: 1023 workerThreads, 1000 completionPortThreads 
App config/log directory: C:\ProgramData\Jackett 
Using proxy: Http 
Using FlareSolverr: No 
Using HTTP Client: HttpWebClient2

Description

I've noticed Sonarr recently starting having issues with the EZTV indexer, and it was due to duplicate GUID.
I've pulled the RSS feed from jackett, and below is an example of a duplicate, and looking into the eztv.re page source, I see its appearing twice.

Search "9a35c86eb77484b590606d514ca59680d18a4c8" (2 hits in 1 file of 1 searched)
  C:\temp\log.txt (2 hits)
	**Line 1019**: <a href="magnet:?xt=urn:btih:9a35c86eb77484b590606d514ca59680d18a4c86&dn=Gaming.Wall.St.S01.1080p.WEBRip.x265%5Beztv.re%5D%5Beztv%5D&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A80&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969" class="magnet" title="Gaming Wall St S01 1080p WEBRip x265 [eztv] (1.78 GB) Magnet Link" rel="nofollow"></a>
	**Line 1383**: <a href="magnet:?xt=urn:btih:9a35c86eb77484b590606d514ca59680d18a4c86&dn=Gaming.Wall.St.S01.1080p.WEBRip.x265%5Beztv.re%5D%5Beztv%5D&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A80&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969" class="magnet" title="Gaming Wall St S01 1080p WEBRip x265 [eztv] (1.78 GB) Magnet Link" rel="nofollow"></a>

I used the below script to show the duplicates

curl "http://192.168.X.X:9117/api/v2.0/indexers/eztv/results/torznab/api?apikey=MYKEY&t=search&cat=&q=" > aa
grep guid aa | sort > b
sort -u b > c

diff b c

And it showed

<       <guid>magnet:?xt=urn:btih:9a35c86eb77484b590606d514ca59680d18a4c86&amp;dn=Gaming.Wall.St.S01.1080p.WEBRip.x265%5Beztv.re%5D%5Beztv%5D&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A80&amp;tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969</guid>
80,81d78
<       <guid>magnet:?xt=urn:btih:e9116b6d3565ab65ac12908656c55394068bf5b0&amp;dn=Gaming.Wall.St.S01.WEBRip.x265-ION265%5Beztv.re%5D%5Beztv%5D&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A80&amp;tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969</guid>
<       <guid>magnet:?xt=urn:btih:ec3a9d95a215046014229fa8f74bbe9881722c47&amp;dn=Joe.vs.Carole.S01.1080p.WEBRip.x265%5Beztv.re%5D%5Beztv%5D&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A80&amp;tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969</guid>

Hopefully the Jackett parser can ignore the duplicate.

Thanks

Logged Error Messages
log.txt

Screenshots

image

image

@ilike2burnthing
Copy link
Contributor

v0.20.663

@BassTeQ
Copy link
Author
BassTeQ commented Mar 5, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0