• 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 Announcements Project Announcements Testing 10.9.0

    Pages (6): « Previous 1 2 3 4 5 6 Next »

     
    • 0 Vote(s) - 0 Average

    Testing 10.9.0

    New blog post - discuss it here.
    Serge K
    Offline

    Member

    Posts: 138
    Threads: 9
    Joined: 2023 Nov
    Reputation: 0
    Country:Ukraine
    #21
    2024-03-30, 04:26 PM
    I am using Jellyfin server with Jellyfin client Android TV but now it does not work unfortunatelly

    waiting for correctins for testing
    crobibero
    Offline

    Core Team (Server & Plugins)

    Posts: 243
    Threads: 0
    Joined: 2023 Jun
    Reputation: 17
    Country:United States
    #22
    2024-03-30, 04:29 PM
    (2024-03-30, 04:09 PM)Marcelo Linhares Wrote: Id like to test.

    Does exist a mac unstable version?
    Tried the one on Downloads session, but it does not appear to be made for mac. (lots of dll files)
    When I ran ./jellyfin the server appear to start, but do not let me log in.

    https://repo.jellyfin.org/?path=/server/...t-unstable
    someswede
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:Sweden
    #23
    2024-04-03, 11:58 PM (This post was last modified: 2024-04-04, 12:08 AM by someswede. Edited 2 times in total.)
    Hey! Smiling-face

    How do i change back to default CSS since the theme i were using isn't working with this version, so it's only showing blank pages where i 'm supposed to change theme/CSS + many other pages in dashboard? Smiling-face

    which file/location can i go and point to default css? @ ubuntu

    Thanks! <3

    EDIT: actually managed to fix it. It only show 1 "line" which i could almost see 1 line of text, and i could scroll inside that super duper tiny window and see custom css: and delete it, then scroll down in that insanelly super duper mega mother tiny window and save Grinning-face

    Ty.
    pavichokche
    Offline

    Junior Member

    Posts: 35
    Threads: 5
    Joined: 2023 Sep
    Reputation: 0
    #24
    2024-04-10, 05:44 PM
    (2024-03-30, 04:26 PM)Serge K Wrote: I am using Jellyfin server with Jellyfin client Android TV but now it does not work unfortunatelly

    waiting for correctins for testing

    Could you test out yesterday's release of the AndroidTV app and report how well it's working? The update says it adds preliminary support for 10.9.
    niels
    Online

    Core Team

    Posts: 246
    Threads: 4
    Joined: 2023 Jun
    Reputation: 12
    Country:Netherlands
    #25
    2024-04-10, 08:00 PM
    (2024-04-10, 05:44 PM)pavichokche Wrote:
    (2024-03-30, 04:26 PM)Serge K Wrote: I am using Jellyfin server with Jellyfin client Android TV but now it does not work unfortunatelly

    waiting for correctins for testing

    Could you test out yesterday's release of the AndroidTV app and report how well it's working? The update says it adds preliminary support for 10.9.

    As mentioned in the meta issue (https://github.com/jellyfin/jellyfin-and...ssues/3467). 10.9 worked mostly fine already, there was a big issue with logging in but that has been fixed in the server for two weeks now.
    [Image: GitHub%20Sponsors-grey?logo=github]
    holger_kuehn
    Offline

    Junior Member

    Posts: 11
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:Germany
    #26
    2024-04-11, 03:42 PM (This post was last modified: 2024-04-11, 07:22 PM by holger_kuehn. Edited 1 time in total.)
    Tested the latest Unstable (jellyfin_2024040805-amd64) with a fresh install. Media scanning works fine and seem much faster then with 10.8.13, but this might be the drive used. What does not work for me is creating a collection.

    When creating a collection I get a spinning wheel, and nothing else is happening in the GUI, the log shows lots of those

    Code:
    [2024-04-11 11:45:45.782 +02:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\collections" is inaccessible or empty, skipping
    [2024-04-11 11:45:45.785 +02:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\playlists" is inaccessible or empty, skipping
    [2024-04-11 11:45:45.823 +02:00] [WRN] [20] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\collections" is inaccessible or empty, skipping
    [2024-04-11 11:45:45.828 +02:00] [WRN] [20] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\playlists" is inaccessible or empty, skipping
    [2024-04-11 11:45:46.491 +02:00] [ERR] [6] MediaBrowser.Controller.Entities.BaseItem: Error refreshing folder
    System.InvalidOperationException: Cannot update refresh progress of item 'Series' (48111cf153bd096b6223b9e4c99b947c) because a refresh for this item is not running
      at MediaBrowser.Providers.Manager.ProviderManager.<>c__DisplayClass69_0.<OnRefreshProgress>b__0(Guid _)
      at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
      at MediaBrowser.Providers.Manager.ProviderManager.OnRefreshProgress(BaseItem item, Double progress)
      at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass64_1.<ValidateChildrenInternal2>b__0(Double innerPercent)
    [2024-04-11 11:45:46.494 +02:00] [ERR] [21] MediaBrowser.Controller.Entities.BaseItem: Error refreshing folder
    System.InvalidOperationException: Cannot update refresh progress of item 'Series' (48111cf153bd096b6223b9e4c99b947c) because a refresh for this item is not running
      at MediaBrowser.Providers.Manager.ProviderManager.<>c__DisplayClass69_0.<OnRefreshProgress>b__0(Guid _)
      at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
      at MediaBrowser.Providers.Manager.ProviderManager.OnRefreshProgress(BaseItem item, Double progress)
      at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass64_1.<ValidateChildrenInternal2>b__0(Double innerPercent)
    [2024-04-11 11:45:46.499 +02:00] [ERR] [21] MediaBrowser.Controller.Entities.BaseItem: Error refreshing folder
    System.InvalidOperationException: Cannot update refresh progress of item 'Series' (20d948123a647ce898ae4bf19bba9f4e) because a refresh for this item is not running
      at MediaBrowser.Providers.Manager.ProviderManager.<>c__DisplayClass69_0.<OnRefreshProgress>b__0(Guid _)
      at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
      at MediaBrowser.Providers.Manager.ProviderManager.OnRefreshProgress(BaseItem item, Double progress)
      at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass64_1.<ValidateChildrenInternal2>b__0(Double innerPercent)

    What should I steps test to provide a full log file via sourcebin or so?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #27
    2024-04-11, 03:49 PM
    (2024-04-11, 03:42 PM)holger_kuehn Wrote: Tested the latest Unstable (jellyfin_2024040805-amd64) with a fresh install. Media scanning works fine and seem much faster then with 10.8.13, but this might be the drive used. What does not work for me is creating a collection.

    When creating a collection I get a spinning wheel, and nothing else is happening in the GUI, the log shows lots of those

    What should I steps test should I test to provide a full log file via sourcebin or so?

    Start a separate thread in troubleshooting.

    Turn on debug logging, as documented here.

    https://jellyfin.org/docs/general/admini...ug-logging

    Replicate the problem then post your logs to https://sourceb.in/
    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]
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #28
    2024-04-16, 03:43 AM
    Still no changelog?
    Duvel
    Offline

    Member

    Posts: 69
    Threads: 9
    Joined: 2023 Jul
    Reputation: 3
    Country:Belgium
    #29
    2024-04-17, 10:34 AM (This post was last modified: 2024-04-17, 10:38 AM by Duvel. Edited 3 times in total.)
    @joshuaboniface

    Is it a good or terrible idea to test this on a prod system? I read the blog but its not indicated.

    I've got a fairly well used server for 40 users (family & friends)

    I use docker so changing the image to instable is easy. But if the thing does for instance changes to the database structure, I guess it will be broken if I have issues and revert back the image on v10.8.13 ?
    niels
    Online

    Core Team

    Posts: 246
    Threads: 4
    Joined: 2023 Jun
    Reputation: 12
    Country:Netherlands
    #30
    2024-04-17, 12:03 PM
    I'm using 10.9 on my production instance since last Saturday. No issues so far. Most of the bigger problems have been fixed in the past few weeks. As always: create a backup!
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (6): « Previous 1 2 3 4 5 6 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