Advertisement
waynexx

Untitled

Nov 2nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Unable to parse media info from file: /volume1/Share/DOWNLOADS1/dst/TV/**************.mkv: Access to the path "/volume1/Share/DOWNLOADS1/dst/TV/**************.mkv" is denied.
  2.  
  3. System.UnauthorizedAccessException: Access to the path "/volume1/Share/DOWNLOADS1/dst/TV/**************.mkv" is denied.
  4. at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <30c1a991558c4064acefa7cee0fc6779>:0
  5. at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in <30c1a991558c4064acefa7cee0fc6779>:0
  6. at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in <30c1a991558c4064acefa7cee0fc6779>:0
  7. at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
  8. at NzbDrone.Common.Disk.DiskProviderBase.OpenReadStream (System.String path) [0x0001b] in <da318c059b2c4e18a12ce1003b1dc734>:0
  9. at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo (System.String filename) [0x0006e] in <db6accd1acca4b7b89f971b6407b53be>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement