Sonarr Won't Process Downloads

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 :slight_smile:

Something else has locked the file and Sonarr can’t import it.

So it seems at least one of the files is locked by UnRARCapture

Any ideas how to stop this happening?

I’ve now unlocked that file, checked the whole folder, no others appear to be locked, and yet still nothing is processing…

I have 4 pages under “Activity”, which would appear to be all of the files I’ve downloaded recently, waiting to process but stuck.

EDIT: Now NZBDrone is locking at least one of the files, but still not actually doing anything that I can see…?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.