This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

PermanentTimeshift crash on RECORD button (BH215)

usOOner

Vu+ Newbie
PermanentTimeshift crashes while pressing the RECORD button:

Code:
-------------+ 1/14 TID 3c
kaputt max(1) < ssize(14) || nr(0) >= max(1)
Start timeshift!
recording to /media/hdd/timeshift//timeshift.K0v3WO
before: 1
after: 1
setIoPrio realtime level 7 ok
FILEPUSH THREAD START
[EITSave] query epg event id 38120, 1:0:19:2889:40F:1:C00000:0:0:0:
[EITSave] found event.. store to disc
kaputt max(6) < ssize(14) || nr(5) >= max(6)
kaputt max(2) < ssize(14) || nr(1) >= max(2)
action ->  PTS_GlobalActions instantRecord
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
    res = self.actions[action]()
  File "/usr/lib/enigma2/python/Plugins/Extensions/PermanentTimeshift/plugin.py", line 1602, in instantRecord
    if not harddiskmanager.inside_mountpoint(dir):
AttributeError: HarddiskManager instance has no attribute 'inside_mountpoint'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x1fee2b0>>,('PTS_GlobalActions', 'instantRecord')) failed)

Is this a known issue?

PS.
the same plugin works on other images.
 

Attachments

  • PermTimeshift_BH215_duo2.jpg
    PermTimeshift_BH215_duo2.jpg
    75.7 KB · Views: 23
PermanentTimeshift crashes while pressing the RECORD button:

Code:
-------------+ 1/14 TID 3c
kaputt max(1) < ssize(14) || nr(0) >= max(1)
Start timeshift!
recording to /media/hdd/timeshift//timeshift.K0v3WO
before: 1
after: 1
setIoPrio realtime level 7 ok
FILEPUSH THREAD START
[EITSave] query epg event id 38120, 1:0:19:2889:40F:1:C00000:0:0:0:
[EITSave] found event.. store to disc
kaputt max(6) < ssize(14) || nr(5) >= max(6)
kaputt max(2) < ssize(14) || nr(1) >= max(2)
action ->  PTS_GlobalActions instantRecord
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
    res = self.actions[action]()
  File "/usr/lib/enigma2/python/Plugins/Extensions/PermanentTimeshift/plugin.py", line 1602, in instantRecord
    if not harddiskmanager.inside_mountpoint(dir):
AttributeError: HarddiskManager instance has no attribute 'inside_mountpoint'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x1fee2b0>>,('PTS_GlobalActions', 'instantRecord')) failed)

Is this a known issue?

PS.
the same plugin works on other images.
Probably the plugin is more compatible with Pli based images.
 
Not only on Pli based images - it runs perfectly on VTi8 too
Ok.
I not used that plugin but from the crashlog you post there is clearly the missing attribute into something structure.
Probably into VTI image they have applied some patches to "fix" that.
 
Removing lines (1602-1620) fom plugin.py i can avoid the crash and it runs - but its just a dirty workaround. Perhaps someone will fix it...:)
 
Back
Top