user_47

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by user_47

  1. Ah ha, just figured it out. For some reason it wasn't saving my Plex.tv token on setup. Logged on in the settings and all is now good.
  2. Is anyone available to help me figure out why I can't get this running? Feeling like an idiot; had plexpy set up just fine, but I had recently reset all of my Plex data so decided to start from fresh with Tautulli and now I can't get it working at all... There was an error communicating with your Plex Server. Check the logs and verify your server connection in the settings.
  3. Any idea what this error I'm getting is? Trying to connect to delugevpn and it won't work. This is what supervisord.log says... 2016-10-28 22:07:06,065 DEBG 'sonarr' stdout output: [Fatal] NzbDroneErrorPipeline: Request Failed [v2.0.0.4370] System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber (System.String str, NumberStyles options, System.NumberBuffer& number, System.Globalization.NumberFormatInfo info, Boolean parseDecimal) <0x2ac214267110 + 0x000e1> in <filename unknown>:0 at System.Number.ParseInt32 (System.String s, NumberStyles style, System.Globalization.NumberFormatInfo info) <0x2ac214265ef0 + 0x00094> in <filename unknown>:0 at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) <0x2ac214244b40 + 0x00034> in <filename unknown>:0 at System.Convert.ToInt32 (System.String value, IFormatProvider provider) <0x2ac2141dfc00 + 0x0002b> in <filename unknown>:0 at System.String.System.IConvertible.ToInt32 (IFormatProvider provider) <0x2ac2142ed6c0 + 0x00011> in <filename unknown>:0 at System.Convert.ToInt32 (System.Object value) <0x2ac2141df580 + 0x000ce> in <filename unknown>:0 at NzbDrone.Api.ClientSchema.SchemaBuilder.ReadFromSchema (System.Collections.Generic.List`1 fields, System.Type targetType) <0x40b69e00 + 0x00336> in <filename unknown>:0 at NzbDrone.Api.ProviderModuleBase`3[TProviderResource,TProvider,TProviderDefinition].MapToModel (NzbDrone.Api.TProviderDefinition definition, NzbDrone.Api.TProviderResource resource) <0x40b69ab0 + 0x00123> in <filename unknown>:0 at NzbDrone.Api.DownloadClient.DownloadClientModule.MapToModel (NzbDrone.Core.Download.DownloadClientDefinition definition, NzbDrone.Api.DownloadClient.DownloadClientResource resource) <0x40b69a50 + 0x0001f> in <filename unknown>:0 at NzbDrone.Api.ProviderModuleBase`3[TProviderResource,TProvider,TProviderDefinition].GetDefinition (NzbDrone.Api.TProviderResource providerResource, Boolean includeWarnings, Boolean validate) <0x40b699b0 + 0x00053> in <filename unknown>:0 at NzbDrone.Api.ProviderModuleBase`3[TProviderResource,TProvider,TProviderDefinition].Test (NzbDrone.Api.TProviderResource providerResource) <0x40b69920 + 0x0001b> in <filename unknown>:0 at NzbDrone.Api.ProviderModuleBase`3[TProviderResource,TProvider,TProviderDefinition].<.ctor>b__1_1 (System.Object x) <0x40b64a70 + 0x0002f> in <filename unknown>:0 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) <0x40ac8ef0 + 0x0014f> in <filename unknown>:0
  4. I just got my unRAID set up this weekend after wanting to tackle a project like this for a while -- everything was working fine, but I couldn't get this Docker to work...after some trial and error, I think i found a bug that I haven't seen mentioned anywhere else. I couldn't get my VPN (PIA) to connect because my password had a "$" which was causing it to truncate at the $. I figured this out by looking at /mnt/cache/appdata/binhex-delugevpn/openvpn/credentials.conf where my username was correct but the pass was cut off at "$." Changed my password to not include any special characters, and works fine now.