Giter VIP home page Giter VIP logo

Comments (32)

dayofdoom avatar dayofdoom commented on May 10, 2024 1

@onedr0p Confirming that Transmission is working on radarr.develop.0.2.0.88
Thank you!

from radarr.

fedoranimus avatar fedoranimus commented on May 10, 2024

#23 Fixed Nzbget

from radarr.

AeonLucid avatar AeonLucid commented on May 10, 2024

#25 Confirmed to have fixed SABnzbd.

Others may be working too, haven't tested.

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

reporting in that rtorrent isn't working.

from radarr.

galli-leo avatar galli-leo commented on May 10, 2024

@onedr0p rTorrent should be working now.

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

Sweet, I'll try it when the new release comes out and report back.

Edit: rTorrrent definitly works 🍡

from radarr.

jamma007 avatar jamma007 commented on May 10, 2024

Transmission is not working. Just tried it tonight

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

added and tested Transmission

from radarr.

dayofdoom avatar dayofdoom commented on May 10, 2024

No success with Transmission. Not sure what else to do to assist troubleshooting besides post this error message.

Message:

The download client you are using is currently not configured to download movies. Please choose another one.: The method or operation is not implemented.

Exception:

System.NotImplementedException: The method or operation is not implemented.
at NzbDrone.Core.Download.TorrentClientBase1[TSettings].AddFromMagnetLink (NzbDrone.Core.Parser.Model.RemoteMovie remoteMovie, System.String hash, System.String magnetLink) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\TorrentClientBase.cs:45 at NzbDrone.Core.Download.TorrentClientBase1[TSettings].DownloadFromMagnetUrl (NzbDrone.Core.Parser.Model.RemoteMovie remoteEpisode, System.String magnetUrl) [0x00048] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\TorrentClientBase.cs:299
at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteMovie remoteMovie) [0x000f1] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\TorrentClientBase.cs:110
at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteMovie remoteMovie) [0x000a3] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\DownloadService.cs:119

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

I added and tested transmission, it will be in the next release.

from radarr.

r1nzl3r9991 avatar r1nzl3r9991 commented on May 10, 2024

Any chance this release comes today?

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

I believe so!

from radarr.

 avatar commented on May 10, 2024

Torrent Blackhole is not working...

