Jellyfin Forum
Testing 10.9.0 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Announcements (https://forum.jellyfin.org/f-announcements)
+--- Forum: Project Announcements (https://forum.jellyfin.org/f-project-announcements)
+--- Thread: Testing 10.9.0 (/t-testing-10-9-0)

Pages: 1 2 3 4 5 6


RE: Testing 10.9.0 - Serge K - 2024-03-30

I am using Jellyfin server with Jellyfin client Android TV but now it does not work unfortunatelly

waiting for correctins for testing


RE: Testing 10.9.0 - crobibero - 2024-03-30

(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/macos/latest-unstable


RE: Testing 10.9.0 - someswede - 2024-04-03

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.


RE: Testing 10.9.0 - pavichokche - 2024-04-10

(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.


RE: Testing 10.9.0 - niels - 2024-04-10

(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-androidtv/issues/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.


RE: Testing 10.9.0 - holger_kuehn - 2024-04-11

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?


RE: Testing 10.9.0 - TheDreadPirate - 2024-04-11

(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/administration/troubleshooting/#debug-logging

Replicate the problem then post your logs to https://sourceb.in/


RE: Testing 10.9.0 - SethBacon - 2024-04-16

Still no changelog?


RE: Testing 10.9.0 - Duvel - 2024-04-17

@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 ?


RE: Testing 10.9.0 - niels - 2024-04-17

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!