Sonarr version (exact version): 2.0.0.5252
OS: Windows 10
Debug logs: https://pastebin.com/NgYc1dKb
Description of issue: Files are downloading through SABnzbd automatically as usual, however the files are not being renamed and moved as expected, but sitting in my download folder. The logs have lots of errors like this:
Unable to parse media info from file: D:\Sab\Complete_UNPACK_Westworld.S02E02.1080p.BluRay.x264-SHORTBREHD.1\Westworld.S02E02.1080p.BluRay.x264-SHORTBREHD.mkv: The process cannot access the file ‘D:\Sab\Complete_UNPACK_Westworld.S02E02.1080p.BluRay.x264-SHORTBREHD.1\Westworld.S02E02.1080p.BluRay.x264-SHORTBREHD.mkv’ because it is being used by another process.
System.IO.IOException: The process cannot access the file ‘D:\Sab\Complete_UNPACK_Westworld.S02E02.1080p.BluRay.x264-SHORTBREHD.1\Westworld.S02E02.1080p.BluRay.x264-SHORTBREHD.mkv’ because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access)
at NzbDrone.Common.Disk.DiskProviderBase.OpenReadStream(String path) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 405
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\MediaInfo\VideoFileInfoReader.cs:line 57
Any ideas what’s wrong?
Thanks