hjason7812 26 Posted August 12 Share Posted August 12 Hello, i have been noticing this error for something that keeps failing to update. i have no idea what it is or how to fix it. Please see the screenshot provided of this error. I have searched and searched through my server to find this and haven't been able to find this program or plugin whatever it is. But someone please help me fix this where it starts to work properly. Thank you Link to comment Share on other sites More sharing options...
Happy2Play 8928 Posted August 12 Share Posted August 12 (edited) Please post the server log but suggest the plugin needs an update. And potentially needs to be in plugin section or the plugins topic. Have not looked much but @rbjtech@Cheesegeezerare there any platform limits. Various OS Installation Help · Cheesegeezer/MediaInfoWiki Wiki (github.com) Edited August 12 by Happy2Play 1 Link to comment Share on other sites More sharing options...
hjason7812 26 Posted Sunday at 01:17 PM Author Share Posted Sunday at 01:17 PM On 8/12/2024 at 2:55 PM, Happy2Play said: Please post the server log but suggest the plugin needs an update. And potentially needs to be in plugin section or the plugins topic. Have not looked much but @rbjtech@Cheesegeezerare there any platform limits. Various OS Installation Help · Cheesegeezer/MediaInfoWiki Wiki (github.com) sorry for late reply i have all updates for the entire plugin. i got fed up with it and nobody helping so i deleted it. such a shame because it seems like it would be a great plugin for emby. emby should just absorb the media toolbox plugin so people can use it without having to jusmp through so many hoops to get it working or not. Link to comment Share on other sites More sharing options...
rbjtech 4607 Posted Monday at 09:42 AM Share Posted Monday at 09:42 AM The plugin tries to use the a standard c# library to determine the OS - if it cannot do that, then it fails. Why the library is not identifying FreeBSD I'm not sure (it should return Linux) - I cannot reproduce as I do not run FreeBSD. The community may be able to help. public static OSPlatform GetOperatingSystem() { if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX)) { return OSPlatform.OSX; } if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) { return OSPlatform.Linux; } if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { return OSPlatform.Windows; } throw new Exception("Cannot determine operating system!"); } Link to comment Share on other sites More sharing options...
hjason7812 26 Posted Monday at 08:35 PM Author Share Posted Monday at 08:35 PM It's very strange it doesn't want to work. It keeps failing the advanced media scan. So until someone fixes it or emby implements it into the server itself it will never get fixed. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now