Posts by mau71

    Dear Lululla, thank you for the answer, but I've got the same error:


    < 60579.1561> File "/usr/lib/enigma2/python/StartEnigma.py", line 224, in processDelay

    < 60579.1578> callback(*retval)

    < 60579.1582> File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2781, in extensionCallback

    < 60579.1598> File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 10, in __call__

    < 60579.1612> File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1637, in runPlugin

    < 60579.1624> File "/usr/lib/enigma2/python/Plugins/Plugin.py", line 110, in __call__

    < 60579.1640> File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 12383, in main

    < 60579.2245> session.open(movieBrowserBackdrop, 0, config.plugins.moviebrowser.filter.value, config.plugins.moviebrowser.filter.value)

    < 60579.2254> File "/usr/lib/enigma2/python/StartEnigma.py", line 314, in open

    < 60579.2274> dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)

    < 60579.2294> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    < 60579.2295> File "/usr/lib/enigma2/python/StartEnigma.py", line 251, in instantiateDialog

    < 60579.2312> return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)

    < 60579.2328> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    < 60579.2331> File "/usr/lib/enigma2/python/StartEnigma.py", line 274, in doInstantiateDialog

    < 60579.2348> dlg = screen(self, *arguments, **kwargs)

    < 60579.2361> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    < 60579.2362> File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 3007, in __init__

    < 60579.2518> skin = os.path.join(skin_path + "movieBrowserBackdrop.xml")

    < 60579.2525> ^^^^^^^

    < 60579.2532> NameError: name 'os_path' is not defined

    < 60579.2533> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0x713aeb10>>,()) failed)


    Maybe the error is related to the specific skin used?


    I attach the full error log.


    Thanks again.

    I've installed the last version from Github.

    I've got this error (Vu+ Duo2, OpenVix 6.3):


    < 3794.3588> File "/usr/lib/enigma2/python/StartEnigma.py", line 314, in open

    < 3794.3609> dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)

    < 3794.3630> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    < 3794.3632> File "/usr/lib/enigma2/python/StartEnigma.py", line 251, in instantiateDialog

    < 3794.3646> return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)

    < 3794.3664> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    < 3794.3665> File "/usr/lib/enigma2/python/StartEnigma.py", line 274, in doInstantiateDialog

    < 3794.3682> dlg = screen(self, *arguments, **kwargs)

    < 3794.3694> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    < 3794.3695> File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 3007, in __init__

    < 3794.3856> skin = os_path.join(skin_path + "movieBrowserBackdrop.xml")

    < 3794.3863> ^^^^^^^

    < 3794.3869> NameError: name 'os_path' is not defined

    < 3794.3871> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0x711cd8b0>>,()) failed)


    I attach the full crash log.

    I've Vu+2 Duo2 with OpenVix 6.3, I've installed the latest MovieBrowser plugin from github, but when I update the db on first start, I got this error:


    Ricostruire il database ora?).<322390.5401>

    <322390.5441> [Pixmap] setPixmapNum(0) failed! defined pixmaps: []

    <322390.5463> [Skin] Processing screen 'MessageBox_summary' from list 'MessageBoxSummary, MessageBox_summary, SimpleSummary, ScreenSummary', position=(0, 0), size=(140 x 32) for module 'ScreenSummary'.

    <322392.5401> [eInputDeviceInit] 1 160 (352) 1

    <322392.5401> [eRCDeviceInputDev] emit: 1

    <322392.5406> [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.

    <322392.5414> [ActionMap] Keymap 'MsgBoxActions' -> Action = 'ok'.

    <322392.7711> [eInputDeviceInit] 0 160 (352) 1

    <322392.7711> [eRCDeviceInputDev] emit: 0

    <322392.7717> [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.

    <322396.6262> [gRC] main thread is non-idle! display spinner!

    <322396.6561> Traceback (most recent call last):

    <322396.6564> File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 3663, in database_run

    <322396.6742> content = self.contentlist[self.index]

    <322396.6753> ^^^^

    <322396.6754> File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 8709, in __init__

    <322396.7158> try:

    <322396.7166> ^^^^^

    <322396.7168> File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 8731, in makeUpdate

    <322396.7579> output = urlopen(request, timeout=10).read().decode('utf-8')

    <322396.7598> ^^^^^^^^^^^^^^^^^^^^^^^^^^

    <322396.7601> File "<frozen genericpath>", line 55, in getmtime

    <322396.7603> OSError: [Errno 5] Input/output error: '/media/hdd/movie/The Prom (2020).mkv'

    <322396.7604> [ePyObject] (CallObject(<bound method movieBrowserBackdrop.database_run of <class 'Plugins.Extensions.MovieBrowser.plugin.movieBrowserBackdrop'>>,()) failed)



    It fails load backdrop for file '/media/hdd/movie/The Prom (2020).mkv', but I've haven't got this file on my move folder.


    Thanks