Paused iptv recording crash

siilver

TK Veteran
when I play a recoded iptv stream and I pause the recording
The box crash

Anyone else have this

Running
Openatv 6.0
H2s
 
Last edited:
Seems to be all pausing on crashed the box. Other recording and life tv
So I have other problems

Il give my HDD a wipe and start it afresh
It hasn't been done in a good long time.

Shame on the zgemma it takes so long


Log

KeyError: 'show_infobar_locked_on_pause'

python/python.cpp:209 call (PyObject_CallObject(<bound method InfoBarSeekActionMap.action of <Screens.InfoBarGenerics.InfoBarSeekActionMap instance at 0x6ec4aad0>>,('InfobarSeekActions', 'playpauseService')) failed)
]]>
 
Last edited:
done a bit of playing about there
restored to an old backup and it worked fine
so did an update and the pause broke.


has anyone had this problem
 
I'm on 6.0 and updated at some stage between the 26th and now
Something is messed up

That's my mod check my github branch

Atv has added an option to hide infobar on timeshift so needs adding to the UsageConfig.py add
HTML:
config.usage.show_infobar_locked_on_pause = ConfigYesNo(default = True)
To line 102
 
Just change the file by adding that line to 102 see my github branch to see how I've added it

Sent from my SM-G925F using Tapatalk
 
Yes both EpgList.py and UsageConfig.py

EpgList.py is the main code then UsageConfig.py adds the option to switch channel numbers yes or no

Double check my github branch to see how I've added the latest commit it sounds like you've done it wrong

Sent from my SM-G925F using Tapatalk
 
Back
Top