NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 41 42 43 44 45 … 47 Next »
EWA trouble

 
  • 0 Vote(s) - 0 Average
EWA trouble
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#1
2006-12-24, 02:16 PM
I have this weard problem: Yesterday I noticed a mistake in the epg so I corrected the xml, emptied the guide and reloaded it. No problem in GBPVR.
BUT: in ewa I can't get the error corected. I deleted the gbpvr temp asp files in the windows\microsoft.net dir. Today I updated the epg (xmlltv), there is no error anymore in it. But in ewa it's still there.:confused: :confused:
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2006-12-24, 05:25 PM
HtV Wrote:I have this weard problem: Yesterday I noticed a mistake in the epg so I corrected the xml, emptied the guide and reloaded it. No problem in GBPVR.
BUT: in ewa I can't get the error corected. I deleted the gbpvr temp asp files in the windows\microsoft.net dir. Today I updated the epg (xmlltv), there is no error anymore in it. But in ewa it's still there.:confused: :confused:

Interesting....EWA only uses that data that is in the GBPVR database and it is only retrieved via the API calls....no direct calls into the DB itself.

What is the error you are seeing? On thing to remember is if there is weird data in the EPG the web browser may try to render it as HTML stuff whereas the GBPVR guid interface (being PC based) will not.....
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#3
2006-12-24, 08:38 PM
It was just a mistake in the epg (wrong start/endtime), I corrected the xml-file. The GBPVR-guide is ok now. The EWA won't "refesh" and change the mistake.

If I click statistics-logfile, I get this

Code:
Serverfout in toepassing /gbpvr.
--------------------------------------------------------------------------------
Kan bestand C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3\c1465f65\00e52788_5c22c701\6a244b4a-1-128114656129843750.log niet vinden.
Beschrijving: Er is een onverwerkte uitzondering opgetreden tijdens het uitvoeren van de huidige webaanvraag. Raadpleeg de stacktracering voor meer informatie over deze fout en de oorsprong ervan in de code.
Details van uitzondering: System.IO.FileNotFoundException: Kan bestand C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3\c1465f65\00e52788_5c22c701\6a244b4a-1-128114656129843750.log niet vinden.
Fout in bron:

Regel 228:   Response.Buffer = false;
Regel 229:
Regel 230:   Stream infile = new FileStream(fileName, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
Regel 231:
Regel 232:   long startbyte = 0;

Bronbestand: c:\Program Files\devnz\gbpvr\web\App_Code\Download.aspx.cs    Regel: 230
Stacktracering:

[FileNotFoundException: Kan bestand C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3\c1465f65\00e52788_5c22c701\6a244b4a-1-128114656129843750.log niet vinden.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2013933
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
   gbweb.Download.ProcessDownload(HttpRequest Request, HttpResponse Response, Boolean direct, Int32 rid, String path) in c:\Program Files\devnz\gbpvr\web\App_Code\Download.aspx.cs:230
   gbweb.Download.ProcessRequest(HttpContext context) in c:\Program Files\devnz\gbpvr\web\App_Code\Download.aspx.cs:63
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +317
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65


--------------------------------------------------------------------------------
Versiegegevens: Microsoft .NET Framework Versie:2.0.50727.42; ASP.NET Versie:2.0.50727.210

I tried going back to version 53 but that gives the same error.:confused:
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2006-12-24, 08:49 PM
From this it looks as though you are trying to either download or stream an exisiting file.....it is not finding the file you are trying to access.

What are you trying to do when this error occurs?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#5
2006-12-24, 08:51 PM
I'm trying to view the log-file.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2006-12-24, 08:52 PM (This post was last modified: 2006-12-24, 09:00 PM by UncleJohnsBand.)
Does this file exist:

Code:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3\c1465f65\00e52788_5c22c701\6a244b4a-1-128114656129843750.log

Edit: Just doing a stop/start on the recording service should force a new log file to be generated......
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#7
2006-12-24, 09:14 PM
No, there is a log-dir now in that dir:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3\c1465f65\00e52788_5c22c701\logs

In there are 2 log files both from times I requested one. Maybe one from 53 an one from 54?:confused:
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#8
2006-12-24, 09:35 PM
I checked the database the mistake is also in there, it's just that GBPVR does show the rest of the shows allright.
The database not updating ok could be due to a problem I had with upgrading to 95.5. Sub is already looking in to that.
So I think we should leave it here for now and wait what Sub comes up with. Thanks alot sofar. And of course a merry christmas.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
23skidoo
Offline

Member

Posts: 120
Threads: 9
Joined: Sep 2006
#9
2006-12-25, 03:20 AM
I lost my entire program guide yesterday. :-( That's when I noticed it anyway. Could this be related? I'm running 0.98.8b. Searching the forums now to see if anyone else is having similar issues....
WinTV PVR-150 / ATI X1600 512 / 3GHz P4 / 2GB RAM
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Trouble with manual recording - DateTime fullStartDate = DateTime.Parse(StartDateBox. milanwb 8 4,455 2015-09-01, 12:26 AM
Last Post: UncleJohnsBand
  Streaming Trouble insane 3 1,552 2009-02-22, 02:04 PM
Last Post: UncleJohnsBand
  Having some trouble with new machine and EWA gazoo 9 2,586 2008-08-18, 04:57 PM
Last Post: gazoo
  having trouble accessing from outside Etacovda 16 4,395 2007-05-26, 03:26 PM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode