VDR VNSI - No EPG

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #11
I have a wierd problem with my epg's too. When I first run xbmc, my call script deletes the Epg4.db and TV12.db files so I start with a clean epg. The epg loads and is correct for about 1/2 hour. (Every now and then I get no epg). Then I get stuck on the program which was current when the epg loaded and nothing afterwards, then about an hour later I have no epg at all.

I think it may be something to do with the timezone offsets not quite working. I am in Chicago so -6GMT.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 2,005
Joined: Feb 2009
Reputation: 25
Location: Heerlen, The Netherlands
Post: #12
90% sure it's a vdr-vnsi only issue. but still, please pastebin a full debug log.

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #13
Part 1 http://pastebin.com/PYQ5yzGb
Part 2 http://pastebin.com/R6hwkDy8

Hope it helps... Sorry this is from the last time I reset until now..
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #14
If I go into channel view, I don't have any information. Timeline shows program information for 10pm tonight on now..
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #15
Ah, after 10pm tonight my program guide appears again..
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 2,005
Joined: Feb 2009
Reputation: 25
Location: Heerlen, The Netherlands
Post: #16
nothing special showing up in that debug log. I'll add some more debug logging in the epg update code.

but I'm still suspecting vdr/vnsi because I haven't seen that behaviour since the conversion to utc times in the interface was made.

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #17
It looks like the epg is all there in the right place, but the 8 hours between now and then get thrown away. I'm wondering if that would fit with my GMT offset (and being on summer time).. So, vdr-vnsi sends the details, but then the new utc zoning requests it again, but offset to my actual time.. (Maybe calls it using utc, but it's interpretted as local time?)..

However, why would it pull in correctly initially?
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 2,005
Joined: Feb 2009
Reputation: 25
Location: Heerlen, The Netherlands
Post: #18
yeah good point. I'll check the old entry cleanup code later today. could still be an issue in there.

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #19
Any news on this? Does anyone else have this issue?
find quote
aedon Offline
Junior Member
Posts: 12
Joined: Jan 2011
Reputation: 0
Post: #20
No issue with the EPG at the moment.

uname -a
Code:
Linux foo.local 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 x86_64 GNU/Linux

cat /etc/apt/sources.list |grep -e vdr -e xbmc
Code:
# xbmc
deb http://ppa.launchpad.net/lars-opdenkamp/xbmc-pvr/ubuntu lucid main
# vdr-testing
deb http://ppa.launchpad.net/yavdr/testing-vdr/ubuntu lucid main
deb-src http://ppa.launchpad.net/yavdr/testing-vdr/ubuntu lucid main

dpkg -l |grep -e yavdr -e xbmc
Code:
...
vdr - 1.7.17-4yavdr1~lucid
vdr-dev - 1.7.17-4yavdr1~lucid                                        
vdr-plugin-live - 0.2.0.99+cvs20110323.1545-0yavdr1~lucid                      
vdr-plugin-vnsiserver - 0.0.2+svn20110325.2320-0yavdr0~lucid                          
vdr-plugin-xineliboutput - 1.0.6+cvs20110411.1440-0yavdr0~lucid                          
xbmc - 2:11.0-pvr+odk30~git20110426.f44db35-0ubuntu1~ppa+odk30~lucid
xbmc-bin - 2:11.0-pvr+odk30~git20110426.f44db35-0ubuntu1~ppa+odk30~lucid
xineliboutput-sxfe - 1.0.6+cvs20110411.1440-0yavdr0~lucid

date
Code:
So 8. Mai 12:59:17 CEST 2011

I hope it helps
Cheers
/aedon
(This post was last modified: 2011-05-08 13:03 by aedon.)
find quote