TV Server does not automaticaly get updated after changes in xmltv.xml (1 Viewer)

ykamchi

Member
June 23, 2006
41
6
52
Hi,

I am facing the following problem:

my tv guide does not get updated automatically after the xmltv.xml changed. When running it manualy (after 10 minutes or more) it is getting updated, so I think that the problem is with the automacic proceedure and not with my configuration..


This is the log I got:
2007-12-25 01:54:49.375000 [1]: ---- start setuptv ----
2007-12-25 01:54:49.390625 [1]: ---- check connection with database ----
2007-12-25 01:54:49.953125 [1]: ---- check if database needs to be updated/created ----
2007-12-25 01:54:49.984375 [1]: ---- upgrade database schema ----
2007-12-25 01:54:49.984375 [1]: ---- check if tvservice is running ----
2007-12-25 01:54:56.250000 [1]: Exception while loading IPlugin instances: TvEngine.TV3BlasterPlugin
2007-12-25 01:54:56.406250 [1]: System.InvalidCastException: Unable to cast object of type 'TvEngine.TV3BlasterPlugin' to type 'TvEngine.ITvServerPlugin'.
at SetupTv.PluginLoader.LoadPlugin(String strFile)
2007-12-25 01:54:56.406250 [1]: Unable to cast object of type 'TvEngine.TV3BlasterPlugin' to type 'TvEngine.ITvServerPlugin'.
2007-12-25 01:54:56.406250 [1]: at SetupTv.PluginLoader.LoadPlugin(String strFile)
2007-12-25 01:54:56.468750 [1]: Exception while loading IPlugin instances: TvEngine.TV3ExtChannelChanger
2007-12-25 01:54:56.468750 [1]: System.InvalidCastException: Unable to cast object of type 'TvEngine.TV3ExtChannelChanger' to type 'TvEngine.ITvServerPlugin'.
at SetupTv.PluginLoader.LoadPlugin(String strFile)
2007-12-25 01:54:56.468750 [1]: Unable to cast object of type 'TvEngine.TV3ExtChannelChanger' to type 'TvEngine.ITvServerPlugin'.
2007-12-25 01:54:56.484375 [1]: at SetupTv.PluginLoader.LoadPlugin(String strFile)
2007-12-25 01:54:57.250000 [1]: Exception while loading IPlugin instances: ProcessPlugins.EpgGrabber.Zap2itPlugin
2007-12-25 01:54:57.250000 [1]: System.InvalidCastException: Unable to cast object of type 'ProcessPlugins.EpgGrabber.Zap2itPlugin' to type 'TvEngine.ITvServerPlugin'.
at SetupTv.PluginLoader.LoadPlugin(String strFile)
2007-12-25 01:54:57.250000 [1]: Unable to cast object of type 'ProcessPlugins.EpgGrabber.Zap2itPlugin' to type 'TvEngine.ITvServerPlugin'.
2007-12-25 01:54:57.265625 [1]: at SetupTv.PluginLoader.LoadPlugin(String strFile)
2007-12-25 01:54:57.703125 [4]: Controller: epg stop
2007-12-25 01:55:09.453125 [4]: Controller: epg stop
2007-12-25 01:55:17.734375 [4]: Controller: epg stop
2007-12-25 01:56:03.234375 [17]: Controller: StartTimeShifting 5+ 48
2007-12-25 01:56:03.234375 [17]: Controller: find free card for channel 5+
2007-12-25 01:56:03.234375 [17]: Controller: No tuning details for channel:5+
2007-12-25 01:56:03.234375 [17]: Controller: StartTimeShifting failed:NoTuningDetails
2007-12-25 01:57:02.000000 [8]: Controller: epg stop
2007-12-25 02:08:17.296875 [7]: TV service PowerEventThread 537
2007-12-25 02:33:29.437500 [7]: TV service PowerEventThread 537
2007-12-25 02:33:29.468750 [7]: TV service PowerEventThread 537


Tha,
Yohay
 

Sethiano

Portal Member
June 9, 2007
7
0
Home Country
Sweden Sweden
Yup, I too got the same problem.

The solution for me was to write a simple BAT file which I ran on start up. In this BAT file I first delete tvguide.xml and then download a new through xmltv. So here's what to do:

1. Create a new file in Notepad
2. Paste theese three lines into the file:

cd <path to your xmltv folder>
del "tvguide.xml"
xmltv.exe <your grabber> --days <number of days to download> --output tvguide.xml

3. Save the file as <something>.bat in your "startup" directory under "All programs" on the start menu

Now you should have a fresh tvgude.xml when booting windows and the TV-server should automaticly import the new tvguide.xml

Good luck!
 

ykamchi

Member
June 23, 2006
41
6
52
Solution found,


Sorry guys, but it is my fault...... I just didn't enabled the plugin..... It is kind of confusing to move from MP1 to TV Server, because enabeling the plugin is different.


Sorry, but for me it is working :)


Thx,
Yohay
 

Users who are viewing this thread

Top Bottom