Severe BUG in timer creation

NotLikeSomeone

Active member
I had to revert to a previous .013 release of some days ago because now, when I create a timer it happens so:
1) You have displayed a lot lines empty before the last (which, in my case, is the VPS one).
2) If I want to change the channel, for instance because I want to use a different channel with the same event, after pressing OK the box crashes.
 

Attachments

  • Enigma2_crash_2023-12-07_20-18-30.txt
    49.8 KB · Views: 5
  • Timer-bug-01.jpg
    Timer-bug-01.jpg
    302.4 KB · Views: 14
  • Timer-bug-02.jpg
    Timer-bug-02.jpg
    262.4 KB · Views: 14

Ev0

Admin
Staff member
Administrator
Code:
   147.2521> Traceback (most recent call last):
<   147.2521>   File "/usr/lib/enigma2/python/StartEnigma.py", line 74, in processDelay
<   147.2526>     callback(*retval)
<   147.2527>   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/vps/Modifications.py", line 310, in new_TimerEntry_finishedChannelSelection
<   147.2532>   File "/usr/lib/enigma2/python/Screens/TimerEntry.py", line 148, in finishedChannelSelection
<   147.2535>   File "/usr/lib/enigma2/python/Screens/TimerEntryBase.py", line 178, in invalidateConfigEntry
<   147.2539> IndexError: string index out of range
<   147.2539> [ePyObject] (CallObject(<bound method Ses

Not an image issue.

Looks like it's an issue with modification in vps plugin.
 
Top