MLD-5.x > General
[5.3] epg-daemon(-http) und vdr-plugin-epg2vdr passen nicht zueinander?
(1/1)
NemoN:
Hatte ich bereits im vdr-forum angefragt: http://www.vdr-portal.de/index.php?page=Thread&postID=1287278#post1287278
Ich nutze MLD 5.3 testing mit einem RasPi Client und einen x64 Server. Folgende Fehlermeldungen kommen vom vdr-plugin-epg2vdr plugin:
--- Code: ---Feb 17 21:40:17 (none) user.err vdr: epg2vdr: Timer changed, trigger update. Action was (0)
Feb 17 21:40:17 (none) user.err vdr: epg2vdr: Trying to re-connect to database!
Feb 17 21:40:17 (none) user.err vdr: epg2vdr: Calling mysql_init(1939)
Feb 17 21:40:17 (none) user.err vdr: epg2vdr: SQL-Error in 'prepare(stmt_prepare)' - Unknown column 'template' in 'field list' (1054) 'Unknown column 'template' in 'field list'' [select _starttime, action, active, autotimerid, autotimerinssp, autotimername, aux, chan
Feb 17 21:40:17 (none) user.err vdr: epg2vdr: Retry #161 failed, retrying in 60 seconds!
Feb 17 21:40:17 (none) user.err vdr: epg2vdr: Closing mysql connection and calling mysql_thread_end(1939)
--- End code ---
Client Versionen:
--- Code: ---vdr-plugin-epg2vdr 1:1.1.33-16+2.2.0.213.8 armhf EPG-Lösung auf Basis von MySQL-Datenbasis, ideal für Client/Server
--- End code ---
Server Versionen:
--- Code: ---epg-daemon-http 1:1.1.2-18 amd64 Der EPGd HTTP sammelt EPG-Daten vom vdr und ext. Quellen zentral in einer Datenbank.
vdr-plugin-epg2vdr 1:1.1.38-16+2.2.0.213.8 amd64 EPG-Lösung auf Basis von MySQL-Datenbasis, ideal für Client/Server
--- End code ---
Es kommt wohl daher das beide Versionen nicht zusammenpassen? Wäre es möglich die Pakete zu aktualisieren?
Grüße
NemoN
clausmuus:
Wird erledigt.
Claus
NemoN:
Vielen Dank, ich musste in der epg2vdr Datenbank noch das Feld "template" in der "timers" Tabelle anlegen, nun klappt es wieder.
--- Code: ---CREATE TABLE `timers` (
`id` int(11) UNSIGNED NOT NULL,
`vdruuid` varchar(40) NOT NULL DEFAULT '',
`inssp` int(11) DEFAULT NULL,
`updsp` int(11) DEFAULT NULL,
`eventid` int(11) UNSIGNED DEFAULT NULL,
`channelid` varchar(50) DEFAULT NULL,
`_starttime` int(10) DEFAULT NULL COMMENT 'pre filled start timer for trigger',
`source` varchar(40) DEFAULT NULL COMMENT 'like osd, webif, epgd',
`type` varchar(1) DEFAULT NULL COMMENT '''R''ecord, ''V''iew, ''S''earch',
`state` varchar(1) DEFAULT 'u' COMMENT '''D''eleted, ''R''unning, ''F''inished',
`info` varchar(255) DEFAULT NULL COMMENT 'error reason if state is failed',
`action` varchar(1) DEFAULT 'a',
`tccmailcnt` int(11) UNSIGNED DEFAULT NULL,
`retrys` int(11) UNSIGNED DEFAULT NULL,
`namingmode` int(11) DEFAULT NULL,
`active` int(11) UNSIGNED DEFAULT NULL,
`day` int(10) DEFAULT NULL,
`weekdays` int(10) DEFAULT NULL,
`starttime` int(10) DEFAULT NULL,
`endtime` int(10) DEFAULT NULL,
`file` varchar(512) DEFAULT NULL,
`directory` varchar(512) DEFAULT NULL,
`priority` int(11) DEFAULT NULL,
`lifetime` int(11) DEFAULT NULL,
`vps` int(11) DEFAULT NULL,
`childlock` int(11) DEFAULT NULL,
`aux` varchar(1000) DEFAULT NULL,
`autotimername` varchar(100) DEFAULT NULL COMMENT 'Bezeichung des Suchtimers',
`autotimerid` int(11) UNSIGNED DEFAULT NULL COMMENT 'id of autotimer',
`autotimerinssp` int(11) DEFAULT NULL,
`doneid` int(11) UNSIGNED DEFAULT NULL COMMENT 'id of done entry',
`expression` varchar(200) DEFAULT NULL,
`template` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--- End code ---
clausmuus:
Sehe ich das richtig, und das betrifft alle User die ein Upgrade machen. Welchen Befehl hast Du genau ausgeführt, damit ich das gleich mit einbauen kann.
Claus
Navigation
[0] Message Index
Go to full version