dvoss85

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by dvoss85

  1. Hello, I'm having problems with radarr not loading the web ui. Here are the errors I'm getting in the logs, any help would be appreciated. 17-3-22 21:47:53.7|Fatal|NzbDroneErrorPipeline|Request Failed [v0.2.0.535] System.ArgumentException: Instance property 'this' is not defined for type 'NzbDrone.Core.Tv.Movie' at System.Linq.Expressions.Expression.Property (System.Linq.Expressions.Expression expression, System.String propertyName) <0x40468c90 + 0x000e3> in <filename unknown>:0 at NzbDrone.Core.Datastore.Extensions.PagingSpecExtensions.CreateExpression[TModel] (System.String propertyName) [0x0003d] in C:\projects\radarr-usby1\src\NzbDrone.Core\Datastore\Extensions\PagingSpecExtensions.cs:36 at NzbDrone.Core.Datastore.Extensions.PagingSpecExtensions.OrderByClause[TModel] (NzbDrone.Core.Datastore.PagingSpec`1 pagingSpec) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Datastore\Extensions\PagingSpecExtensions.cs:11 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].GetPagedQuery (Marr.Data.QGen.QueryBuilder`1 query, NzbDrone.Core.Datastore.PagingSpec`1 pagingSpec) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Datastore\BasicRepository.cs:257 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].GetPaged (NzbDrone.Core.Datastore.PagingSpec`1 pagingSpec) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Datastore\BasicRepository.cs:249 at NzbDrone.Core.Tv.MovieRepository.GetPaged (NzbDrone.Core.Datastore.PagingSpec`1 pagingSpec) [0x00085] in C:\projects\radarr-usby1\src\NzbDrone.Core\Tv\MovieRepository.cs:222 at NzbDrone.Core.Tv.MovieService.Paged (NzbDrone.Core.Datastore.PagingSpec`1 pagingSpec) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Tv\MovieService.cs:145 at NzbDrone.Api.NzbDroneRestModule`1[TResource].ApplyToPage[TModel] (System.Func`2 function, NzbDrone.Core.Datastore.PagingSpec`1 pagingSpec, System.Converter`2 mapper) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Api\NzbDroneRestModule.cs:27 at NzbDrone.Api.Movie.MovieModule.GetMoviePaged (NzbDrone.Api.PagingResource`1 pagingResource) [0x00030] in C:\projects\radarr-usby1\src\NzbDrone.Api\Series\MovieModule.cs:121 at NzbDrone.Api.REST.RestModule`1[TResource].<set_GetResourcePaged>b__35_0 (System.Object options) [0x0002d] in C:\projects\radarr-usby1\src\NzbDrone.Api\REST\RestModule.cs:132 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) <0x413a7cd0 + 0x0013b> in <filename unknown>:0 Thanks!