You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially tacked on my $0.02 to #177, which was then closed in reference to this from January of 2023. Given we have multiple individuals reporting it doesn't work as recently as yesterday, there might need to be some updated documentation posted/other attention if this feature is expected to be working on the most recent branches of Jellyfin and the Webhook Plugin.
I have 2 existing notifications working for playback stop/start. Those worked perfect from the start, no extra messing with logging.json was required to get those to work, but I did modify my logging.json file according to the instructions to no effect.
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.
I can see failed login attempts in the jellyfin application logs but it seems the plugin is simply unaware of them.
[2024-04-07 11:49:33.934 -04:00] [ERR] Error authenticating with provider "Default"
MediaBrowser.Controller.Authentication.AuthenticationException: Specified user does not exist.
at Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider.Authenticate(String username, String password, User resolvedUser)
at Jellyfin.Server.Implementations.Users.UserManager.AuthenticateWithProvider(IAuthenticationProvider provider, String username, String password, User resolvedUser)
[2024-04-07 11:49:33.937 -04:00] [INF] Authentication request for "lalalala" has been denied (IP: "192.168.2.3").
[2024-04-07 11:49:33.938 -04:00] [ERR] Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname"
The text was updated successfully, but these errors were encountered:
I initially tacked on my $0.02 to #177, which was then closed in reference to this from January of 2023. Given we have multiple individuals reporting it doesn't work as recently as yesterday, there might need to be some updated documentation posted/other attention if this feature is expected to be working on the most recent branches of Jellyfin and the Webhook Plugin.
I have 2 existing notifications working for playback stop/start. Those worked perfect from the start, no extra messing with
logging.json
was required to get those to work, but I did modify mylogging.json
file according to the instructions to no effect.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.
The text was updated successfully, but these errors were encountered: