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

[Dontorrent] Cant download torrent file #12959

Closed
3 tasks done
pelagrellas opened this issue Feb 17, 2022 · 15 comments
Closed
3 tasks done

[Dontorrent] Cant download torrent file #12959

pelagrellas opened this issue Feb 17, 2022 · 15 comments
Labels
Needs C# Needs Investigations PR Welcome! We would welcome a volunteer to prepare a PR to solve this problem!

Comments

@pelagrellas
Copy link

pelagrellas commented Feb 17, 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

2022-02-17 16:52:14	Info	Using HTTP Client: HttpWebClient2
2022-02-17 16:52:14	Info	Using FlareSolverr: http://192.168.2.4:8191
2022-02-17 16:52:14	Info	Using proxy: Disabled
2022-02-17 16:52:14	Info	App config/log directory: C:\ProgramData\Jackett
2022-02-17 16:52:14	Info	ThreadPool MaxThreads: 1023 workerThreads, 1000 completionPortThreads
2022-02-17 16:52:14	Info	Running in Docker: No
2022-02-17 16:52:14	Info	Jackett variant: CoreWindows
2022-02-17 16:52:14	Info	OS version: Microsoft Windows NT 10.0.17763.0 (64bit OS)
2022-02-17 16:52:14	Info	Environment version: 6.0.2 (C:\ProgramData\Jackett\)
2022-02-17 16:52:13	Info	Starting Jackett v0.20.574

Description

Indexer find releases but fail when try to download torrent file from a show, some of them work

Logged Error Messages

Error downloading. indexer: dontorrent path: https://blazing.network/torrents/series/Chicago-PD---Temporada-9--HDTV-720p-AC3-5-1.torrent
System.UriFormatException: Invalid URI: The URI is empty.
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
   at System.Uri..ctor(String uriString)
   at Jackett.Common.Indexers.DonTorrent.Download(Uri link) in D:\a\1\s\src\Jackett.Common\Indexers\DonTorrent.cs:line 158
   at Jackett.Server.Controllers.DownloadController.Download(String indexerID, String path, String jackett_apikey, String file) in D:\a\1\s\src\Jackett.Server\Controllers\DownloadController.cs:line 56

Screenshots

image

@garfield69 garfield69 added Needs C# Needs Investigations PR Welcome! We would welcome a volunteer to prepare a PR to solve this problem! labels Feb 17, 2022
@mikeoscar2006
Copy link
Collaborator

Can't reproduce. Is it the same for you on every torrent or just this one?

@pelagrellas
Copy link
Author

I think that is with all in TV category

This test is recently made it

image

image

@garfield69
Copy link
Contributor

v0.20.674

@luiscajl
Copy link

luiscajl commented Aug 3, 2022

Hi, the problem come again to another url

Error downloading. indexer: dontorrent path: https://container765-deploy-static.cdndelta.com/torrents/series/174529-Ozark---Temporada-4--HDTV-720p-AC3-5-1-cap-11.torrent System.UriFormatException: Invalid URI: The URI is empty.    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)    at System.Uri..ctor(String uriString)    at Jackett.Common.Indexers.DonTorrent.Download(Uri link) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/DonTorrent.cs:line 184    at Jackett.Server.Controllers.DownloadController.Download(String indexerID, String path, String jackett_apikey, String file) in /home/vsts/work/1/s/src/Jackett.Server/Controllers/DownloadController.cs:line 56

this cdndelta.com is not registered on the code https://github.com/Jackett/Jackett/blob/master/src/Jackett.Common/Indexers/DonTorrent.cs line 163, can anyone add it? i don´t have windows to test it, sorry

@garfield69
Copy link
Contributor

v0.20.1575

@maricard5
Copy link

image

Not work, it fail with Show, only works in movies

Server: Dontorrent

@garfield69 garfield69 reopened this Nov 24, 2022
@garfield69 garfield69 self-assigned this Nov 24, 2022
@garfield69 garfield69 added this to In progress in New C# indexers Nov 24, 2022
@garfield69 garfield69 removed their assignment Nov 24, 2022
@garfield69 garfield69 removed this from In progress in New C# indexers Nov 24, 2022
@Jackett Jackett deleted a comment from ilike2burnthing Nov 24, 2022
@garfield69
Copy link
Contributor

v0.20.2288

@alexx-ftw
Copy link

alexx-ftw commented Apr 11, 2024

@garfield69 Happening for me on v0.21.2335

@ilike2burnthing
Copy link
Contributor

Please give a specific example of a torrent this is affecting.

@PoKeRGT
Copy link

PoKeRGT commented Apr 11, 2024

Error downloading. indexer: dontorrent path: https://dontorrent.directory/torrents/series/aida-10-17.torrent System.UriFormatException: Invalid URI: The URI is empty. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions) at System.Uri..ctor(String uriString) at Jackett.Common.Indexers.DonTorrent.Download(Uri link) in ./Jackett.Common/Indexers/DonTorrent.cs:line 183 at Jackett.Server.Controllers.DownloadController.DownloadAsync(String indexerId, String path, String jackett_apikey, String file) in ./Jackett.Server/Controllers/DownloadController.cs:line 99 --

@garfield69 garfield69 reopened this Apr 11, 2024
@garfield69 garfield69 self-assigned this Apr 11, 2024
@ilike2burnthing
Copy link
Contributor

Looks like the issue is limited to TV torrents, whereas movies and audio work fine.

From enhanced logs, the torrent file is downloaded using the correct URL, and it is the same size as I can download in browser, but Jackett errors out as shown above.

@garfield69
Copy link
Contributor

garfield69 commented Apr 11, 2024

I'll see if I can come up with something, its a rainy indoor day and I've time on my hands.

@garfield69 garfield69 removed their assignment Apr 12, 2024
@alexx-ftw
Copy link

@garfield69 man you are incredible . thank you SO much for fixing it so fast. How can i get the fix without building by myself?

@ilike2burnthing
Copy link
Contributor

https://dev.azure.com/Jackett/0f0cb3d0-9b6b-4a86-876d-0c2e17c18801/_apis/build/builds/11387/artifacts?artifactName=drop&api-version=7.1&%24format=zip

Or wait ~5hrs.

If you're using Docker, then just wait.

@garfield69
Copy link
Contributor

v0.21.2354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs C# Needs Investigations PR Welcome! We would welcome a volunteer to prepare a PR to solve this problem!
Projects
None yet
Development

No branches or pull requests

8 participants