Jellyfin Forum
Plugins on Raspberry - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Plugins on Raspberry (/t-plugins-on-raspberry)

Pages: 1 2


Plugins on Raspberry - Luigislowhand - 2024-07-25

Hi all!
I'm new around here and using jellyfin

I'm still trying to figure it out how it all works

I have the server set on a RaspberryPi (also quite new for me) with an external HDD, and I mostly watch my media through Chromecast, or on my mobile phone sometimes.

Now, I'm not being able to install any plugins, I'm mostly interested in the ani-sync (or similar) to pull up the information from my old anime archive

I added the repository, but still can't seem to get any plugin showing up in the catalog

What could I be doing wrong?


RE: Plugins on Raspberry - TheDreadPirate - 2024-07-25

Which repo are you having trouble with? We should make sure that it is up and available.


RE: Plugins on Raspberry - Luigislowhand - 2024-07-25

(2024-07-25, 08:11 PM)TheDreadPirate Wrote: Which repo are you having trouble with?  We should make sure that it is up and available.

i tried stable, unstable, anisync

none of them show up in the catalog


RE: Plugins on Raspberry - TheDreadPirate - 2024-07-25

You have to add the vosmiic repository.  It isn't part of the official repository.

   

https://github.com/vosmiic/jellyfin-ani-sync?tab=readme-ov-file#automatic-recommended


RE: Plugins on Raspberry - Luigislowhand - 2024-07-26

(2024-07-25, 08:32 PM)TheDreadPirate Wrote: You have to add the vosmiic repository.  It isn't part of the official repository.



https://github.com/vosmiic/jellyfin-ani-sync?tab=readme-ov-file#automatic-recommended

same

the circle spins for a while but ends up with "No available plugins." 

I'm not sure what I could be missing


RE: Plugins on Raspberry - TheDreadPirate - 2024-07-26

Can you share your full jellyfin log via pastebin? I was able to add that repo without issue so I'm wondering if your system is having issues resolving host names since you're also not able to see the official repo.


RE: Plugins on Raspberry - Luigislowhand - 2024-07-26

Full log is waaaay too long

hope this helps
https://pastebin.com/Dy7QSMaG


RE: Plugins on Raspberry - Efficient_Good_5784 - 2024-07-26

From the logs:

Code:
[ERR] An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json"
System.Net.Http.HttpRequestException: No route to host (repo.jellyfin.org:443)
---> System.Net.Sockets.SocketException (113): No route to host
  at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
  at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  --- End of inner exception stack trace ---
  at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
  at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  at System.Net.Http.Json.HttpClientJsonExtensions.<FromJsonAsyncCore>g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken)
  at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken)

Is your DNS set correctly?


RE: Plugins on Raspberry - Luigislowhand - 2024-07-26

I'm gonna say no, since I have no idea how to set it correctly (or incorrectly, for that matter)


RE: Plugins on Raspberry - Efficient_Good_5784 - 2024-07-26

(2024-07-26, 11:50 PM)Luigislowhand Wrote: I'm gonna say no, since I have no idea how to set it correctly (or incorrectly, for that matter)
Try changing the DNS to another address like Cloudflare's 1.1.1.1 or Google's 8.8.8.8

https://pimylifeup.com/raspberry-pi-dns-settings/