• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Plugins on Raspberry

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Plugins on Raspberry

    Luigislowhand
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Argentina
    #1
    2024-07-25, 07:12 PM
    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?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-07-25, 08:11 PM
    Which repo are you having trouble with? We should make sure that it is up and available.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Luigislowhand
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Argentina
    #3
    2024-07-25, 08:18 PM
    (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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-07-25, 08:32 PM (This post was last modified: 2024-07-25, 08:33 PM by TheDreadPirate.)
    You have to add the vosmiic repository.  It isn't part of the official repository.

       

    https://github.com/vosmiic/jellyfin-ani-...ecommended
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Luigislowhand
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Argentina
    #5
    2024-07-26, 06:49 PM
    (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-...ecommended

    same

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

    I'm not sure what I could be missing
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-07-26, 07:01 PM (This post was last modified: 2024-07-26, 07:02 PM by TheDreadPirate. Edited 1 time in total.)
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Luigislowhand
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Argentina
    #7
    2024-07-26, 11:29 PM
    Full log is waaaay too long

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

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #8
    2024-07-26, 11:49 PM
    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?
    Luigislowhand
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Argentina
    #9
    2024-07-26, 11:50 PM
    I'm gonna say no, since I have no idea how to set it correctly (or incorrectly, for that matter)
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #10
    2024-07-26, 11:53 PM
    (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/
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode