Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

deuxcolors

Members
  • Joined

  • Last visited

Everything posted by deuxcolors

  1. 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.
  2. This is getting seriously fustrating... Sonarr is saying that Deluge is refusing the connexion...
  3. 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...
  4. I'm being slow sorry. Which logs? Internal to Sonarr and Deluge, or the container? Or both?
  5. Nothing! I added some torrents manually and after awhile it started showing me a red cloud.
  6. 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.
  7. 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...
  8. I pulled this from the container logs: Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. Could it be causing the issue?
  9. 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. 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. But... But... I wrote: Fine I'll wait... Thanks y'all.
  13. 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.
  14. I'm being stupid sorry. I still don't understand. You're saying that giving access to the login page is a potential security hole?
  15. I'm not sure I follow. I don't want VPN access through NGINX, I'm trying to get access to the OpenVPN-AS login page so that if I need to I can download the config file if I need it. If you go to the admin page you can set it up so that if you are outside your network you can only use the user login and not the admin one.
  16. Back to the VPN question. The VPN itself works fine (using OpenVPN-AS), but there is a possibility to have a webpage where I can login and get my configuration files when required. However, when I try to log in to it at vpn.example.com I get a "502 Bad Gateway". Here is the setup: server { listen 443 ssl; root /config/www; index index.html index.htm index.php; server_name vpn.*; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ssl_prefer_server_ciphers on; client_max_body_size 0; location / { auth_basic off; include /config/nginx/proxy.conf; proxy_pass http://192.168.80.1:9443; } } I TRIED WITH 943 SAME ISSUE I'll post this in the OpenVPN-AS thread as well if it is determined that this isn't an NGINX issue. Thanks y'all!
  17. Yes, sorry. Scatterbrained, and scattershot.
  18. Trying to get Deluge and Transmission working... CHBMB provided me a configuration, but it doesn't use .htpasswd, and when I tried to modify the script it 404. Of course, the same setup doesn't work at all for Transmission. #HTPC server { listen 443 ssl; root /config/www; index index.html index.htm index.php; server_name htpc.*; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers ***** ssl_prefer_server_ciphers on; client_max_body_size 0; #Muximux location / { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.1:38095; } #Sonarr location ^~ /tv { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.1:38082/tv; } #Couchpotato location ^~ /movies { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.1:38083/movies; } #Deluge location ^~ /deluge { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.1:38085; proxy_set_header X-Deluge-Base "/deluge/"; } #PlexPy location ^~ /stats { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.1:38090/stats; } } Sonarr, CP, and PlexPy work fine within Muximux, and at /address on their own. Any ideas?
  19. Does your settings take into account .htpasswd authorization? Since it didn't have any indication I wrote this, but I got a 404: location ^~ /deluge { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.80.1:38085; proxy_set_header X-Deluge-Base "/deluge/"; } Also (and I'm aware it is a different docker) but would it be the same setup for Transmission? (I'll be posting this question on the letsencrypt page)
  20. I was afraid you would say something like that... When you've got time I'm still looking for an answer to my original question. Yeah, I just got home from work. This will work with nginx. location /deluge { proxy_pass http://192.168.0.1:8112/; proxy_set_header X-Deluge-Base "/deluge/"; include /config/nginx/proxy.conf; } Obviously change 192.168.0.1 to your Unraid IP Cool. And I don't need to add anything to deluge? Sent from mobile
  21. I was afraid you would say something like that... When you've got time I'm still looking for an answer to my original question.
  22. Not quite what I was asking. I was wondering if it is possible to access the container's "desktop app" since the webui we normally use is limited which certain plug-ins and other configurations. Sent from mobile
  23. Hey ya'll. How do I go about adding a base for reverse proxy. I tried modifying the web.conf file, but it doesn't stick upon reboot. That, and is there a way to access deluge app (for non webui compatible plugins and whatnot)?
  24. Just making sure I understand. For my OpenVPN I don't need to worry about this container? Just make sure vpn.example.com is pointed to my IP, make sure the correct ports are open, and I'm done? If that is the case, GREAT!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.