VPS-Plugin -> GreenScreen

cptspaulding

Vu+ Newbie
Hi,
I installed the VPS-Plugin on my Ultimo with BH 2.1.1
There was no error during the installation, but it causes an ever-looping GS.
I had to uninstall the Plugin to boot up.
What can I do to get VPS to work?
 

Attachments

  • enigma2_crash_1412330470.log.txt
    73.9 KB · Views: 18

angelofsky1980

BlackHole Driver Specialist
Hi,
I installed the VPS-Plugin on my Ultimo with BH 2.1.1
There was no error during the installation, but it causes an ever-looping GS.
I had to uninstall the Plugin to boot up.
What can I do to get VPS to work?

The error is

Code:
EXCEPTION IN PYTHON STARTUP CODE:
------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 591, in <module>
    runScreenTest()
  File "/usr/lib/enigma2/python/mytest.py", line 449, in runScreenTest
    session = Session(desktop = getDesktop(0), summary_desktop = getDesktop(1), navigation = nav)
  File "/usr/lib/enigma2/python/mytest.py", line 185, in __init__
    p(reason=0, session=self)
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/vps/plugin.py", line 26, in autostart
    vps_timers.checkNextAfterEventAuto()
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/vps/Vps.py", line 593, in checkNextAfterEventAuto
    if NavigationInstance.instance.wasTimerWakeup() and config.plugins.vps.allow_wakeup.value and len(self.session.nav.RecordTimer.timer_list) > 0:
AttributeError: Navigation instance has no attribute 'wasTimerWakeup'
------------------------------------------------------------

You should check if there is an updated version of plugin OR reinstall it from scratch.
 

cptspaulding

Vu+ Newbie
Thanks for your answer.
I got it from feed, so I thought it is a working version.
I also tried a fresh installation -> same error
I found this section in crashlog too, but unfortunately I am not able to fix it.
Is this plugin working for you? (or someone else)
 
Top