Jump to content

user error on library refresh


Recommended Posts

Posted (edited)

good afternoon,

 

since moving from w7 to w10, ive been getting user name or password errors.

seems strange, because i can access the files without issues.

the log says:

 

2016-01-12 15:53:25.8917 Error App: Error resolving path \\NAS\Film
 *** Error Report ***
 Version: 3.0.5785.0
 Command line: C:\Users\Media\AppData\Roaming\MediaBrowser-Server\system\MediaBrowser.ServerApplication.exe -service
 Operating system: Microsoft Windows NT 6.2.9200.0
 Processor count: 4
 64-Bit OS: True
 64-Bit Process: False
 Program data path: C:\Users\Media\AppData\Roaming\MediaBrowser-Server
 Application Path: C:\Users\Media\AppData\Roaming\MediaBrowser-Server\system\MediaBrowser.ServerApplication.exe
 De gebruikersnaam of het wachtwoord is onjuist.
 
 System.IO.IOException
    bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    bij System.IO.FileSystemEnumerableIterator`1.CommonInit()
    bij System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
    bij System.IO.DirectoryInfo.EnumerateFileSystemInfos(String searchPattern, SearchOption searchOption)
    bij CommonIO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
    bij MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemDictionary(String path, Boolean clearCache)
    bij MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemDictionary(String path)
    bij MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
    bij MediaBrowser.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, Folder parent, String collectionType)
    bij MediaBrowser.Server.Implementations.Library.LibraryManager.<>c__DisplayClass3f.<ResolveFileList>b__3c(FileSystemMetadata f)
 
2016-01-12 15:53:28.5405 Error App: Error resolving path \\NAS\photo
 *** Error Report ***
 Version: 3.0.5785.0
 Command line: C:\Users\Media\AppData\Roaming\MediaBrowser-Server\system\MediaBrowser.ServerApplication.exe -service
 Operating system: Microsoft Windows NT 6.2.9200.0
 Processor count: 4
 64-Bit OS: True
 64-Bit Process: False
 Program data path: C:\Users\Media\AppData\Roaming\MediaBrowser-Server
 Application Path: C:\Users\Media\AppData\Roaming\MediaBrowser-Server\system\MediaBrowser.ServerApplication.exe
 De gebruikersnaam of het wachtwoord is onjuist.
 
 System.IO.IOException
    bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    bij System.IO.FileSystemEnumerableIterator`1.CommonInit()
    bij System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
    bij System.IO.DirectoryInfo.EnumerateFileSystemInfos(String searchPattern, SearchOption searchOption)
    bij CommonIO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
    bij MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemDictionary(String path, Boolean clearCache)
    bij MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemDictionary(String path)
    bij MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
    bij MediaBrowser.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, Folder parent, String collectionType)
    bij MediaBrowser.Server.Implementations.Library.LibraryManager.<>c__DisplayClass3f.<ResolveFileList>b__3c(FileSystemMetadata f)
 

 

which username is this error referring to? where can i fix this?

could this be the reason the scan hangs at 9,3%?

Edited by MikeyMan
Posted

That would be a share permissions issue at the OS/Network level it appears.

Posted

Strange, i can access the files themselves just fine from the explorer :?

Posted (edited)

I'll have a look into that, keep you posted.

 

Local system administrator has the same credentials as the network login, so it seems strange that i have to change that setting.

 

Or is the system adminstrator not the same as the user being an admin?

Edited by MikeyMan
Posted

When something runs as a service it is outside the context of any user - unless you configure it with one (see the link).

Posted

damnit, feel rather stupid now...

 

emby was not started after upgrade to win10, so i thought the service should be started.

 

turns out it wasnt even running as a service in win7.

 

working great now, thanks!

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...