Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 42

Thread: EPG Importer Down ?

  1. #16
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    I have added the changes but I cant test yet https://github.com/davesayers2014/XM...b0f2883eaa5a63

    If anyone tests this don't forget to add nocheck="1" to the sources .xml files.
    Last edited by dsayers; 15-09-18 at 13:55.

  2. The Following User Says Thank You to dsayers For This Useful Post:

    Willo3092 (15-09-18)

  3. #17
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Just tested and works fine pr added https://github.com/oe-alliance/XMLTV-Import/pull/29

  4. #18
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Ok. Thanks. I have accepted that PR. People need to test and provide feedback.
    Help keep OpenViX servers online.Please donate!

  5. The Following User Says Thank You to Huevos For This Useful Post:

    dsayers (15-09-18)

  6. #19
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Screen shot attached

    EPG Import.jpg

  7. #20
    Ev0's Avatar
    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    1,053
    Thanks
    347
    Thanked 428 Times in 266 Posts
    Working fine now, thanks


  8. #21

    Title
    Junior Member
    Join Date
    Jan 2012
    Posts
    10
    Thanks
    2
    Thanked 6 Times in 4 Posts
    Hi,

    Here are a few explanation about the latest changes in EPGImport:

    For IPTV:

    You now need to match the service reference between the userbouquet and the channels.xml file.
    So if your IPTV channel are properly added using the #SERVICE 4097:.... now in the channels.xml this MUST also be 4097!

    https://github.com/OpenPLi/enigma2-p...bcd2582852cbaa

    LastUpdate.log:

    We have faced several times the following problem, Doglover/Rytec can no longer upload newest file to EPG mirror servers but servers still distribute obsolete EPG data files to client. Result was no EPG even if data was downloaded because data where obsolete.

    To prevent this it was decide in accordance with Rytec/Doglover to add a control file: LastUpdate.log, this file must only be set with the last update date when all the files are properly uploaded to it. (date format is YYYY-mm-dd)
    So if we have again a server in this bad state it will be rejected by the checkValidServer.

    https://github.com/OpenPLi/enigma2-p...6b4525883a8f36

    But people that define there own sources.xml file that point to there own server can decide not to use this check (LastUpdate.log) by adding the attribute nocheck="1"

    https://github.com/OpenPLi/enigma2-p...3fe790490c01ab


    IPTV or custom sources.xml: file custom.channels.xml

    When defining sources.xml file it was mandatory to define again all the servers URL.

    So for people that use IPTV and create there own sources.xml file and also channels.xml file this create a double donwload from EPG data mirror.

    To avoid this an ease the creation of personal .channels.xml files it is now possible to just create one file:

    custom.channels.xml

    You include in this file all you self created service reference (the same as in your bouquets files).
    Just place this file into /etc/epgimport/ folder, it will be readed and processed for every downloaded EPG data file.

    No more case sensitive for channel id into channels.xml file:

    To ease maintainer life Doglove/Rytec it has been decided to have the channel id=" " no more case sensitive.

    So TF1.fr tf1.fr Tf1.fr will now be considered as the same channel for EPG data sources.

    https://github.com/OpenPLi/enigma2-p...0b261f6253ba5d

    Pr2

  9. The Following 3 Users Say Thank You to pr2 For This Useful Post:

    dsayers (16-09-18),Huevos (16-09-18),twol (16-09-18)

  10. #22
    doglover's Avatar
    Title
    Rytec Support
    Join Date
    Nov 2010
    Posts
    64
    Thanks
    2
    Thanked 31 Times in 21 Posts
    In the new version, a file called LastUpdate.log is being used. It is a prerequisite that this file can be downloaded from the server.
    However the OpenVIX site seems to be blocking this file.


    root@sh1:/etc/epgimport# wget http://rytecepg.dyndns.tv/~rytecepg/...a/rytecIPTV.xz
    Connecting to rytecepg.dyndns.tv (91.121.106.172:80)
    rytecIPTV.xz 100% |*******************************| 340k 0:00:00 ETA
    root@sh1:/etc/epgimport# wget http://rytecepg.dyndns.tv/~rytecepg/...LastUpdate.log
    Connecting to rytecepg.dyndns.tv (91.121.106.172:80)
    wget: server returned error: HTTP/1.1 403 Forbidden
    root@sh1:/etc/epgimport#
    Any .xz file can be downloaded, but the .log file is blocked.
    I am 1000 % sure the file exist on the server, and contains the correct values.

    Can Sicilian make sure this file is allowed to be downloaded, pls....


    Willy
    ~~Rytec Team~~
    Xtrend ET6000 OpenPli (used as mediaplayer)
    Xtrend ET 9500 OpenPli 3TB HDD
    Vu+ Duo OpenPli 1500gb HDD Samsung Spinpoint (backup)
    Sat: 13E, 19.2E, 23.5E and 28.2E
    *Pli/Rytec EPG POWERED*

  11. The Following User Says Thank You to doglover For This Useful Post:

    Huevos (16-09-18)

  12. #23
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    When that file was uploaded was it given 644 permissions?
    Help keep OpenViX servers online.Please donate!

  13. #24
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by doglover View Post
    In the new version, a file called LastUpdate.log is being used. It is a prerequisite that this file can be downloaded from the server.
    However the OpenVIX site seems to be blocking this file.




    Any .xz file can be downloaded, but the .log file is blocked.
    I am 1000 % sure the file exist on the server, and contains the correct values.

    Can Sicilian make sure this file is allowed to be downloaded, pls....


    Willy
    I get forbidden on my phone but this works
    http://www.xmltvepg.nl/LastUpdate.log

  14. #25
    Sicilian's Avatar
    Title
    The Boss
    Join Date
    Mar 2010
    Posts
    29,649
    Thanks
    23,585
    Thanked 26,054 Times in 7,638 Posts
    Quote Originally Posted by doglover View Post
    In the new version, a file called LastUpdate.log is being used.
    Can this be changed to use a file called LastUpdate.txt please. Due the recent issues last time I setup the server I added more security and a filewall. It looks like the security is blocking the download of .log files. At this time I cannot find a solution other that the importer to use a .txt file instead.

    Quote Originally Posted by Huevos View Post
    When that file was uploaded was it given 644 permissions?
    It's not permissions, I've just also tried 755, 644, 777, just cant get the server to allow download of a .log file.
    D I S C L A I M E R

    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Please help keep OpenViX online, donate HERE.
    Rules can be found
    HERE
    Support our sponsor World-Of-Satellite
    HERE
    GIGABLUE UHD QUAD 4K, VU+ DUO 4K SE, ZGEMMA H7S, VU+ UNO 4K SE
    Triax 1.1m Powered by TM2600, Fixed 28.2 Zone 2 dish with GT-SAT Unicable





  15. #26
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Is the above specific for openvix? I tried that in web browser and get permission denied but this works

    Code:
    wget http://www.xmltvepg.nl/LastUpdate.log
    Putty
    Code:
    wget http://www.xmltvepg.nl/LastUpdate.log
    
    --2018-09-16 11:23:26--  http://www.xmltvepg.nl/LastUpdate.log
    Resolving www.xmltvepg.nl... 51.15.49.64
    Connecting to www.xmltvepg.nl|51.15.49.64|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 11
    Saving to: ‘LastUpdate.log’
    
    
    LastUpdate.log        0%[                    ]       0  --.-KB/s               
    LastUpdate.log      100%[===================>]      11  --.-KB/s    in 0s      
    
    2018-09-16 11:23:26 (797 KB/s) - ‘LastUpdate.log’ saved [11/11]
    
    root@vuuno4k:~#
    Using vix 5.1.033 on my Uno4k.

  16. #27
    Sicilian's Avatar
    Title
    The Boss
    Join Date
    Mar 2010
    Posts
    29,649
    Thanks
    23,585
    Thanked 26,054 Times in 7,638 Posts
    Specific for the sources we host.


    Sent from my iPhone using Tapatalk
    D I S C L A I M E R

    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Please help keep OpenViX online, donate HERE.
    Rules can be found
    HERE
    Support our sponsor World-Of-Satellite
    HERE
    GIGABLUE UHD QUAD 4K, VU+ DUO 4K SE, ZGEMMA H7S, VU+ UNO 4K SE
    Triax 1.1m Powered by TM2600, Fixed 28.2 Zone 2 dish with GT-SAT Unicable





  17. The Following User Says Thank You to Sicilian For This Useful Post:

    dsayers (16-09-18)

  18. #28

    Title
    Junior Member
    Join Date
    Jan 2012
    Posts
    10
    Thanks
    2
    Thanked 6 Times in 4 Posts
    For people concerned with fake SERVICE 1: for IPTV please test this:

    https://github.com/pr2git/enigma2-pl...38ce66ba19acaf

    I will wait for your feedback before creating the Pull Request.

    Pr2

  19. #29

    Title
    Member
    Join Date
    Apr 2015
    Posts
    56
    Thanks
    9
    Thanked 6 Times in 4 Posts
    Quote Originally Posted by Sicilian View Post
    Specific for the sources we host.


    Sent from my iPhone using Tapatalk
    Can someone explain in layman's terms what the issue is and whether a solution will be forthcoming, as I don't understand all the talk about github etc. so am struggling to figure out what to do.

  20. #30
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,419
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by rowladar View Post
    Can someone explain in layman's terms what the issue is and whether a solution will be forthcoming, as I don't understand all the talk about github etc. so am struggling to figure out what to do.
    There have been changes to Epgimport to satisfy some file validity requirements and this has impacted some IPTV generated xml source files ..... everything is being updated as fast as possible following tests to get to a final resolution that meets all requirements.
    So patience.
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.