Jump to content


Photo

Does not update

Enigma2-XMLTV

  • Please log in to reply
155 replies to this topic

Re: Does not update #101 kalehrl

  • Senior Member
  • 476 posts

+8
Neutral

Posted 21 March 2011 - 15:43

Ever since the new system with random site picker was introduced, automatic epg download doesn't work.

Manual download also doesn't work unless I reboot the box (500plus with enigma2) and then start the download.

It worked fine before so something must have changed recently.

The log says something like "unknown channel"

Can this be fixed?

Attached Files



Re: Does not update #102 doglover

  • Rytec EPG Team
  • 17,266 posts

+647
Excellent

Posted 21 March 2011 - 16:08

My importlog from this morning:

Some unknown channels are normal. These channels are not available on your system or are not linked.


Willy

PS: update the xmltimporter

Attached Files


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Does not update #103 kalehrl

  • Senior Member
  • 476 posts

+8
Neutral

Posted 22 March 2011 - 12:14

I updated the importer and I also installed
enigma2-plugin-extensions-xmltvimport-rytec_20110303-r2_all.ipk - sources file.

The epg data are imported but the enigma2 didn't restart to load the newly downloaded epg.

I had to restart it manually.

When I say 'I updated the importer' it means I unpacked the
enigma2-plugin-extensions-xmltvimport_1.0-r36_mipsel.ipk and put the EPGImport in Extensions folder because the ipk won't install on a ppc box.

So the bottom line is import works but automatic enigma2 restart doesn't work on ppc boxes even though it worked with the previous vesion of the importer.

Is there any way this can be fixed?
I can change the new restart code with the older one but I don't know where to find it.

Re: Does not update #104 MiLo

  • PLi® Core member
  • 14,052 posts

+298
Excellent

Posted 22 March 2011 - 13:04

It does not restart enigma2 because it does not need to. Don't compare it with other EPG tools, the importer stores data directly into the system, you can even access it while it's still coming in.
Real musicians never die - they just decompose

Re: Does not update #105 kalehrl

  • Senior Member
  • 476 posts

+8
Neutral

Posted 22 March 2011 - 13:26

New epg was not loaded.
I remember one channel did not have epg from the previous import.
When I restarted enigma, the epg was there because the new import included epg for that channel.
Again, I use a ppc box and this may be the problem.

Re: Does not update #106 VU+NL

  • Senior Member
  • 6,424 posts

+12
Neutral

Posted 22 March 2011 - 13:40

It does not restart enigma2 because it does not need to. Don't compare it with other EPG tools, the importer stores data directly into the system, you can even access it while it's still coming in.

AFAIK PLi is the only image were E2 does not need a restart after EPG-import: hence this (common) misunderstanding.
VU+ DUO/UNO/Digiality 85cm multifocus-4 X twin-Inverto-LNB's/Triax 88 USALS/Logitech Harmony 300, 555, 600, 900 en 1100

Re: Does not update #107 MiLo

  • PLi® Core member
  • 14,052 posts

+298
Excellent

Posted 22 March 2011 - 14:12

...I use a ppc box...


Which? I know none that runs Enigma2...
Real musicians never die - they just decompose

Re: Does not update #108 kalehrl

  • Senior Member
  • 476 posts

+8
Neutral

Posted 22 March 2011 - 14:39

I have a 500+ and run pcd's enigma2 image.
There are e2 images for 600pvr and 7020, so all OE ppc boxes can run e2.

Re: Does not update #109 kalehrl

  • Senior Member
  • 476 posts

+8
Neutral

Posted 22 March 2011 - 14:52

I just erased the existing epg and imported a small source.
The import was successful and there was a message 'you have to restart enigma' and the countdown timer reached 0 but there was no enigma restart.
And the epg did not appear before I restarted enigma manually.
Here is the log:

Attached Files



Re: Does not update #110 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,499 posts

+118
Excellent

Posted 22 March 2011 - 17:17

I have a 500+ and run pcd's enigma2 image.
There are e2 images for 600pvr and 7020, so all OE ppc boxes can run e2.


we dont have or support enigma2 firmware on enigma1 boxes

on the Glassfibre 1GB DVB-C...


Re: Does not update #111 doglover

  • Rytec EPG Team
  • 17,266 posts

+647
Excellent

Posted 22 March 2011 - 17:42

I just erased the existing epg and imported a small source.
The import was successful and there was a message 'you have to restart enigma' and the countdown timer reached 0 but there was no enigma restart.
And the epg did not appear before I restarted enigma manually.
Here is the log:


A work around:

set a cronjob to reload enigma some time after the import started. (Make sure to allow for enough time to complete the epgimport)

A batch script with:
init 4
init 3

in it should do the job (test this first in a telnet session)


Willy

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Does not update #112 kalehrl

  • Senior Member
  • 476 posts

+8
Neutral

Posted 23 March 2011 - 10:18

Thank you doglover for this useful post.
I created a simple script:

#!/bin/sh
init 4
sleep 1
init 3

tested it in telnet after epg import and it worked! :)

Re: Does not update #113 wiz

  • Senior Member
  • 84 posts

0
Neutral

Posted 4 April 2011 - 12:43

I still suffer with this. I don't exactly when it all happened, but the only time I get events passed to the epg is when I restart the box completely. Scheduled imports as well as manual imports show 0 events every time I try.

I tried to put the rytec.sources.xml as stated in one of the threads here. Sources I want are the english channels.

Is there a way to debug this?

cheers,

Wiz

Re: Does not update #114 doglover

  • Rytec EPG Team
  • 17,266 posts

+647
Excellent

Posted 4 April 2011 - 12:49

If found this out as well today.
Seems that our random picker does not do its job completely.
The XMLTVEPG.be is again offline. The idea was that then an other should be selected. However something failed here.

I have attached the sources file in which I have removed the choice XMLTVEPG.be and then it is working again.
Place the file in etc/epgimport. Restart your box and reimport.

Willy

Attached Files


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Does not update #115 wiz

  • Senior Member
  • 84 posts

0
Neutral

Posted 4 April 2011 - 13:15

Thanks Willy for your quick reply.

I've placed the attached rytec.sources.xml, and will reboot the box once the recordings are finished.

cheers,

Wiz

Re: Does not update #116 doglover

  • Rytec EPG Team
  • 17,266 posts

+647
Excellent

Posted 4 April 2011 - 13:57

PS: works only with the latest XMLTV import plug-in.

Willy

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Does not update #117 wiz

  • Senior Member
  • 84 posts

0
Neutral

Posted 5 April 2011 - 10:21

I've rebooted the box yesterday, and then the import went fine.

This morning the scheduled update was ok too.

thanks again Willy!

cheers,

Wiz

Re: Does not update #118 able

  • Senior Member
  • 89 posts

0
Neutral

Posted 19 April 2011 - 07:01

Retrieved 0 events last two days using Norwegian source. Logfile attached.

Attached Files



Re: Does not update #119 able

  • Senior Member
  • 89 posts

0
Neutral

Posted 19 April 2011 - 07:20

Retrieved 0 events last two days using Norwegian source. Logfile attached.

Did a full reboot and the downloading started as normal. Ignore my last posting.

Re: Does not update #120 noname

  • Member
  • 16 posts

0
Neutral

Posted 27 April 2011 - 23:34

Hi!

Since 19.04 i have the same problem. "Retrieved 0 events" !!!!
I tried to update sources / channels => 0 events

I read here in this threat a lot but what is wrong ?
What is the problem ?

Can anyone help me ?
I tried to import for Germany!

Thanks

noname



13 user(s) are reading this topic

0 members, 13 guests, 0 anonymous users