Running the Aphrodite preview, I used the bulk editing tool to change the root location of a few movies (6). The paths successfully changed and the media moved, but for some reason the task is still running and won't stop. Attempted rebooting/shutdown within Radarr UI and recreating the docker container while pulling the latest image, task is still stuck and is causing Radarr to not process other jobs.
OS: Ubuntu 18.04.3 LTS
Radarr Version: 2.0.0.2083
Mono Version: 5.20.1.34
Docker: Yes
DB Migration: 156
19-10-5 13:12:46.0|Info|RadarrBootstrapper|Starting Web Server
19-10-5 13:12:47.3|Info|CommandExecutor|Starting 2 threads for tasks.
19-10-5 13:12:47.4|Error|CommandExecutor|Error occurred while executing task BulkMoveMovie
[v2.0.0.2083] TinyIoC.TinyIoCResolutionException: Unable to resolve type: NzbDrone.Core.Messaging.Commands.IExecute`1[[NzbDrone.Core.Movies.Commands.BulkMoveMovieCommand, Radarr.Core, Version=2.0.0.2083, Culture=neutral, PublicKeyToken=null]]
at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TinyIoCContainer+TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x001ce] in <2aea8c95a2304ab9b3ed7906877ea157>:0
at TinyIoC.TinyIoCContainer.Resolve (System.Type resolveType) [0x00011] in <2aea8c95a2304ab9b3ed7906877ea157>:0
at NzbDrone.Common.Composition.Container.Resolve (System.Type type) [0x00000] in <2aea8c95a2304ab9b3ed7906877ea157>:0
at NzbDrone.Common.ServiceFactory.Build (System.Type contract) [0x00000] in <2aea8c95a2304ab9b3ed7906877ea157>:0
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x00024] in <e0a270c0875b47bc81fb692a60a4ee98>: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 System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0011e] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <e0a270c0875b47bc81fb692a60a4ee98>:0
Full log: radarr.txt

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.92. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Fixed in a368cbd2657efba7325c892ee0e2e70ec582bad5
That resolved it! Thank you so much @Qstick for the quick resolution!