Fix for EPGImport plugin

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Fix for EPGImport plugin

      Is there any chance from the developers for an EPGImport plugin fix?

      The problem in short: channel is found, EPG data is downloaded but the generated(!) EPG is not used by the firmware.

      Example:

      Current channel (OpenWebif): 1:0:1:1F8:1B:2C0:E060000:0:0:0:

      channels.xml:

      XML-Quellcode

      1. <channel id="ComedyCentralExtra.hu">1:0:1:1F8:1B:2C0:E060000:0:0:0:</channel> <!-- Comedy Central Extra --> <channel id="ComedyCentralExtra.hu">1:0:1:1F8:1B:2C0:E080000:0:0:0:</channel> <!-- Comedy Central Extra -->


      guide.xml /structure/:

      XML-Quellcode

      1. <?xml version="1.0" encoding="UTF-8"?>
      2. <tv>
      3. <channel id="ComedyCentralExtra.hu">
      4. <display-name lang="hu">Comedy Central Extra</display-name>
      5. <url>http://musor.tv/mai/tvmusor/COMEDYEXTRA.hu</url>
      6. <icon src="http://musor.tv/images/comedy_extra.png"/>
      7. </channel>
      8. <programme channel="ComedyCentralExtra.hu" start="20161210143000 +0100" stop="20161210150000 +0100">
      9. <title lang="hu">Röhej I./13.</title>
      10. <title lang="en">Ridiculousness</title>
      11. <sub-title lang="hu"/>
      12. <desc>longlongdescription</desc>
      13. </programme>
      14. </tv>
      Alles anzeigen


      The LOG:

      Quellcode

      1. [EPGImport] nextImport, source= Adrian Hungary XMLTV
      2. [EPGImport] Downloading: http://xy.com/guide.xml to local path: /tmp/epgimport [EPGImport] afterDownload /tmp/epgimport
      3. [EPGImport] unlink /tmp/epgimport
      4. [EPGImport] Downloading: http://xy.com/channels.xml to local path: /tmp/epgimport [EPGImport] afterChannelDownload /tmp/epgimport
      5. [EPGImport] Parsing channels from 'channels.xml' [XMLTVConverter] Enumerating event information
      6. [EPGImport] imported 146 events
      7. [EPGImport] Save last import date and count event [EPGImport] Run check deep standby after import [EPGImport] #### Finished #### [EPGImport] connectionLost [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionFdescWentAway'>: Uh: Filedescriptor went away. ]

      Maybe this is related:

      EPGIMPORT Plugin (rytec Quellen) funktioniert nach Update auf VTI 11 leider nicht mehr !

      [EPGImport] connectionLost [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionFdescWentAway'>: Uh: Filedescriptor went away.
      [/quote]

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von adriankoooo ()