Jellyfin Forum
10.9.4 Plugin Catalog Not Loading - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: 10.9.4 Plugin Catalog Not Loading (/t-10-9-4-plugin-catalog-not-loading)

Pages: 1 2


10.9.4 Plugin Catalog Not Loading - PuppetSin - 2024-06-03

Was working fine on 10.9.3, but since updating to latest 10.9.4 the catalog now just infinite loads (Tried both Web and Client)  So currently no way to install new plugins.

Restarted network, jellyfin, etc. Also did a flushdns incase it was a DNS issue.

Do I need to rollback to 10.9.3?


RE: 10.9.4 Plugin Catalog Not Loading - TheDreadPirate - 2024-06-03

Which one isn't loading? I'm assuming the codyrobibero repo. Your logs would tell you which one isn't loading. Other users couldn't load the codyrebibero repo and it is, indeed, no longer available.


RE: 10.9.4 Plugin Catalog Not Loading - PuppetSin - 2024-06-03

The page is completely blank and just a loading wheel. Even removed the codyrobibero repo as well with same result.


RE: 10.9.4 Plugin Catalog Not Loading - TheDreadPirate - 2024-06-03

Can you share your full jellyfin logs via pastebin?


RE: 10.9.4 Plugin Catalog Not Loading - PuppetSin - 2024-06-03

(2024-06-03, 02:45 AM)TheDreadPirate Wrote: Can you share your full jellyfin logs via pastebin?

Log is apparently way too big for pastebin, was able to save it and put it on a temp file host
https://file.io/z6k6pofxAVEY 

I also noticed as a bigger separate issue a giant portion of all my TV show stuff is being removed or has the wrong metadata now Face-with-head-bandage


RE: 10.9.4 Plugin Catalog Not Loading - TheDreadPirate - 2024-06-03

I'm wondering if this is due to browser caching or you updated the server but not web.

Code:
[2024-06-03 01:00:38.672 +00:00] [INF] [11] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.3"

I don't see anything that indicates why it started removing chunks of your library. Usually those are proceeded by logs indicating that a drive unmounted or something.


RE: 10.9.4 Plugin Catalog Not Loading - PuppetSin - 2024-06-03

(2024-06-03, 04:05 AM)TheDreadPirate Wrote: I'm wondering if this is due to browser caching or you updated the server but not web.

Code:
[2024-06-03 01:00:38.672 +00:00] [INF] [11] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.3"

I don't see anything that indicates why it started removing chunks of your library.  Usually those are proceeded by logs indicating that a drive unmounted or something.

I rechecked, the culprit seems to be the metadata bug with how my seasons are named which is causing them to be merged into one giant season which seems to be the culprit, I notice it was noted that it'd be fixed in 10.9.5.  Still trying to sort why I can't view anything in Catalog however


RE: 10.9.4 Plugin Catalog Not Loading - gnattu - 2024-06-03

It seems like you cannot access repo.jellyfin.org, is that the case?


RE: 10.9.4 Plugin Catalog Not Loading - PuppetSin - 2024-06-03

(2024-06-03, 04:42 AM)gnattu Wrote: It seems like you cannot access repo.jellyfin.org, is that the case?

It appears so, attached a pic of what I see on my end


RE: 10.9.4 Plugin Catalog Not Loading - PeterRob - 2024-06-03

I also have a problem accessing any plugin repo, running 10.9.4 on Ubuntu 24.04. The problem was also present on 10.9.3.

Code:
[2024-06-03 07:01:34.912 +00:00] [ERR] An error occurred while accessing the plugin manifest: "https://gnattu.net/.well-known/jellyfin.json"
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: NotTimeValid
  at System.Net.Security.SslStream.SendAuthResetSignal(ReadOnlySpan`1 alert, ExceptionDispatchInfo exception)
  at System.Net.Security.SslStream.CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions)
  at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
  at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
  --- End of inner exception stack trace ---
  at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)