![]() |
|
Debugging a pluggin - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development) +--- Thread: Debugging a pluggin (/t-debugging-a-pluggin) |
Debugging a pluggin - emveepee - 2025-10-27 For years when debugging the NextPVR plugin I could simply set the jellyfin.dll and --webdir folders and it would launch the web browser. Now it fails. Also the jellyfin server standalone fails. Both methods end up with [2025-10-27 17:03:54.046 -04:00] [INF] [18] Main: Startup complete 0:00:06.8670049 [2025-10-27 17:03:55.077 -04:00] [DBG] [15] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Normalizing an URL at "/" [2025-10-27 17:03:55.103 -04:00] [DBG] [15] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Redirecting to "web/" [2025-10-27 17:03:55.206 -04:00] [DBG] [18] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated. After a network initialization screen the browser shows http://localhost:8096/web/ sent back an error. Error code: 404 Not Found Is there anyway forward from this? RE: Debugging a pluggin - emveepee - 2025-10-27 I found the solution and maybe I did this before but the github repo jellyfin-web is not the same as jellyfin-web in the install package. |