Jump to content

Emby Problems with Version 4.9.1.90


Recommended Posts

Buckaroo
Posted

I'm having this issue as well, and it seems to be getting worse recently.

Running the official Docker in Unraid. Logs attached.

embyserver.txt

Posted

Hi @Buckaroocan you please describe the problem that you're having? Thanks !

Buckaroo
Posted
14 minutes ago, Luke said:

Hi @Buckaroocan you please describe the problem that you're having? Thanks !

Emby clients (I've only seen Android, but others on my server have reported similar issues with browsers) will sometimes show a blank screen/refuse to connect if closed and restarted. Restarting the Docker image fixes it for some period of time 9can be days or just hours) but issue always returns. Started noticing this late last year.

Buckaroo
Posted

Also, apologies. I thought I was replying to this thread, hence the lack of any detail in my first post. Honestly, not sure why that didn't happen.

Buckaroo
Posted

Anyone had luck on this? I'm still having these hangs every few days. I accidentally started this thread on it. On 4.9.3.0 currently.

Posted

Are you still having an issue with this?

sa2000
Posted (edited)
On 20/01/2026 at 17:03, Buckaroo said:

Emby clients (I've only seen Android, but others on my server have reported similar issues with browsers) will sometimes show a blank screen/refuse to connect if closed and restarted.

Can see some requests to the server that are taking 2 - 2.5 minutes to complete - requests that would normally complete within few milliseconds - these were between 01:06 am and 01:12 am

Are the database files on local storage? - the "/config/data" path

If problems persist may need to enable debug logging on the emby server and provide all logs from launch time to the time when the issue arises and indication as to when this arose / time and date + screenshot to show what was being displayed.

Observation: There are over 18,000 errors/exceptions logged between 00:00 and 01:05 am peaking at over 500 errors a minute and 17 a second. These would impact the performance of the server. It appears that you had media with Anime plugin metadata but then you removed the Anime plugin - is that correct?

Examples of ones from the 18,852 errors in the log

2026-01-20 00:00:04.774 Error App: Error in AniDB
	*** Error Report ***
	Version: 4.9.3.0
	Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Linux version 6.12.54-Unraid (root@Develop) (gcc (GCC) 15.2.0, GNU ld version 2.45-slack151) #1 SMP PREEMPT_DYNAMIC Tue Oct 21 15:58:46 PDT 2025
	OS/Process: x64/x64
	Framework: .NET 8.0.22
	Runtime: system/System.Private.CoreLib.dll
	Processor count: 16
	Data path: /config
	Application path: /system
	System.MissingMethodException: System.MissingMethodException: Method not found: 'System.Collections.Generic.Dictionary`2<System.String,System.String> MediaBrowser.Controller.Providers.ItemLookupInfo.get_ProviderIds()'.
	   at MediaBrowser.Plugins.Anime.Providers.AniDB.Metadata.AniDbEpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken cancellationToken)
	   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
	   at MediaBrowser.Plugins.Anime.Providers.AniDB.Metadata.AniDbEpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken cancellationToken)
	   at Emby.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, LibraryOptions libraryOptions, String logName, TIdType id, IRemoteMetadataProvider`2[] providers, MetadataRefreshOptions options, CancellationToken cancellationToken)
	Source: MediaBrowser.Plugins.Anime
	TargetSite: Void MoveNext()

and 

2026-01-20 00:00:07.272 Error App: Error in AniList
	*** Error Report ***
	Version: 4.9.3.0
	Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
	Operating system: Linux version 6.12.54-Unraid (root@Develop) (gcc (GCC) 15.2.0, GNU ld version 2.45-slack151) #1 SMP PREEMPT_DYNAMIC Tue Oct 21 15:58:46 PDT 2025
	OS/Process: x64/x64
	Framework: .NET 8.0.22
	Runtime: system/System.Private.CoreLib.dll
	Processor count: 16
	Data path: /config
	Application path: /system
	System.MissingMethodException: System.MissingMethodException: Method not found: 'Void MediaBrowser.Controller.Entities.BaseItem.set_EndDate(System.Nullable`1<System.DateTime>)'.
	   at MediaBrowser.Plugins.Anime.Providers.AniList.AniListSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
	   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
	   at MediaBrowser.Plugins.Anime.Providers.AniList.AniListSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
	   at Emby.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, LibraryOptions libraryOptions, String logName, TIdType id, IRemoteMetadataProvider`2[] providers, MetadataRefreshOptions options, CancellationToken cancellationToken)
	Source: MediaBrowser.Plugins.Anime
	TargetSite: Void MoveNext()

 

Edited by sa2000
Buckaroo
Posted
On 1/29/2026 at 4:58 AM, sa2000 said:

Are the database files on local storage? - the "/config/data" path

Yes, and all of my Docker appdata sits on a dedicated NVME drive that's not a part of the media array,

 

 

On 1/29/2026 at 4:58 AM, sa2000 said:

Observation: There are over 18,000 errors/exceptions logged between 00:00 and 01:05 am peaking at over 500 errors a minute and 17 a second. These would impact the performance of the server. It appears that you had media with Anime plugin metadata but then you removed the Anime plugin - is that correct?

Thats interesting - are there steps I could take to mitigate this? Re-add the Anime plugin?

Posted
1 hour ago, Buckaroo said:

Yes, and all of my Docker appdata sits on a dedicated NVME drive that's not a part of the media array,

 

 

Thats interesting - are there steps I could take to mitigate this? Re-add the Anime plugin?

You could try re-adding and then removing it, yes.

sa2000
Posted (edited)
On 01/02/2026 at 04:36, Buckaroo said:

Thats interesting - are there steps I could take to mitigate this? Re-add the Anime plugin?

I have not tried the sequence of adding Anime plugin, selecting it for library metadata source, removing the plugin

It could be that to remove the Anime plugin, one needs first to remove Anime as being a metadata source in all the relevant library settings, do a refresh metadata with replace all, and then on completion, remove the Anime plugin.

I will try and do a test to see if removing the plugin removes references to Anime metadata or not

Update: It was both plugins: Anime and AniList configured as metadata sources in libraries

Edited by sa2000
sa2000
Posted
38 minutes ago, sa2000 said:

I will try and do a test to see if removing the plugin removes references to Anime metadata or not

@BuckarooI did not get any errors like in your logs after adding the two anime plugins, selecting them in all metadata settings for libraries where they showed as options, refreshing all metadata with replace all selected, and then going through uninstall for each of the 2 plugins

Do you recall what you did? Did you go through Uninstall for each of the plugins?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...