Jump to content


Photo

Problems with GraphMultiEPG


  • Please log in to reply
116 replies to this topic

#1 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 21 January 2013 - 20:11

Stopped working GraphMultiEPG.
Does not work move the channel list.
Can anyone confirm that?

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problems with GraphMultiEPG #2 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 21 January 2013 - 20:45

Here no issue... Wat doe you mean with move channel list?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problems with GraphMultiEPG #3 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 21 January 2013 - 20:56

Buttons do not work up and down.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problems with GraphMultiEPG #4 hwads

  • Senior Member
  • 197 posts

0
Neutral

Posted 21 January 2013 - 22:47

mines ok also!
DM 8000 using Latest PLI.

Re: Problems with GraphMultiEPG #5 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 21 January 2013 - 22:59

Here no issues.... I can just go through all channels with up and down??

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problems with GraphMultiEPG #6 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 21 January 2013 - 23:01

openpli3@xp1000, updated today: no issues, works fine!

@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB


Re: Problems with GraphMultiEPG #7 BuGless

  • Senior Member
  • 539 posts

+16
Neutral

Posted 21 January 2013 - 23:06

Buttons do not work up and down.


Try moving left/right first, then up/down; does it make a difference?

Re: Problems with GraphMultiEPG #8 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 22 January 2013 - 06:26


Buttons do not work up and down.


Try moving left/right first, then up/down; does it make a difference?

work only right...

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problems with GraphMultiEPG #9 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 22 January 2013 - 07:52

Do you have a screendump...? is it possible to make some logs (init 4,enigma2)?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problems with GraphMultiEPG #10 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 22 January 2013 - 08:07

Log may show in the evening.
But the problems associated with accurately:
self["ServiceEvent"] = ServiceEvent()

Edited by Dima73, 22 January 2013 - 08:10.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problems with GraphMultiEPG #11 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 22 January 2013 - 08:36

The strange thing is that I'm not able to verify it.... And now two have an issue...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problems with GraphMultiEPG #12 BuGless

  • Senior Member
  • 539 posts

+16
Neutral

Posted 22 January 2013 - 09:18

Log may show in the evening.
But the problems associated with accurately:
self["ServiceEvent"] = ServiceEvent()


Aha, what skin are you running?
Can you show the source of the GraphMultiEPG screen of your skin?

Re: Problems with GraphMultiEPG #13 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 22 January 2013 - 10:48

Skin PLi-HD

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problems with GraphMultiEPG #14 BuGless

  • Senior Member
  • 539 posts

+16
Neutral

Posted 22 January 2013 - 11:00

Skin PLi-HD


Erm. Then my guess is that there is some unknown python module in your system that is causing havoc. Possibly a leftover from a temporarily tested skin. Difficult to say how to find out which.

Re: Problems with GraphMultiEPG #15 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 22 January 2013 - 11:41

I think so too.
But I can not figure out where the error.
And by the way, I stopped working call plugin EPGsearch for the blue button in the single EPG.

Edited by Dima73, 22 January 2013 - 11:42.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problems with GraphMultiEPG #16 speed

  • Senior Member
  • 420 posts

0
Neutral

Posted 23 January 2013 - 02:09

dont know if its related but
i updated and only 1 day i have the option to press green button and set timer
after this the programs where there but no option to press green button anymore
so you cannot set timer
went back to backup from 12-1-2013 and no timer option working again

Re: Problems with GraphMultiEPG #17 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 23 January 2013 - 07:00

littlesat
I found the reason, but I can not understand why it stopped working.
A couple of days ago, everything was ok.
AutoTimer_mod...
baseGraphMultiEPG__init__ = None
def AutoTimerGraphMultiEPGInit():
global baseGraphMultiEPG__init__
try:
  from Plugins.Extensions.GraphMultiEPG.GraphMultiEpg import GraphMultiEPG
except ImportError:
  return
try:
  if baseGraphMultiEPG__init__ is None:
   baseGraphMultiEPG__init__ = GraphMultiEPG.__init__
  GraphMultiEPG.__init__ = AutoTimerGraphMultiEPG__init__
  GraphMultiEPG.CallbackToGraphMultiEPG = CallbackToGraphMultiEPG
