Jump to content


Photo

Timer voorprogrammeren vanuit epg crash

Vu Duo

  • Please log in to reply
5 replies to this topic

#1 Lemmingsbeest

  • Senior Member
  • 262 posts

+4
Neutral

Posted 24 March 2012 - 04:31

Oke ik heb de update van de 24 ste gedaan en dat gaat prima totdat ik een timer wil programmeren vanuit de epg.

Ook heb ik een verse usb flash gedaan met hetzelfde resultaat

Krijg dan een leuk groen scherm en reboot uiteraard.

Dan weer terug naar de 23 ste en daarin geen probleem.

Zie de bijlage voor de crashlog.

Attached Files


Edited by Lemmingsbeest, 24 March 2012 - 04:32.


Re: Timer voorprogrammeren vanuit epg crash #2 -Dennis-

  • Senior Member
  • 175 posts

+2
Neutral

Posted 24 March 2012 - 07:49

Hier idem dito.
Zowel op Duo, als op Ultimo.

Re: Timer voorprogrammeren vanuit epg crash #3 littlesat

  • PLi® Core member
  • 56,091 posts

+685
Excellent

Posted 24 March 2012 - 08:34

action -> EventViewEPGActions openSingleServiceEPG
[EPGC] 78743 events read from /hdd/epg.dat
[EPGC] next update in 2 sec
action -> EPGSelectActions yellow
[EPGC] start caching events(1332559228)
action -> EPGSelectActions yellow
action -> EPGSelectActions timerAdd
[TIMER] record time changed, start prepare is now: Tue Mar 27 01:31:40 2012
Screen <class 'Screens.TimerEntry.TimerEntry'>((<RecordTimer.RecordTimerEntry object at 0x14c0c10>,), {}): <type 'exceptions.TypeError'>
Traceback (most recent call last):
File "/usr/lib/enigma2/python/mytest.py", line 228, in create
return screen(self, *arguments, **kwargs)
File "/usr/lib/enigma2/python/Screens/TimerEntry.py", line 35, in __init__
File "/usr/lib/enigma2/python/Screens/TimerEntry.py", line 102, in createConfig
TypeError: unsupported operand type(s) for -: 'str' and 'int'
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
File "/usr/lib/enigma2/python/Screens/EpgSelection.py", line 240, in timerAdd
File "/usr/lib/enigma2/python/mytest.py", line 296, in openWithCallback
dlg = self.open(screen, *arguments, **kwargs)
File "/usr/lib/enigma2/python/mytest.py", line 307, in open
dlg.isTmp = True
AttributeError: 'NoneType' object has no attribute 'isTmp'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x14b97b0>>,('EPGSelectActions', 'timerAdd')) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)


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


Re: Timer voorprogrammeren vanuit epg crash #4 littlesat

  • PLi® Core member
  • 56,091 posts

+685
Excellent

Posted 24 March 2012 - 08:36

I suggest something broke due to this patch....

http://openpli.git.s...d902c8abbb73711

Somewhere were...

else: # once
type = "once"
repeated = None
weekday = strftime("%u", localtime(self.timer.begin))) - 1
day[weekday] = 1

Edited by littlesat, 24 March 2012 - 08:41.

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


Re: Timer voorprogrammeren vanuit epg crash #5 littlesat

  • PLi® Core member
  • 56,091 posts

+685
Excellent

Posted 24 March 2012 - 08:45

In the orriginal code weekday was an integer now it becomes a string where we substract 1 from... or we have to remove the -1 or revert the whole line....

- weekday = (int(strftime("%w", localtime(self.timer.begin))) - 1) % 7
+ weekday = strftime("%u", localtime(self.timer.begin))) - 1

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


Re: Timer voorprogrammeren vanuit epg crash #6 Lemmingsbeest

  • Senior Member
  • 262 posts

+4
Neutral

Posted 25 March 2012 - 03:43

Had niet gezien dat er vanmiddag een nieuwe versie online stond van de 24 ste.
Die van de 25 ste werkt in iedergeval weer prima met de timers...
Bedankt....



Also tagged with one or more of these keywords: Vu Duo

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users