17-1-13 13:28:21.5|Trace|Http|Req: 752 [POST] /api/release
17-1-13 13:28:21.5|Debug|ReleaseModule|Couldn't find requested release in cache, cache timeout probably expired.
17-1-13 13:28:21.6|Trace|HttpClient|Req: [GET] http://jackett:9117/xxx.torrent
17-1-13 13:28:21.6|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
17-1-13 13:28:21.7|Trace|HttpClient|Res: [GET] http://jackett:9117/xxx.torrent: 200.OK (148 ms)
17-1-13 13:28:21.7|Debug|TorrentBlackhole|Downloading torrent for episode 'XXX' finished (14773 bytes from http://jackett:9117/xxx.torrent)
17-1-13 13:28:21.7|Debug|TorrentBlackhole|Torrent download failed, trying magnet. (The method or operation is not implemented.)
17-1-13 13:28:21.7|Info|DownloadService|Report sent to Blackhole. XXX
17-1-13 13:28:21.7|Trace|EventAggregator|Publishing MovieGrabbedEvent
17-1-13 13:28:21.7|Trace|EventAggregator|MovieGrabbedEvent -> HistoryService
17-1-13 13:28:21.8|Trace|EventAggregator|MovieGrabbedEvent <- HistoryService
17-1-13 13:28:21.8|Trace|EventAggregator|MovieGrabbedEvent -> PendingReleaseService
17-1-13 13:28:21.8|Trace|EventAggregator|MovieGrabbedEvent <- PendingReleaseService
17-1-13 13:28:21.8|Trace|Http|Res: 752 [POST] /api/release: 200.OK (232 ms)
17-1-13 13:28:21.8|Debug|Api|[POST] /api/release: 200.OK (232 ms)

The torrent file given by Jackett is received by Radarr, because it knows exactly how many bytes the file is (checked/compared the link/file manually), however the file is never dropped in the blackhole folder.

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

Question: what is the purpose of torrent black hole anyways? Why not use a supported download client?

from radarr.

 avatar commented on May 10, 2024

Download client is not on the same machine as Radarr, download client option doesn't delete ONLY imported files, but also want's to remove from the download client, or leaves it all alone.
All or nothing.

Blackhole gives me the desired functionality, the part that Radarr has to execute is minimal, but my own scripts handle all the rest better to my taste than Radarr or CouchPotato do.

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

Not sure if I'm understanding your first sentence correctly. For testing I set up radarr and my download client on separate machines. I added the movie to radarr, clicked download, radarr handled everything from there. It copied and renamed the movie afterwards to the correct path and kept it seeding in transmission. Are you saying you want to remove torrents after they finish? Sorry for not understanding.

from radarr.

 avatar commented on May 10, 2024

When deluge has finished downloading on PC1-deluge it puts the torrent in a folder OUT.
Every half hour my script on PC2-radarr checks for new torrents in folder OUT on PC1-deluge and downloads them to PC2-radarr in a folder IN. After downloading it removes the files from folder OUT.
It processes them and puts them in a folder FINISHED so that Radarr can do it's thing. Radarr puts them in the folder MOVIES, but leaves the copy in the folder FINISHED.

I want the files in FINISHED gone, Radarr doesn't have to worry about torrents in Deluge on PC1-deluge.
Blackhole gives me this outcome, if it works at least.

Makes sense?

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

Ahh, I understand now. Maybe in the future you could use the custom notification 'custom script' to delete the ones in the FINISHED folder? Sadly that doesn't work with radarr yet though.

from radarr.

 avatar commented on May 10, 2024

And what is wrong with fixing the Blackhole client?

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

Nothing is wrong, just curious because I saw Sonarr will remove blackhole in v3. If I have time today I'll look into fixing it.

from radarr.

 avatar commented on May 10, 2024

Ah, I did not know that...Any link where I can readup on this?

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

Damn, knew you were gonna ask me that. I saw @markus101 mention it somewhere.

from radarr.

markus101 avatar markus101 commented on May 10, 2024

Blackhole is going to remain, we're just dropping Drone Factory from the UI, the functionality will still be available through the API and Blackhole will still be fully functional.

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

My mistake, got the two confused. Thanks for clearing that up.

from radarr.

suineg avatar suineg commented on May 10, 2024

The major benefit of blackhole is that Radarr is hands of and no matter what obscure client the user has they can take it from there. It's up to them to get it back into the proper area for it to be marked downloaded. I would assume this means less work on your end on entertaining support of systems that aren't very prevalent.

I for one use it exclusively on Sonarr and it has done well for me for years.

from radarr.

SJ50 avatar SJ50 commented on May 10, 2024

any update on torrent blackhole support?
I am using rtorrent and it does not support queue, so I am using script to queue torrents and for this purpose blackhole method is required.

from radarr.

danpowell88 avatar danpowell88 commented on May 10, 2024

Hadouken is not working

The download client you are using is currently not configured to download movies. Please choose another one.: The method or operation is not implemented.

System.NotImplementedException: The method or operation is not implemented.
at NzbDrone.Core.Download.TorrentClientBase1.AddFromTorrentFile(RemoteMovie remoteMovie, String hash, String filename, Byte[] fileContent) in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\TorrentClientBase.cs:line 49 at NzbDrone.Core.Download.TorrentClientBase1.DownloadFromWebUrl(RemoteMovie remoteEpisode, String torrentUrl) in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\TorrentClientBase.cs:line 269
at NzbDrone.Core.Download.TorrentClientBase`1.Download(RemoteMovie remoteMovie) in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\TorrentClientBase.cs:line 125
at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteMovie remoteMovie) in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\DownloadService.cs:line 119

from radarr.

weirdcrap avatar weirdcrap commented on May 10, 2024

I am also having the black hole issue. I was going to do some testing with it to see if I could change some things up more to my liking by using torrent black hole but I receive the same error as those above me.

from radarr.

ashmandias avatar ashmandias commented on May 10, 2024

I'm just jumping in to say I was trying to use Blackhole, as well, and it is not working.

In my case, using the deluge downloader frequently craps out -- I have around 1k torrents in deluge at any one time, and the connection times out when trying to talk with the deluge webui. I thought that the blackhole would be a little more robust.

I also want to keep a copy of the .torrent files for some custom post-processing, and using a blackhole seems the easiest way to get that to work reliably.

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

Let's handle new and fixing old ones in a new GH issue. Feel free to open a request for new additional clients or fixing existing ones.

from radarr.

ashmandias avatar ashmandias commented on May 10, 2024

Opened as #634

from radarr.

onedr0p avatar onedr0p commented on May 10, 2024

@danpowell88 Hodoken should be working in the next update

from radarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.