linuxserver / docker-radarr

GNU General Public License v3.0
646 stars 104 forks source link

refresh movie fail v0.2.0.1358 #80

Closed ghost closed 4 years ago

ghost commented 4 years ago

linuxserver.io

If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.


Expected Behavior

metadata should fill on selected movies

Current Behavior

Error occurred while executing task RefreshMovie: Value cannot be null. Parameter name: source

System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable1[T] source, System.Boolean& found) [0x0000d] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00000] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetMovieInfo (System.Int32 TmdbId, NzbDrone.Core.Profiles.Profile profile, System.Boolean hasPreDBEntry) [0x000fb] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:89 at NzbDrone.Core.Movies.RefreshMovieService.RefreshMovieInfo (NzbDrone.Core.Movies.Movie movie) [0x00031] in C:\projects\radarr-usby1\src\NzbDrone.Core\Movies\RefreshMovieService.cs:64 at NzbDrone.Core.Movies.RefreshMovieService.Execute (NzbDrone.Core.Movies.Commands.RefreshMovieCommand message) [0x00043] in C:\projects\radarr-usby1\src\NzbDrone.Core\Movies\RefreshMovieService.cs:177 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000ec] in C:\projects\radarr-usby1\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:93 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x00035] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x00027] in C:\projects\radarr-usby1\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:43

Steps to Reproduce

1. 2. 3. 4.

Environment

OS: Synology DSM 6.2.2-24922 Update 4 CPU architecture: x86_64
How docker service was installed: dsm package center

Command used to create docker container (run/create/compose/screenshot)

docker pull linuxserver/radarr:latest

Docker logs

scr_dsm_docker_radarr_image

ghost commented 4 years ago

just found a "solution". Duplicating the container fixed the issue. docker pull also stuck on v0.2.0.1358, duplicated version updated itself to v0.2.0.1450