Jump to content

I trying to reinstall and I think I broke it


Recommended Posts

Posted

so i killed the process that was using emby but now its saying the procss is masked. 

 

Whats that all about...

 

5a9a099e5e2e0_uytoh2.png

Posted

I think I fixed it... does this look right? Weirdly enough I didnt have to restore my config?

2018-03-02 22:20:23.821 Info Main: Application path: /opt/emby-server/system/EmbyServer.dll
2018-03-02 22:20:23.830 Info Main: Emby
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Unix 3.16.0.4
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /var/lib/emby
	Application directory: /opt/emby-server/system
2018-03-02 22:20:23.977 Info App: Application version: 3.3.0.0
2018-03-02 22:20:23.978 Info App: Loading assemblies
2018-03-02 22:20:24.005 Info App: Loading MBBackup, Version=1.1.9.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.Plugins.SmtpNotifications, Version=3.1.3.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading CoverArt, Version=4.0.70.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading AutoBoxSets, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.WebDashboard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.Controller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading Emby.Photos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading Emby.Server.Implementations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading Emby.Server.MediaEncoding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading Emby.Dlna, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.LocalMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading MediaBrowser.XbmcMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading Emby.Server.CinemaMode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading Emby.Server.Connect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-03-02 22:20:24.005 Info App: Loading Emby.Server.Sync, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Posted

Its not working :(. none of the content shows up except for live tv. The library paths are correct but I am getting an error report. It is looking in the folder emby-server but I only have a lib/emby/ folder.

2018-03-02 23:01:52.960 Error App: Error validating images for /var/lib/emby-server/root/default/Movies
	*** Error Report ***
	Version: 3.3.0.0
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Unix 3.16.0.4
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /var/lib/emby
	Application directory: /opt/emby-server/system
	System.IO.DirectoryNotFoundException: Could not find a part of the path '/var/lib/emby-server/root/default/Movies'.
	   at System.IO.UnixFileSystem.FileSystemEnumerable`1.OpenDirectory(String fullPath)
	   at System.IO.UnixFileSystem.FileSystemEnumerable`1.Enumerate()
	   at System.IO.UnixFileSystem.FileSystemEnumerable`1..ctor(String userPath, String searchPattern, SearchOption searchOption, SearchTarget searchTarget, Func`3 translateResult)
	   at System.IO.UnixFileSystem.EnumerateFileSystemInfos(String fullPath, String searchPattern, SearchOption searchOption, SearchTarget searchTarget)
	   at System.IO.DirectoryInfo.InternalEnumerateFiles(String searchPattern, SearchOption searchOption)
	   at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, SearchOption searchOption)
	   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, String[] extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
	   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
	   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
	   at System.Linq.OrderedEnumerable`1.ToList()
	   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
	   at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, Boolean arePathsInMediaFolders, IDirectoryService directoryService)
	   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
	   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
	   at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, IDirectoryService directoryService)
	   at MediaBrowser.Providers.Manager.MetadataService`2.<RefreshMetadata>d__8.MoveNext()
	System.IO.DirectoryNotFoundException
	   at System.IO.UnixFileSystem.FileSystemEnumerable`1.OpenDirectory(String fullPath)
	   at System.IO.UnixFileSystem.FileSystemEnumerable`1.Enumerate()
	   at System.IO.UnixFileSystem.FileSystemEnumerable`1..ctor(String userPath, String searchPattern, SearchOption searchOption, SearchTarget searchTarget, Func`3 translateResult)
	   at System.IO.UnixFileSystem.EnumerateFileSystemInfos(String fullPath, String searchPattern, SearchOption searchOption, SearchTarget searchTarget)
	   at System.IO.DirectoryInfo.InternalEnumerateFiles(String searchPattern, SearchOption searchOption)
	   at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, SearchOption searchOption)
	   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, String[] extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
	   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
	   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
	   at System.Linq.OrderedEnumerable`1.ToList()
	   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
	   at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, Boolean arePathsInMediaFolders, IDirectoryService directoryService)
	   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
	   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
	   at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, IDirectoryService directoryService)
	   at MediaBrowser.Providers.Manager.MetadataService`2.<RefreshMetadata>d__8.MoveNext()
Posted

Well it's trying to use your old folders. Maybe try renaming it so that it's forced to start fresh.

Posted

The old folders are gone. How do I rename them? The metadata manager will not let me change the sources for the metadata.

Posted

Rename var lib emby server

Posted

There is no var lib emby-server. its not even a folder on my machine. when I did the uninstall I purged everything.

Posted

well clearly there was something left behind because you said earlier it started up with your old config.

Posted

Yeah which was really weird.

 

So the last error I had i unmasked the emby-server process and then I reneabled and restarted it and it came up with 3.3 I have no idea how it got my config still there considering its starting in a different folder. Unless their are some shared files somewhere that I'm unaware of with the old and new install. 

 

I deleted my metadata folder as well and it only has livetv in there currently.

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