NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 283 284 285 286 287 … 433 Next »
EPG Update problem

EPG Update problem
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#1
2012-11-13, 12:49 PM
Not sure when this problem started, but recently I'm having no epg-data in tvguide automatically (only after manual epg-update in "settings, channels, update epg").

Just now in "Settings, Misc2" I set "EPG Update hour" to 13.30 PM and that was correctly set in the config-file. But no epg-update was carried out at that time as you can see in the logs. Notice: I copied the attched NRecord.log AFTER 13.30 PM.
There are 2 strange things in NRecord.log: an error and after that "Requesting wake up for 'EPGWAKEUP' at 14-11-2012 3:00".

These are the things I changed recently:
-I enabled out-of-process digital recording
-I added a registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Service\BackgroundScanner\PeriodicScanEnabled
(DWORD=0)

Wim
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#2
2012-11-13, 01:44 PM
My Dutch is not what it used to be but the log contains ...
Quote:Unexpected error parsing int setting: System.FormatException: De indeling van de invoertekenreeks is onjuist.
bij System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
bij System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
bij NUtility.SettingsHelper.GetSetting(String xpath, Int32 defaultValue)
Did you set ... <EPGUpdateHour>13:30</EPGUpdateHour> ... using the Settings dialog in NPVR?

Does the Settings dialog only allow the EPG Hour to be set to whole numbers ... 1 or 2 or 13 ?
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#3
2012-11-13, 02:49 PM
Graham Wrote:My Dutch is not what it used to be but the log contains ...

Did you set ... <EPGUpdateHour>13:30</EPGUpdateHour> ... using the Settings dialog in NPVR?

Does the Settings dialog only allow the EPG Hour to be set to whole numbers ... 1 or 2 or 13 ?
That's something I had a problem with too, I could not get npvr to update at 07:30 AM so I disabled the automatic epg update and made a scheduled task in Windows' Task Scheduler to run "NextPVR.exe -updateepgonly" at 07:30 and that works.

"I'd rather have a bottle in front of me than a frontal lobotomy"
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#4
2012-11-13, 03:00 PM
Afaik the EPG update hour must be an integer. If you managed to type a fractional hour, that'd be an input cleansing bug.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#5
2012-11-13, 03:26 PM
johnsonx42 Wrote:Afaik the EPG update hour must be an integer. If you managed to type a fractional hour, that'd be an input cleansing bug.

That makes sense to me. A few weeks ago, I changed the epg update hour (I changed it from 7 to "6:30") to make sure NPVR wasn't updating when recording an early show (formula 1) and I didn't realize it had to be whole hours (input as integer).

Thanks!
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#6
2012-11-13, 06:30 PM
the "TV Guide Minutes" selection right above that doesn't allow direct input at all, only the up/down selection from the pre-defined list of options. sub should restrict the EPG Update Hour input box in a similar way.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#7
2012-11-13, 08:03 PM
johnsonx42 Wrote:the "TV Guide Minutes" selection right above that doesn't allow direct input at all, only the up/down selection from the pre-defined list of options. sub should restrict the EPG Update Hour input box in a similar way.
Actually, npvr should allow input of both hour and minute for the epg update, it makes no real sense to restrict it to just whole hours.

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#8
2012-11-13, 08:11 PM
Reddwarf Wrote:Actually, npvr should allow input of both hour and minute for the epg update, it makes no real sense to restrict it to just whole hours.
It was intentional. Like GBPVR before it, there is some code in there that randomizes the exact minute the update would occur, so that online EPG services like SchedulesDirect don't get hammered by all NextPVR in that timezone at the same minute. This was something requested by Zap2it/SchedulesDirect a few years ago.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#9
2012-11-13, 10:39 PM
sub Wrote:It was intentional. Like GBPVR before it, there is some code in there that randomizes the exact minute the update would occur, so that online EPG services like SchedulesDirect don't get hammered by all NextPVR in that timezone at the same minute. This was something requested by Zap2it/SchedulesDirect a few years ago.
I can understand the reason for that, but even if I'm allowed to sepcify 03:30 if could flex it +/- 3-5 minutes.

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG Update Errors jcole998 23 1,085 2025-05-11, 06:03 PM
Last Post: mvallevand
  Device Update - Channel Mapping chezmorris 10 4,667 2022-07-01, 01:59 PM
Last Post: mvallevand
  ITV/BBC HD and EPG missing from scan and update angelisle 16 4,099 2021-08-26, 11:45 AM
Last Post: NumberFive
  NPVR4 and MPC-HC problem The Solutor 29 7,100 2021-07-27, 03:45 PM
Last Post: The Solutor
  Auto Update EPG not running as scheduled? BairStrokes 2 1,712 2021-03-26, 12:02 PM
Last Post: NumberFive
  automatic EPG update virtualpaul 18 12,723 2021-01-29, 12:40 PM
Last Post: virtualpaul
  Problem locking on to a tuner? time_lord 7 2,942 2021-01-09, 12:06 PM
Last Post: Graham
  EPG XMLTV problem DBHall 8 3,765 2021-01-01, 12:34 PM
Last Post: Graham
  Problem with Intel 4600 graphics driver pol098 1 1,417 2020-12-01, 12:44 PM
Last Post: romdl
  Auto Update EPG not running as scheduled Bobbybear 10 3,572 2020-10-24, 09:24 AM
Last Post: Bobbybear

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

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

Linear Mode
Threaded Mode