-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The notifications don't get triggered for Authentication Success/Failure #177
Comments
In the Jellyfin log, nothing else related to the plugin appears besides this.
|
I'm currently having the same problem. Also goes for other types like Items Added. |
same here! |
Any fix? |
Reporting the same issue. Jellyfin Version: 10.8.13 Auth success failures does appear in the logs jellyfin | [22:54:55] [INF] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was challenged.
jellyfin | [22:54:56] [ERR] [21] Jellyfin.Server.Implementations.Users.UserManager: Error authenticating with provider Default
jellyfin | MediaBrowser.Controller.Authentication.AuthenticationException: Specified user does not exist.
...
jellyfin | [22:55:50] [INF] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was challenged.
jellyfin | [22:55:51] [ERR] [10] Jellyfin.Server.Implementations.Users.UserManager: Error authenticating with provider Default
jellyfin | MediaBrowser.Controller.Authentication.AuthenticationException: Invalid username or password
...
jellyfin | [22:55:56] [INF] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was challenged.
jellyfin | [22:55:57] [INF] [11] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for **** has succeeded. |
same here Jellyfin Version: 10.8.13
|
Same issue. I'm not terribly confident this is going to get any sort of love, considering its been in this state for nigh a year now. Which is a shame. I have 2 existing notifications working for playback stop/start. Those worked perfect from the start, no extra messing with Not really sure where to start with this one. I'm not terribly proficient with the templates so if there's a more fleshed out template I can use, that'd be great. Here's my logging.json file.
I can see failed login attempts in the jellyfin application logs but it seems the plugin is simply unaware of them.
|
Fixed by jellyfin/jellyfin#8960 |
As said in the title, I've made Discord notifications when auth success/failure occurs, and they don't get triggered on that event.
The text was updated successfully, but these errors were encountered: