Jump to content

System.IO.FileNotFoundException


Recommended Posts

Posted

Ive noticed that in my emby logs i get this System.IO.FileNotFoundException...would it cause emby server to crash?

 

*** Error Report ***
    Version: 3.0.5700.15637
    Command line: C:\Users\jasoon\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
    Operating system: Microsoft Windows NT 6.1.7601 Service Pack 1
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: False
    Program data path: C:\Users\jasoon\AppData\Roaming\Emby-Server
    Application Path: C:\Users\jasoon\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
    Could not find file 'C:\Users\jasoon\AppData\Roaming\Emby-Server\cache\temp\da516c1a-9137-4d42-9687-06ba23909b09.png'.
    System.IO.FileNotFoundException
     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, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
     at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
     at MediaBrowser.Common.Implementations.IO.CommonFileSystem.GetFileStream(String path, FileMode mode, FileAccess access, FileShare share, Boolean isAsync)
     at MediaBrowser.Providers.Manager.ProviderManager.SaveImage(IHasImages item, String source, String mimeType, ImageType type, Nullable`1 imageIndex, String internalCacheKey, CancellationToken cancellationToken)
     at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1.<FetchToFileInternal>d__e.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1.<FetchAsync>d__8.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1.<FetchAsync>d__1.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at MediaBrowser.Providers.Manager.MetadataService`2.<RunCustomProvider>d__52.MoveNext()

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...