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 … 1128 1129 1130 1131 1132 … 1231 Next »
EPG error when year changes!

 
  • 0 Vote(s) - 0 Average
EPG error when year changes!
lif
Offline

Member

Posts: 155
Threads: 76
Joined: Dec 2004
#1
2004-12-29, 11:23 AM
Latest GBPVR, haven't tried it using TV Guide, but via web interface EPG fails when reaching end of year and can't view any date and time from upcoming year.

Browser errorpage attached.
Campy
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Dec 2004
#2
2004-12-30, 06:58 AM
Same problem here...
I also have the error page attached with more detailed information. Hope this can help.
(sorry, the errorpage is in dutch)

Campy
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#3
2004-12-30, 03:11 PM
I'll take a look at this tonight and see if I can't get a fix for it tonight as well. I'll attach the fix to this thread once I have it working.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#4
2004-12-31, 01:49 AM
Attached is a replacement DLL file that should take care the Error when jumping into the next year. This should work with both the standard GBPVR Web Admin and the Enhanced Web Admin.

Place this dll in your gbpvr\web\bin directory.

The only difference you should see is on the Manage Recordings page. You should see the Quality that the recording is scheduled to record at displayed next to the recording.

Sub, in the standard gbweb.dll for the Guide.aspx.cs file, the following needs to be put in place instead of the dateJump.SelectedIndex code that is currently there.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
if (startTime.Year > DateTime.Now.Year) {
dateJump.SelectedIndex = (int) ((startTime.Date.DayOfYear + 366) - (DateTime.Now.AddDays(-1).Date.DayOfYear));
} else {
dateJump.SelectedIndex = (int)(startTime.Date.DayOfYear - DateTime.Now.AddDays(-1).Date.DayOfYear);
}
[/QUOTE]



dirtboy
Offline

Junior Member

Posts: 34
Threads: 9
Joined: Jul 2004
#5
2005-01-01, 09:49 AM
[OFF TOPIC]

Campy, are you in New Mexico?
Guest

Unregistered
 
#6
2005-01-01, 11:43 AM
Any one geting this to work? i get the same error after replacing the the dll
Guest

Unregistered
 
#7
2005-01-01, 03:04 PM
Now I can't get to the online epg data at all!
I get the following error:
System.ArgumentOutOfRangeException
argument out of range: value

Is this due the dll update?


dirtboy: no, i'm from the netherlands.
Campy
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Dec 2004
#8
2005-01-01, 03:37 PM
Ok, this only occurs if the current date is 1st of january. When I changed my system date to 2nd of Januari the web EPG worked again.
So this isn't an important bug, because the rest of the year the software works great! So you have some time to fix this bug (364 days ) [Image: wink.gif]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 5,998 2012-01-31, 07:35 AM
Last Post: SLR_65
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,601 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,608 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,939 2010-11-10, 07:22 AM
Last Post: stustunz
  Unexpected error removing recording from conversion queue pvrproblems 1 1,639 2010-09-03, 03:51 AM
Last Post: sub
  Registry Error while installing PuffY 4 3,277 2010-08-16, 08:20 AM
Last Post: martint123
  EPG update error aibo 38 10,957 2010-07-23, 02:35 AM
Last Post: User
  Error 88760868 bezza 5 3,121 2010-07-18, 04:55 PM
Last Post: sub
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,901 2010-07-17, 04:31 AM
Last Post: psycik
  error: failure playing back file yonu 4 2,171 2010-07-12, 12:52 AM
Last Post: yonu

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

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

Linear Mode
Threaded Mode