lukewarmtauntaun

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by lukewarmtauntaun

  1. Thank you both. You were absolutely right. One of my labels didn't match what deluge was looking for. Big facepalm when I saw that! Thank you for helping out a newbie!
  2. Hi everyone! I am trying to troubleshoot an issue with Sonarr and Delugevpn. Sonarr is able to grab torrents and send them to Deluge to download just fine. Deluge downloads the file and moves it from "Incomplete" to "Complete" in my main Downloads share. The file is then shown as 'seeding' in Deluge. So far so good... After this however, Sonarr does not pick up the file and add it to the TV share. Sabnzbd works just fine, but deluge doesn't. I have Radarr and Lidarr set up and they are able to process the completed torrent files, but for some reason Sonarr is having trouble. Looking at the system log in Sonarr there is a fatal error and I've pasted it below: Request Failed. POST /api/release: Failure: [Failure instance: Traceback (failure with no frames): <class 'deluge.error.WrappedException'>: Unknown Label Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 320, in set_torrent check_input((not label_id) or (label_id in self.labels), _('Unknown Label')) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 68, in check_input raise Exception(message) Exception: Unknown Label ] (code 4) NzbDrone.Core.Download.Clients.Deluge.DelugeException: Failure: [Failure instance: Traceback (failure with no frames): <class 'deluge.error.WrappedException'>: Unknown Label Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 320, in set_torrent check_input((not label_id) or (label_id in self.labels), _('Unknown Label')) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 68, in check_input raise Exception(message) Exception: Unknown Label ] (code 4) at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00072] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:232 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.SetLabel (System.String hash, System.String label, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:190 at NzbDrone.Core.Download.Clients.Deluge.Deluge.AddFromTorrentFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String hash, System.String filename, System.Byte[] fileContent) [0x00058] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:74 at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x00208] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\TorrentClientBase.cs:189 at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00148] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\TorrentClientBase.cs:117 at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00191] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\DownloadService.cs:76 at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002d] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (System.Object x) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Indexers\ReleaseModule.cs:46 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0 Thank you so much for any help/insight you can provide!