Yes the manual recordin thats suppsoed to take place tonight has already failed.
My time is correct and timezone too. Only these two manual recordings don't work and the web UI. Everything else is fine, I have a mix of Manual and EPG shows that all work well. There are two other manual recordings for yesterday that worked just fine.
I'm absolutely postive that your machine has had the date time set ahead of the recording time (even if very briefly). Its only way the recording would be marked with the 'failed' status. Some people do this while checking dates in their calandar, then put the date back, not realising the problem it has caused.
I'll add a debug message to the next release to clearly log this.
I use Atomic Time Sync To set my clock, I'm sure I haven't but even if I had, I know that since before I started this thread this computer has had the right time. Right now The service has been restarted and the system has been restarted with the right time but I'm still getthing these errors, what can I do to fix them?
I have not tried deleting these recordings and resetting because I thought it would be more helpful to the project to get the resolved and as I said my other long standing manual recordings record as they should.
So... should I just scrap these recording and re-enter them? Actually I'll scrap the install and restart because of the WEB UI and FFDshow post processing.
I think I may have found the answer to one of my problems. One of the recordings already died, as it usually does.
This time I just scrutinized the information and noticed something weird. As I said before these were the only two recordings that cross midnight, also they are very long standing. Meaning that I have had them for a long time, actually they may have been the second thing I've ever set to be recorded!
The recording is incorrect, I don't know how this came to be,
its set to start 1/5/2008 at 10PM and end on 1/5/2008 at 1 AM
I updated tomorrows recording time, by just moving the end time by 1 minute and saving, its now set to recording from PM on the 6th to AM on the 7th, if that works I'll update the recurring information to make it wire a correct end time.
I'll let you all know how it goes, I still have a problem with the Web not working, I have no idea what to do with that one, the plugin has been reinstalled twice. Also I can't get ffdshow post processing to work either, even when I try to force it via the codec's options.
Yeah, that could have something to do with it. This logic to set a recording to 'failed' only kicks in if it notices a recording that is 'pending' with an 'end date/time' in the past.
Quote:I'll let you all know how it goes, I still have a problem with the Web not working, I have no idea what to do with that one, the plugin has been reinstalled twice.
What happens?
Quote:Also I can't get ffdshow post processing to work either, even when I try to force it via the codec's options.
They've changed the way ffdshow works these days. You're better to used it as a decoder if you want ffdshow, rather than just trying to use another decoder with ffdshow just doing post processing.
So with ffdshow, I should set it to the the decoder for Mpeg1 and 2 then set that as the actual filter in config? Ok I didn't think to try that, I was trying to trigger it through the raw video setting.
The web interface always crashes with this:
Code:
Server Error in '/gbpvr' Application.
Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.]
System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +54
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
System.Reflection.Assembly.Load(String assemblyString) +25
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32
[ConfigurationErrorsException: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.]
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +590
System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +70
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178
System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +126
System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +724
System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +167
System.Web.Compilation.BuildManager.CompileCodeDirectories() +440
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +420
[HttpException (0x80004005): Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.]
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +520
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +728
[HttpException (0x80004005): Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +752
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +70
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +270
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
I installed .net 3.5 which was said to have .net 1,2,3, in it as well. The only other two programs that I know that use .net work ok.