Jump to content

GetPublicSystemInfo error


rechigo

Recommended Posts

rechigo

In the 4.5.0.5 beta, IServerApplicationHost.GetPublicSystemInfo fails with this error: 

*** Error Report ***
	Version: 4.5.0.5
	Command line: C:\Users\Luke\AppData\Roaming\Emby-Server\system\EmbyServer.dll
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Runtime: file:///C:/Users/Luke/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
	System.Environment.Version: 3.1.3
	Processor count: 12
	Program data path: C:\Users\Luke\AppData\Roaming\Emby-Server\programdata
	Application directory: C:\Users\Luke\AppData\Roaming\Emby-Server\system
	System.MissingMethodException: System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1<MediaBrowser.Model.System.PublicSystemInfo> MediaBrowser.Controller.IServerApplicationHost.GetPublicSystemInfo(System.Threading.CancellationToken)'.
	   at Emby.ConcurrentStreamLogger.ServerEntryPoint.Run()
	   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
	   at Emby.ConcurrentStreamLogger.ServerEntryPoint.Run()
	   at Emby.Server.Implementations.ApplicationHost.RunEntryPoints(IEnumerable`1 entryPoints, Boolean isBeforeStartup)
	Source: Emby.ConcurrentStreamLogger
	TargetSite: Void MoveNext()

This code works fine in 4.4.1.0 (probably 4.5.0.4, but I can't get a build for that version anymore)

 

Attached a zip file w/ the source code to the boilerplate test plugin if you want to test anything @@Luke

Edited by rechigo
Link to comment
Share on other sites

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