Jump to content

deuxcolors

Members
  • Posts

    118
  • Joined

  • Last visited

Posts posted by deuxcolors

  1. 37 minutes ago, bobbintb said:

    Should your "Music download directory" and " move when completed" directory be the same?

    I don't know, but when you read the info below where you fill in the paths it seems to indicate that it should be the same. 

    I'll try removing the "move when completed" information, and see if it helps (Deluge is already programmed to move the files).

    ***EDIT: Tried it. No change, no log errors.

     

    37 minutes ago, bobbintb said:

    Can we see the the container path to the directories? The screen shots only show the host side. Well, they do show the container paths but that is technically just a description and may not actually be what the container path is.

    I'm not sure what you mean. I would I go about getting that info?

  2. Sorry. I know better...

    Logs aren't showing anything.
    I don't use "downloads" like most I set it, Deluge is the only one to use it since the folder is on the cache. All files downloaded by deluge are moved to a "seeds" folder on the array once download is completed (/seeds/"label"). This setup is working fine for Sonarr and Radarr (and Couchpotato previously).

    In the case of Headphones, it finds the file I want, sends to Deluge, Deluge does as asked (labels the file as music, and moves it to /seeds/music), and from there Headphones does nothing. I manually had HP import music files from a different folder I had put in /seeds, and it did its job with no issue.

    I'm certain it is something that isn't configured correctly in HP settings, but no clue what it may be.

    DelugeDock.JPG

    HeadphonesDock.JPG

    HP1.JPG

    HP2.JPG

     

  3. I'm trying to get this working, but the workflow stops halfway through.

    I find an album I want, it is sent to Deluge and downloaded, but then Headphones doesn't see the file in the folder. It isn't an issue with the mapping I use the same file structure across all my automation apps and Deluge.
    I'm guessing it is a issue with my setting within Headphones, but I haven't found where it is, and there really isn't a good setup guide for this software.

    Any help is greatly appreciated.

  4. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="sonarr" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 38082:8989/tcp -v "/dev/rtc":"/dev/rtc":ro -v "/mnt/user/Television/":"/tv":rw -v "/mnt/user/torrents/":"/downloads":rw -v "/mnt/user/seeds/":"/seeds":rw -v "/mnt/user/appdata/sonarr":"/config":rw linuxserver/sonarr
    c84b831f1abfbc50b626bd4f1d6a804f9dbb43fef6d55c3d676197765d7dea70
    
    The command finished successfully!

     

    If it's a sonarr issue it might be due to mono. I haven't been able to find anything that reproduces this issue except one forum post https://forums.sonarr.tv/t/refresh-series-task-getting-stuck-overtime/6710

  5. This loop is driving me loopy...

     

    From the logs:

    17-2-8 13:58:46.2|Info|RefreshSeriesService|Skipping refresh of series: Project Runway All Stars
    17-2-8 13:58:46.2|Info|DiskScanService|Scanning disk for Project Runway All Stars
    17-2-8 13:58:46.3|Info|DiskScanService|Completed scanning disk for Project Runway All Stars
    17-2-8 13:58:46.6|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4472
    17-2-8 13:58:46.8|Info|AppFolderInfo|Data directory is being overridden to [/config]
    17-2-8 13:58:47.0|Info|MigrationLogger|*** Migrating data source=/config/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
    17-2-8 13:58:47.2|Info|MigrationLogger|*** Migrating data source=/config/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
    17-2-8 13:58:47.2|Info|Router|Application mode: Interactive
    17-2-8 13:58:47.2|Info|OwinHostController|Listening on the following URLs:
    17-2-8 13:58:47.2|Info|OwinHostController|  http://*:8989/tv/
    17-2-8 13:58:47.2|Info|OwinHostController|  http://*:8989/
    17-2-8 13:58:47.4|Info|NancyBootstrapper|Starting NzbDrone API
    17-2-8 13:59:18.2|Info|RssSyncService|Starting RSS Sync
    

     

    That is constantly happening. It scans the files in my media library and once it reaches Project Runway it goes tits-up and starts over from the top of the list. It is the reason why it won't connect to deluge from what I can tell...

     

    Has anyone have this happen to them, and does anyone know why this is going on?

     

    And I've tried deleting the files where it does this, but then it just does the same thing on the next show in the list.  >:(

  6. Internal to both I would imagine, but why not study them and see.

     

    I tried, and I can't figure out why is bugging out...

     

    Here is Sonarr's log for the error:

    NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to Deluge, please check your settings ---> System.Net.WebException: The request timed out
      at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0x41962e00 + 0x00193> in <filename unknown>:0 
      at System.Net.HttpWebRequest.GetResponse () <0x41960ca0 + 0x0005a> in <filename unknown>:0 
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000fe] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:61 
      --- End of inner exception stack trace ---
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult] (NzbDrone.Common.Http.JsonRpcRequestBuilder requestBuilder, System.String method, System.Object[] arguments) [0x0006f] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:234 
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00008] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:180 
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.SetLabel (System.String hash, System.String label, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:158 
      at NzbDrone.Core.Download.Clients.Deluge.Deluge.AddFromTorrentFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String hash, System.String filename, System.Byte[] fileContent) [0x00027] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:62 
      at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x001aa] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TorrentClientBase.cs:181 
      at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00148] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TorrentClientBase.cs:117 
      at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00171] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\DownloadService.cs:66 
      at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002c] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 
      at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (System.Object x) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\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, CancellationToken context) <0x41af66c0 + 0x0014f> in <filename unknown>:0 
    Close
    Sonarr Ver

     

    And I can't find anything abnormal for deluge...

  7. I posted this issue on the Sonar thread but didn't get a response. So I'm posting here hoping someone has an idea.

     

    For some reason Sonarr doesn't want to connect to deluge anymore.

     

    In the settings Sonarr can connect to Deluge during the test, but when I try to manually add a show I get a little red cloud and Sonarr says it can't connect to Deluge.

    However, sporadically Sonarr can send a file to Deluge.

     

    At first I nuked Sonarr and did a reinstall from scratch, and it didn't solve anything.

     

    Then I nuked Deluge and it worked. Sonarr could connect no problem... For about half a day.

     

    HELP!!!

     

    I'm using LS.IO containers for both programs.

  8. BLAH!!!

    It's either Sonarr or the docker container (I'm guessing Sonarr, and I'll have to wait for an update)

     

    Radarr is working fine, but Sonarr keeps dropping it's connection to Deluge.

     

    I completely deleted Sonarr and reinstalled it, same issue.

     

    I'll wait and see, but it seems I'm the only one with this issue...

  9. Hey y'all.

     

    I don't know if this is an issue with Sonarr, Deluge, or PEBKAC...

     

    When I test Sonarr's connection with Deluge it connects succesfully, but when I try to add a DL manually in Sonarr (a full season) I get a little red cloud image and the logs say "Request Failed: Unable to connect to Deluge, please check your settings"

     

    I've tried shutting down and restearting both Sonarr and Deluge, but it still doesn't work...

     

    I've included the text that came with the error message in the log:

    NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to Deluge, please check your settings ---> System.Net.WebException: Error getting response stream (ReadDone2): ReceiveFailure ---> System.Exception:   at System.Net.WebConnection.HandleError (WebExceptionStatus st, System.Exception e, System.String where) [0x00000] in <filename unknown>:0 
      at System.Net.WebConnection.ReadDone (IAsyncResult result) [0x00000] in <filename unknown>:0 
      at System.Net.Sockets.SocketAsyncResult.<ExecuteWorkItem>m__1 (System.Object state) [0x00000] in <filename unknown>:0 
      at System.Runtime.Remoting.Messaging.AsyncResult.Invoke (System.Runtime.Remoting.Messaging.AsyncResult ) [0x00000] in <filename unknown>:0 
      at System.Runtime.Remoting.Messaging.AsyncResult.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <filename unknown>:0 
      at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00000] in <filename unknown>:0 
      at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <filename unknown>:0 
      at System.Net.WebConnection.HandleError (WebExceptionStatus st, System.Exception e, System.String where) <0x4095ca50 + 0x00183> in <filename unknown>:0 
      --- End of inner exception stack trace ---
      at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0x40650930 + 0x001ab> in <filename unknown>:0 
      at System.Net.HttpWebRequest.GetResponse () <0x4064dba0 + 0x0005a> in <filename unknown>:0 
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000fe] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:61 
      --- End of inner exception stack trace ---
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult] (NzbDrone.Common.Http.JsonRpcRequestBuilder requestBuilder, System.String method, System.Object[] arguments) [0x0006f] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:234 
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00008] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:180 
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.SetLabel (System.String hash, System.String label, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:158 
      at NzbDrone.Core.Download.Clients.Deluge.Deluge.AddFromTorrentFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String hash, System.String filename, System.Byte[] fileContent) [0x00027] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:62 
      at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x001aa] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TorrentClientBase.cs:181 
      at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00148] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TorrentClientBase.cs:117 
      at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00171] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\DownloadService.cs:66 
      at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002c] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 
      at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (System.Object x) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\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, CancellationToken context) <0x408d0630 + 0x0014f> in <filename unknown>:0 

     

    Thanks for any help.

     

    Still having an issue, and still don't know whether the issue is Sonarr or Deluge (not PEBKAC, I double checked).

     

    If I let it sit for awhile I can manually select one torrent in Sonarr and it is transmited to Deluge, but after that it locks up... I'll hit up the Sonarr reddit and see if anyone has an idea.

  10. Hey y'all.

     

    I don't know if this is an issue with Sonarr, Deluge, or PEBKAC...

     

    When I test Sonarr's connection with Deluge it connects succesfully, but when I try to add a DL manually in Sonarr (a full season) I get a little red cloud image and the logs say "Request Failed: Unable to connect to Deluge, please check your settings"

     

    I've tried shutting down and restearting both Sonarr and Deluge, but it still doesn't work...

     

    I've included the text that came with the error message in the log:

    NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to Deluge, please check your settings ---> System.Net.WebException: Error getting response stream (ReadDone2): ReceiveFailure ---> System.Exception:   at System.Net.WebConnection.HandleError (WebExceptionStatus st, System.Exception e, System.String where) [0x00000] in <filename unknown>:0 
      at System.Net.WebConnection.ReadDone (IAsyncResult result) [0x00000] in <filename unknown>:0 
      at System.Net.Sockets.SocketAsyncResult.<ExecuteWorkItem>m__1 (System.Object state) [0x00000] in <filename unknown>:0 
      at System.Runtime.Remoting.Messaging.AsyncResult.Invoke (System.Runtime.Remoting.Messaging.AsyncResult ) [0x00000] in <filename unknown>:0 
      at System.Runtime.Remoting.Messaging.AsyncResult.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <filename unknown>:0 
      at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00000] in <filename unknown>:0 
      at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <filename unknown>:0 
      at System.Net.WebConnection.HandleError (WebExceptionStatus st, System.Exception e, System.String where) <0x4095ca50 + 0x00183> in <filename unknown>:0 
      --- End of inner exception stack trace ---
      at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0x40650930 + 0x001ab> in <filename unknown>:0 
      at System.Net.HttpWebRequest.GetResponse () <0x4064dba0 + 0x0005a> in <filename unknown>:0 
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000fe] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:61 
      --- End of inner exception stack trace ---
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult] (NzbDrone.Common.Http.JsonRpcRequestBuilder requestBuilder, System.String method, System.Object[] arguments) [0x0006f] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:234 
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00008] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:180 
      at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.SetLabel (System.String hash, System.String label, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:158 
      at NzbDrone.Core.Download.Clients.Deluge.Deluge.AddFromTorrentFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String hash, System.String filename, System.Byte[] fileContent) [0x00027] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:62 
      at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x001aa] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TorrentClientBase.cs:181 
      at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00148] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TorrentClientBase.cs:117 
      at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00171] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\DownloadService.cs:66 
      at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002c] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 
      at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (System.Object x) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\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, CancellationToken context) <0x408d0630 + 0x0014f> in <filename unknown>:0 

     

    Thanks for any help.

  11. Hey y'all. Is there any way to modify the couchpotato/core/media/_base/providers/torrent/passthepopcorn.py file in the docker.

    PTP migrated to HTTPS and now CP can't login to search that site.

     

    I found the fix https://github.com/CouchPotato/CouchPotatoServer/pull/7138/commits/78a474995251264bc6203c2bb374346a059b0d06 but I don't know how to go about implementing it.

     

    Also, please don't tell me to wait for the update because it might take quite a bit of time before it is done.

     

    Found a temporary workaround for the PTP issue. Set up Jackett with PTP and add it to CP.

    I wish they'd push that update, but since it is an "easy fix" when not using a docker container they probably aren't in any hurry...

  12. Hey y'all. Is there any way to modify the couchpotato/core/media/_base/providers/torrent/passthepopcorn.py file in the docker.

    PTP migrated to HTTPS and now CP can't login to search that site.

     

    I found the fix https://github.com/CouchPotato/CouchPotatoServer/pull/7138/commits/78a474995251264bc6203c2bb374346a059b0d06 but I don't know how to go about implementing it.

     

    Also, please don't tell me to wait for the update because it might take quite a bit of time before it is done.

×
×
  • Create New...