Unter Python 2 ist reload eine Buildin-Anweisung, bei Python 3 befindet sich diese in einem Modul. Wenn Du mit einem Editor umgehen kannst, dann bitte mal die Datei /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.takealug.epg-grabber/service.py öffen und da, wo die import Anweisungen drin stehen (ganz oben), noch eine Zeile from importlib import reload einfügen und speichern. Dann sollte es wieder laufen. Vorher Addon deaktivieren und wieder aktivieren, sonst wird der Service nicht neu geladen.
[RELEASE] Takealug EPG Grabber
-
DeBaschdi -
8. Februar 2019 um 09:36 -
Unerledigt
-
-
Ich benutze reload nicht in der Matrix branch, ein weiteres Indiz dafür das auf deinem System noch die Leia Version, und nicht Matix installiert wurde.
-
-
Denstalliere mal das Addon (behalt die Settings), starte Kodi neu, installiere das Addon über das kodinerds repo erneut.
Oder warte mal auf heute Nachmittag /, morgen, dann mach ich ne 1.0.6, dann wird Kodi hftl gezwungen die richtige Version zu installieren, war ne dumme Idee von mir die Versionsnummern gleich zu halten, da verzettelt sich Kodi wohl. -
ar ne dumme Idee von mir die Versionsnummern gleich zu halten
Häng' eine +matrix dran, dann kannst Du auch die VN gleich halten, ausserdem sieht dann halt jeder, ob er auch die Matrix vor sich hat.
-
-
Vielleicht hat hier jemand eine Idee: Nutze ja dein addon für´s EPG. Hat bisher auch super geklappt. Nun habe ich seit Umstieg auf Kodi 19 Matrix folgendes Problem:
Auf dem Server Kodi Matrix ist EPG für 14 Tage vorhanden. An den Clients, welche sauber neu installiert habe, nur noch für 1-2 Tage! Ich nutze als Backend TVMosaik. In TV-Mosaik selber ist auch kein EPG drin. Liest der plötzlich kein EPG mehr ein? Habe den Pfad dazu nochmal neu abgespeichert, und neu EPG eingerichtet. Oder kann das evtl. an schreibrechten/leserechten liegen?
Falls Ihr keinen Tipp habt, bleibt mir wohl oder Übel nur der Umstieg auf DVBViewer. Da klappt das noch. Nur fehlen mir da einige Sender leider....
-
-
-
Da steht überall 14 Tage drin, ist aber nur ein Tag vorhanden. Nur auf der Shield mit der schon länger laufenden Kodi Maven Build, da passt noch alles. Ich schnall das nicht. Kann nur an TVM liegen, der trotz zurück gespielter Sicherung hat der auch nur 2 Tage EPG drin. Mist...
-
Stelle gerade fest, ich kann auf dem Server auch keine Aufnahmen mehr einstellen, die nach den 2 Tagen sind, obwohl noch da EPG zu sehen ist! Kann ich also TVMosaik nun endgültig vergessen, und muss mich mit DVBViewer auseinander setzen. Damit hier close.
-
-
Moin, für Matrix steht eine neue Version (1.0.6+matrix) zu Verfügung,
geändert hat sich nix, nur die Versionsnummer -
Moin, für Matrix steht eine neue Version (1.0.6+matrix) zu Verfügung,
geändert hat sich nix, nur die VersionsnummerEben mal schnell auf dem Handy ausprobiert. Da läuft es.
Dann bin ich ja guter Hoffnung, daß ich es heute Abend auch auf der MiBox wieder zum laufen bringe. -
-
Eben mal schnell auf dem Handy ausprobiert. Da läuft es.Dann bin ich ja guter Hoffnung, daß ich es heute Abend auch auf der MiBox wieder zum laufen bringe.
Läuft auch auf der MiBox wieder. Danke
-
Hallo DeBaschdi,
ich hatte kürzlich meinen HTPC neu aufgesetzt und dein Addon (1.0.6) in Verbindung mit Kodi 19 Matrix und TvHeadend 4.3 installiert. Das EPG sollte wieder direkt in das Socket geschoben werden. Beim Versuch brach dies immer mit dieser Fehlermeldung ab (Auszug Kodi [definition='1','0']log[/definition]).Code
Alles anzeigen2021-03-14 16:39:55.043 T:1865 INFO <general>: Python interpreter stopped 2021-03-14 16:40:06.805 T:1627 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] Settings changed Reloading 2021-03-14 16:42:32.663 T:1159 WARNING <general>: RunScript called for a non-script addon 'service.takealug.epg-grabber'. This behaviour is deprecated. 2021-03-14 16:42:32.663 T:1870 INFO <general>: initializing python engine. 2021-03-14 16:42:36.149 T:1870 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] MAGENTA TV (DE) Erstelle XML Kanäle... 2021-03-14 16:42:36.824 T:1627 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] Settings changed Reloading 2021-03-14 16:42:36.895 T:1870 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] MAGENTA TV (DE) Can`t download in Multithreading mode, loading single... 2021-03-14 16:42:36.896 T:1870 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] MAGENTA TV (DE) 9 Sender Daten die heruntergeladen werden müssen... 2021-03-14 16:42:37.890 T:1870 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] MAGENTA TV (DE) Senderdaten heruntergeladen! 2021-03-14 16:42:37.892 T:1870 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] MAGENTA TV (DE) Erstelle XML EPG Senderdaten... 2021-03-14 16:42:45.326 T:1870 INFO <general>: [Takealug EPG Grabber 1.0.6+matrix] EPG Datei (guide.xml) Erstellt! 2021-03-14 16:42:45.341 T:1870 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'ValueError'> Error Contents: binary mode doesn't take an encoding argument Traceback (most recent call last): File "/home/kodi/.kodi/addons/service.takealug.epg-grabber/service.py", line 557, in <module> run_grabber() File "/home/kodi/.kodi/addons/service.takealug.epg-grabber/service.py", line 378, in run_grabber write_to_sock() File "/home/kodi/.kodi/addons/service.takealug.epg-grabber/service.py", line 384, in write_to_sock epg = open(guide_temp, 'rb', encoding="utf-8") ValueError: binary mode doesn't take an encoding argument -->End of Python script error report<--
Im Log gab es den Verweis auf Zeile 384 der service.py.
Nachdem ich diesen geändert habe ohne den encoding Aufruf
läuft alles so wie es soll. Im Log nichts auffälliges mehr.
Vielen lieben Dank noch einmal für deine tollen Addon`s die du der Community zur Verfügung stellst. -
-
Prima , und klasse das du selbst das fixen konntest,
Sind in tvheadend noch alle Sonderzeichen bzw ÄÖÜ usw vorhanden? -
Channel Names und EPG haben alle "ÄÜÖ" und Sonderzeichen soweit ich das sehen kann. Für`s fixen hab ich den Sonntag Nachmittag vor dem Rechner verbracht. Das Wetter war aber auch sehr bescheiden hier, von daher...Ich habe vom coden keine Ahnung , aber mit Google und Try and Error... Kodi macht halt richtig Spaß und wenn es dann am Ende des Tages auch noch läuft, ja dann
-
-
Hallo zusammen, ich nutze KODI Matrix IPTV Client mit der MagentaTV Playlist.
Der TV Empfang klappt. (Habe einen Magentavertrag).
Das EPG Grabben mit dem ADDON auch. Der Speicherort der Guide.xml stimmt für beide Addons überein.
Leider wird kein EPG angezeigt.
Kann es daran liegen, dass die Namen der Sender nicht übereinstimmen?
Playlist: Das Erste HD / Grabber: ARDVielen Dank im Voraus.
-
Hi, wichtig ist eine Übereinstimmung .xml(channelID) mit .m3u(tvg-id).
Diese müssen übereinstimmen, die Namen sind egal
LG -
-
Hi,
aber leider verstehe ich das nicht. Sorry.
"Übereinstimmung .xml(channelID) mit .m3u(tvg-id)"
guide.xml = <channel id="ARD.de">
*.m3u =
#EXTINF:0,(1) Das Erste HD
rtp://87.141.215.251@232.0.20.35:10000wo finde ich jetzt die notwendige Übereinstimmung. Ich nutze nicht TV Headend
Danke und LG
-
Sieht so aus als hätte deine m3u keine tvg-id, das kannst du händisch aber hinzufügen
-
-
Ich weiß nicht, ob das Problem hier richtig aufgehoben ist.
Meine Guuide xml wird zwar anlegt, aber TVHeadend liest sie nicht ein.
Code
Alles anzeigen2021-03-26 20:36:44.275 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:36:44.284 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:36:44.298 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:36:44.298 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:36:44.298 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:36:44.306 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:36:44.462 xmltv: /bin/tv_grab_file: grab took 0 seconds 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: parse took 0 seconds 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: channels tot= 34 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: brands tot= 0 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: seasons tot= 0 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: episodes tot= 0 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: broadcasts tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.065 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:37:41.073 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:37:41.087 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:37:41.087 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:37:41.087 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:37:41.095 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:37:41.252 xmltv: /bin/tv_grab_file: grab took 0 seconds 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: parse took 0 seconds 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: channels tot= 34 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: brands tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: seasons tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: episodes tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: broadcasts tot= 0 new= 0 mod= 0 2021-03-26 20:38:09.778 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:38:09.787 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:38:09.800 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:38:09.800 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:38:55.035 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:38:55.044 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:38:55.057 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:38:55.057 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:38:55.057 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:38:55.065 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:38:55.078 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:38:55.078 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:46.409 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:46.418 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:46.431 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:46.431 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:46.431 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:46.440 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:46.453 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:46.453 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:48.591 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:48.600 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:48.613 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:48.613 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:48.613 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:48.622 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:48.635 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:48.635 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.376 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:49.384 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:49.398 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:49.398 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.398 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:49.406 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:49.419 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:49.419 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.762 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:49.770 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:49.783 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:49.783 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.783 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:49.792 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:49.805 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:49.805 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:50.401 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:50.409 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:50.422 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:50.422 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:50.422 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:50.431 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:50.444 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:50.444 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:45:25.526 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:45:25.535 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:45:25.548 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:45:25.548 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:46:55.885 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:46:55.894 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:46:55.907 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:46:55.907 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:46:55.907 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:46:55.915 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:46:55.929 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:46:55.929 xmltv: /bin/tv_grab_file: grab returned no data
das ganze läuft bei mir auf einer Synolgy. Und ich habe in letzter Zeit nichts daran aktualisiert o. ä.
Weiß allerdings nicht, welcher Pfad der richtige zum tvgrab_file der richtige war. deswegen das Hinundher im Log
-
Ich weiß nicht, ob das Problem hier richtig aufgehoben ist.
Meine Guuide xml wird zwar anlegt, aber TVHeadend liest sie nicht ein.
Code
Alles anzeigen2021-03-26 20:36:44.275 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:36:44.284 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:36:44.298 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:36:44.298 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:36:44.298 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:36:44.306 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:36:44.462 xmltv: /bin/tv_grab_file: grab took 0 seconds 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: parse took 0 seconds 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: channels tot= 34 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: brands tot= 0 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: seasons tot= 0 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: episodes tot= 0 new= 0 mod= 0 2021-03-26 20:36:44.565 xmltv: /bin/tv_grab_file: broadcasts tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.065 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:37:41.073 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:37:41.087 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:37:41.087 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:37:41.087 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:37:41.095 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:37:41.252 xmltv: /bin/tv_grab_file: grab took 0 seconds 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: parse took 0 seconds 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: channels tot= 34 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: brands tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: seasons tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: episodes tot= 0 new= 0 mod= 0 2021-03-26 20:37:41.352 xmltv: /bin/tv_grab_file: broadcasts tot= 0 new= 0 mod= 0 2021-03-26 20:38:09.778 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:38:09.787 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:38:09.800 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:38:09.800 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:38:55.035 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:38:55.044 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:38:55.057 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:38:55.057 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:38:55.057 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:38:55.065 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:38:55.078 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:38:55.078 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:46.409 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:46.418 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:46.431 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:46.431 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:46.431 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:46.440 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:46.453 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:46.453 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:48.591 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:48.600 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:48.613 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:48.613 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:48.613 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:48.622 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:48.635 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:48.635 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.376 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:49.384 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:49.398 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:49.398 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.398 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:49.406 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:49.419 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:49.419 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.762 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:49.770 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:49.783 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:49.783 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:49.783 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:49.792 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:49.805 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:49.805 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:44:50.401 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:44:50.409 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:44:50.422 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:44:50.422 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:44:50.422 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:44:50.431 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:44:50.444 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:44:50.444 xmltv: /bin/tv_grab_file: grab returned no data 2021-03-26 20:45:25.526 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:45:25.535 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:45:25.548 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:45:25.548 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:46:55.885 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file 2021-03-26 20:46:55.894 spawn: Executing "/usr/bin/tv_grab_file" 2021-03-26 20:46:55.907 xmltv: /usr/bin/tv_grab_file: no output detected 2021-03-26 20:46:55.907 xmltv: /usr/bin/tv_grab_file: grab returned no data 2021-03-26 20:46:55.907 xmltv: /bin/tv_grab_file: grab /bin/tv_grab_file 2021-03-26 20:46:55.915 spawn: Executing "/bin/tv_grab_file" 2021-03-26 20:46:55.929 xmltv: /bin/tv_grab_file: no output detected 2021-03-26 20:46:55.929 xmltv: /bin/tv_grab_file: grab returned no data
das ganze läuft bei mir auf einer Synolgy. Und ich habe in letzter Zeit nichts daran aktualisiert o. ä.
Weiß allerdings nicht, welcher Pfad der richtige zum tvgrab_file der richtige war. deswegen das Hinundher im Log
Ich weiß auch nicht ob du hier richtig bist, geht es um das Kodi Addon, oder Docker ?
-
-
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!