• 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 Troubleshooting 10.9.3 will not start

     
    • 0 Vote(s) - 0 Average

    10.9.3 will not start

    An error occurred while accessing the plugin manifest
    alanman87
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #1
    2024-05-28, 05:20 PM (This post was last modified: 2024-05-28, 05:21 PM by alanman87. Edited 1 time in total.)
    Cannot install or start version 10.9.3 due to the following error:


    [13:08:59] [ERR] [17] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: https://raw.githubusercontent.com/crobib...ifest.json
    System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
      at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
      at System.Net.Http.Json.HttpClientJsonExtensions.<FromJsonAsyncCore>g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task
    1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken)
      at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken)
    gnattu
    Offline

    Team Member

    Posts: 338
    Threads: 0
    Joined: 2024 Feb
    Reputation: 17
    #2
    2024-05-28, 05:21 PM
    jellyfin-plugin-transcodekiller

    Remove this plugin's dll from your data folder.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-05-28, 05:22 PM (This post was last modified: 2024-05-28, 05:24 PM by TheDreadPirate. Edited 1 time in total.)
    What OS is your server running? You can manually edit jellyfin's system.xml file to remove this repo.

    The transcode killer plugin is part of the official plugin repo now, which is why Cody's repo is no longer 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]
    alanman87
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #4
    2024-05-28, 05:26 PM (This post was last modified: 2024-05-28, 05:29 PM by alanman87. Edited 1 time in total.)
    I've deleted the plugin DLLs this and restarted it but I still see this same error:


    [13:25:32] [ERR] [10] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: https://raw.githubusercontent.com/crobib...ifest.json
    System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
      at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
      at System.Net.Http.Json.HttpClientJsonExtensions.<FromJsonAsyncCore>g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task
    1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken)
      at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken)


    (2024-05-28, 05:22 PM)TheDreadPirate Wrote: What OS is your server running?  You can manually edit jellyfin's system.xml file to remove this repo.

    The transcode killer plugin is part of the official plugin repo now, which is why Cody's repo is no longer available.

    I'm running docker on ubuntu 22.04
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-05-28, 05:33 PM (This post was last modified: 2024-05-28, 05:34 PM by TheDreadPirate. Edited 1 time in total.)
    Stop the jellyfin container.  In container path /config/config (whatever host path that translates to), there is a system.xml file.  Remove the entry for the crobibero repo in "PluginRepositories".

    Code:
      <PluginRepositories>
        <RepositoryInfo>
          <Name>Jellyfin Stable</Name>
          <Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
          <Enabled>true</Enabled>
        </RepositoryInfo>
      </PluginRepositories>

    Leave in the default repo, though.
    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]
    alanman87
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #6
    2024-05-28, 05:45 PM
    (2024-05-28, 05:33 PM)TheDreadPirate Wrote: Stop the jellyfin container.  In container path /config/config (whatever host path that translates to), there is a system.xml file.  Remove the entry for the crobibero repo in "PluginRepositories".

    Code:
      <PluginRepositories>
        <RepositoryInfo>
          <Name>Jellyfin Stable</Name>
          <Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
          <Enabled>true</Enabled>
        </RepositoryInfo>
      </PluginRepositories>

    Leave in the default repo, though.

    I did that, it appears to start now but I can't seem to access it. Not sure if I'm experiencing a differnt issue now. The last items in the log look like this:

    [13:39:58] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 0 seconds
    [13:40:54] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
    [13:41:24] [INF] [3] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
    [13:41:54] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
    [13:42:24] [INF] [3] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds


    I can't access the web UI at all.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-05-28, 05:54 PM
    Can you share the full jellyfin log via pastebin?
    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]
    alanman87
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #8
    2024-05-28, 05:58 PM (This post was last modified: 2024-05-28, 05:59 PM by alanman87.)
    My apologies,

    The 2nd issue was unrelated to Jellyfin and I resolved it by updating traefik.

    Thank you for your time and patience.
    « 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