You didn't attach the complete set of logs. You just posted a random splattering, and it didn't contain the problem. You really needed to zip the entire logs directory, immediately after the problem occurred, and supply those along with the kodi.log.
My system is also showing that the client is lost. It just started doing this yesterday. The weird thing is that the guide, recorded tv and x-newa all show up and work. I also will try all of the above and try to let you know what is wrong with mine.
nx74205 Wrote:Does anyone have any ideas? If not, I'll probably just switch to another media center that interfaces easier with Kodi
We know for sure the webserver wasn't starting (as expected)
Code:
2016-02-07 22:38:28.544 [ERROR][4] Unexpected error starting web server:
System.AppDomainUnloadedException: The application domain in which the thread was running has been unloaded.
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(Type type, String appId, VirtualPath virtualPath, String physicalPath)
at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, String virtualDir, String physicalDir)
at Cassini.Server.CreateHost()
at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)
at NRecord.RecordingService.OnStart(String[] args)
I would delete
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
and then manually recreate it and restart the recording service.
sub Wrote:You didn't attach the complete set of logs. You just posted a random splattering, and it didn't contain the problem. You really needed to zip the entire logs directory, immediately after the problem occurred, and supply those along with the kodi.log.
My apologies, I am new to this obviously and didn't know what to put up. I did a quick search on the web to try and find the right files to upload and did my best, but no guidance was given to me about which log files you need. Everything, is a great description but not wholly insightful. What you have written here is what i needed to know.
mvallevand Wrote:We know for sure the webserver wasn't starting (as expected)
Code:
2016-02-07 22:38:28.544 [ERROR][4] Unexpected error starting web server:
System.AppDomainUnloadedException: The application domain in which the thread was running has been unloaded.
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(Type type, String appId, VirtualPath virtualPath, String physicalPath)
at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, String virtualDir, String physicalDir)
at Cassini.Server.CreateHost()
at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)
at NRecord.RecordingService.OnStart(String[] args)
I would delete
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
and then manually recreate it and restart the recording service.
Martin
What do you mean by manually recreate it? You mean I should manually recreate the folder?