You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Uh oh!
There was an error while loading. Please reload this page.
Have you checked our Troubleshooting page for your issue?
Is there already an issue for your problem?
Have you read our 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.
I used the below script to show the duplicates
And it showed
Hopefully the Jackett parser can ignore the duplicate.
Thanks
Logged Error Messages
log.txt
Screenshots
The text was updated successfully, but these errors were encountered: