Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. System.ArgumentNullException: Value can not be null.
  2. Parameter name: profile
  3. at NzbDrone.Common.EnsureThat.EnsureObjectExtensions.IsNotNull[T](Param`1 param) in C:\projects\radarr-usby1\src\NzbDrone.Common\EnsureThat\EnsureObjectExtensions.cs:line 12
  4. at NzbDrone.Core.Qualities.QualityModelComparer..ctor(Profile profile) in C:\projects\radarr-usby1\src\NzbDrone.Core\Qualities\QualityModelComparer.cs:line 17
  5. at NzbDrone.Core.MediaFiles.MovieImport.ImportApprovedMovie.<>c.<Import>b__7_2(Int32 i, IEnumerable`1 s) in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieImport\ImportApprovedMovie.cs:line 54
  6. at System.Linq.Lookup`2.<ApplyResultSelector>d__13`1.MoveNext()
  7. at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
  8. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  9. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  10. at NzbDrone.Core.MediaFiles.MovieImport.ImportApprovedMovie.Import(List`1 decisions, Boolean newDownload, DownloadClientItem downloadClientItem, ImportMode importMode) in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieImport\ImportApprovedMovie.cs:line 53
  11. at NzbDrone.Core.MediaFiles.MovieImport.Manual.ManualImportService.Execute(ManualImportCommand message) in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieImport\Manual\ManualImportService.cs:line 249
  12. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in C:\projects\radarr-usby1\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 93
  13. at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )
  14. at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  15. at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )
  16. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in C:\projects\radarr-usby1\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 43
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement