Jump to content

server log shows exception after user logs in


Recommended Posts

Posted

When I login from the web UI to the server, the server log shows:

2021-01-11 17:07:54.963 Error UserManager: Error authenticating with provider Default
    *** Error Report ***
    Version: 4.5.4.0
    Command line: C:\Users\iadmin\AppData\Roaming\Emby-Server\system\EmbyServer.dll
    Operating system: Microsoft Windows 10.0.19041
    Framework: .NET Core 3.1.9
    OS/Process: x64/x64
    Runtime: C:/Users/iadmin/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
    Processor count: 4
    Data path: C:\Users\iadmin\AppData\Roaming\Emby-Server\programdata
    Application path: C:\Users\iadmin\AppData\Roaming\Emby-Server\system
    System.Exception: System.Exception: Invalid username or password
       at Emby.Server.Implementations.Library.DefaultAuthenticationProvider.Authenticate(String username, String password, User resolvedUser)
       at Emby.Server.Implementations.Library.UserManager.AuthenticateWithProvider(IAuthenticationProvider provider, String username, String password, User resolvedUser, CancellationToken cancellationToken)
    Source: Emby.Server.Implementations
    TargetSite: System.Threading.Tasks.Task`1[MediaBrowser.Controller.Authentication.ProviderAuthenticationResult] Authenticate(System.String, System.String, MediaBrowser.Controller.Entities.User)

2021-01-11 17:07:54.964 Info UserManager: Authentication request for theadmin has succeeded.

Posted (edited)

Hi, the Exception given is: Invalid username or password

So you need to check the login and maybe change the password and try again.

 

Edited by cayars
Posted

Hi. If everything is working as expected, I would not worry about the log error.  If you are having trouble logging in, try Carlo's suggestion above.

Posted

Everything is working okay, so I'll ignore it.  And you'll see that the next log entry is authentication = success.

 

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