except:
  pass
def AutoTimerGraphMultiEPG__init__(self, session, services, zapFunc=None, bouquetChangeCB=None, bouquetname=""):
baseGraphMultiEPG__init__(self, session, services, zapFunc, bouquetChangeCB, bouquetname)
if config.plugins.autotimer.add_to_graph.value:
  def showAutoTimer():
   list = [
	(_("Open standart setup menu"), "setup"),
	(_("Add new AutoTimer"), "add"),
	(_("Preview for your AutoTimers"), "preview"),
	(_("Search new events matching for your AutoTimers"), "search"),
	(_("Timers list"), "timerlist"),
   ]
   dlg = self.session.openWithCallback(self.CallbackToGraphMultiEPG,ChoiceBox,title= _("Select action for AutoTimer:"), list = list)
   dlg.setTitle(_("Choice list AutoTimer"))
  self["AutoTimeractions"] = HelpableActionMap(self, "ChannelSelectEditActions",
	{
	 "contextMenu": (showAutoTimer, _("Choice list AutoTimer")),
	}, -1)
  self["AutoTimeractions"].csel = self

def CallbackToGraphMultiEPG(self, ret):
ret = ret and ret[1]
if ret:
  if ret == "add":
   from AutoTimerEditor import addAutotimerFromEvent
   cur = self["list"].getCurrent()
   evt = cur[0]
   sref = cur[1]
   if not evt:
	return
   try:
	addAutotimerFromEvent(self.session, evt = evt, service = sref)
   except:
	pass
  elif ret == "preview":
   from AutoTimerPreview import AutoTimerPreview
   try:
	total, new, modified, timers, conflicts, similars = autotimer.parseEPG(simulateOnly = True)
	self.session.open(AutoTimerPreview,timers)
   except:
	pass
  elif ret == "search":
   try:
	editCallback(self.session)
   except:
	pass
  elif ret == "timerlist":
   try:
	from Screens.TimerEdit import TimerEditList
	self.session.open(TimerEditList)
   except:
	pass
  elif ret == "setup":
   try:
	self.showSetup()
   except:
	pass

and
Stopped working call plugin EPGsearch for the blue button in the single EPG.

Edited by Dima73, 23 January 2013 - 07:01.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problems with GraphMultiEPG #18 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 23 January 2013 - 09:10

Probably BuGless can take a look into this one... So it seems the EPG search plugin breaks something... But is the autotimer plugin here stealing some functions from MGE????

  if baseGraphMultiEPG__init__ is None:   
   baseGraphMultiEPG__init__ = GraphMultiEPG.__init__   
  GraphMultiEPG.__init__ = AutoTimerGraphMultiEPG__init__   
  GraphMultiEPG.CallbackToGraphMultiEPG = CallbackToGraphMultiEPG   

Bad.... ;)

Edited by littlesat, 23 January 2013 - 09:16.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problems with GraphMultiEPG #19 BuGless

  • Senior Member
  • 539 posts

+16
Neutral

Posted 23 January 2013 - 10:21

Probably BuGless can take a look into this one... So it seems the EPG search plugin breaks something... But is the autotimer plugin here stealing some functions from MGE????

  if baseGraphMultiEPG__init__ is None:  
   baseGraphMultiEPG__init__ = GraphMultiEPG.__init__  
  GraphMultiEPG.__init__ = AutoTimerGraphMultiEPG__init__  
  GraphMultiEPG.CallbackToGraphMultiEPG = CallbackToGraphMultiEPG  

Bad.... ;)


Looks messy indeed. I'll see if I can figure this one out.

Re: Problems with GraphMultiEPG #20 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 23 January 2013 - 10:42

Why is it bad?
If remove self["ServiceEvent"] = ServiceEvent() in GME work fine again.
Everything worked perfectly for 2-3 days ago, before this(self["ServiceEvent"] = ServiceEvent() ) change.
I can not understand the reason for this behavior now.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users