mf0009 / mediaplayer2-for-sh4

Automatically exported from code.google.com/p/mediaplayer2-for-sh4
0 stars 0 forks source link

green screen on mp2 start up #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i'm using mp2 v0.57 and Merlin3 my box is dm500hd

Screen <class 'Plugins.Extensions.MediaPlayer2.plugin.MediaPlayer'>((), {}): 
<type 'exceptions.AttributeError'>
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 346, in create
    return screen(self, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/Plugins/Extensions/MediaPlayer2/plugin.py", line 469, in __init__
    InfoBarNotifications.__init__(self)
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2267, in __init__
    self.addExtension((self.getEntryText, self.showNotificationQueueViewer, lambda: True), key = "text")
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1636, in addExtension
    self.list.append((type, extension, key))
AttributeError: 'MediaPlayer' object has no attribute 'list'
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/Screens/PluginBrowser.py", line 60, in save
    self.run()
  File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 64, in run
    plugin(session=self.session)
  File "/usr/lib/enigma2/python/Plugins/Extensions/MediaPlayer2/plugin.py", line 1579, in main
    session.open(MediaPlayer)
  File "/usr/lib/enigma2/python/mytest.py", line 425, in open
    dlg.isTmp = True
AttributeError: 'NoneType' object has no attribute 'isTmp'
(PyObject_CallObject(<bound method ActionMap.action of 
<Components.ActionMap.ActionMap instance at 0x1d4ddf0>>,('WizardActions', 
'ok')) failed)
main thread is non-idle! display spinner!
Killed?

Original issue reported on code.google.com by ison...@gmail.com on 1 Mar 2015 at 2:18

Attachments:

GoogleCodeExporter commented 9 years ago
please test

Original comment by mx3Lm...@gmail.com on 4 Mar 2015 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago
it is ok now. no crashing. thank you :)

Original comment by ison...@gmail.com on 4 Mar 2015 at 8:41

GoogleCodeExporter commented 9 years ago
thanks for feedback, fixed in 0.58 version

Original comment by mx3Lm...@gmail.com on 6 Mar 2015 at 4:17