NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 390 391 392 393 394 … 1231 Next »
Mysterious Faild Recordings, gbweb broken.

 
  • 0 Vote(s) - 0 Average
Mysterious Faild Recordings, gbweb broken.
bigstusexy
Offline

Member

Posts: 126
Threads: 28
Joined: Nov 2005
#11
2007-12-30, 04:35 AM
It Failed again, Logs included.

07-12-29 Logs
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#12
2007-12-30, 04:39 AM
Is the recording for a future date again?
bigstusexy
Offline

Member

Posts: 126
Threads: 28
Joined: Nov 2005
#13
2007-12-31, 12:20 AM
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.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#14
2007-12-31, 12:31 AM
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.
bigstusexy
Offline

Member

Posts: 126
Threads: 28
Joined: Nov 2005
#15
2007-12-31, 12:38 AM
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.
bigstusexy
Offline

Member

Posts: 126
Threads: 28
Joined: Nov 2005
#16
2008-01-01, 05:02 PM
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.
bigstusexy
Offline

Member

Posts: 126
Threads: 28
Joined: Nov 2005
#17
2008-01-05, 03:20 PM
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.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#18
2008-01-05, 04:33 PM
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.
bigstusexy
Offline

Member

Posts: 126
Threads: 28
Joined: Nov 2005
#19
2008-01-05, 06:52 PM
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.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#20
2008-01-05, 07:19 PM
Quote: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.
It might be worth installing .net 2.0 to see if it fixes it. They live in different directories and can be installed at the same time.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Live TV and recordings do not match greg in kansas 8 7,237 2013-02-22, 06:35 PM
Last Post: sub
  Can't view recordings on pc jerry430 8 6,856 2013-01-21, 07:27 PM
Last Post: jerry430
  Live TV not showing anything although recordings are OK. Pls advise. seymoria 8 4,864 2012-08-07, 05:07 PM
Last Post: ACTCMS
  CSI Miami Recordings Always In Spanish ga_mueller 6 4,692 2012-06-12, 12:41 AM
Last Post: mikeh49
  Recordings missing after switching hard drive tegat 8 5,104 2011-12-21, 03:00 AM
Last Post: tegat
  Recordings and live TV fail with TS mux dvasco 4 2,755 2011-06-22, 05:47 PM
Last Post: dvasco
  Stream errors in recordings with GBPVR seymoria 11 4,704 2011-06-19, 06:44 PM
Last Post: seymoria
  Lost all my recordings pduncan67 2 2,038 2011-02-27, 03:12 PM
Last Post: pduncan67
  Zero byte recordings chuck_2330 0 1,451 2011-02-09, 01:25 PM
Last Post: chuck_2330
  Black screen when playing back recordings gonzo90017 1 1,704 2011-01-19, 06:12 PM
Last Post: gonzo90017

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode