Jump to content


Photo

Movielist crash on PVR

DM8000

  • Please log in to reply
9 replies to this topic

#1 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 28 February 2012 - 08:28

After the 26 Feb update PVR causes a crash. The same with 28 Feb update. Someone else with this problem?
(DM8000)
Screen <class 'Screens.MovieSelection.MovieSelection'>((None,), {}): <type 'exceptions.AttributeError'>
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 232, in create
	return screen(self, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/Screens/MovieSelection.py", line 439, in __init__
AttributeError: 'module' object has no attribute 'MAP_SEARCH_UPCASE'
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
  File "/usr/lib/enigma2/python/Screens/InfoBar.py", line 121, in showMovies
  File "/usr/lib/enigma2/python/mytest.py", line 295, in openWithCallback
	dlg = self.open(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/mytest.py", line 306, in open
	dlg.isTmp = True
AttributeError: 'NoneType' object has no attribute 'isTmp'
(PyObject_CallObject(<bound method HelpableActionMap.action of <Components.ActionMap.HelpableActionMap instance at 0x9537b0>>,('InfobarActions', 'showMovies')) failed)

Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Movielist crash on PVR #2 littlesat

  • PLi® Core member
  • 56,288 posts

+691
Excellent

Posted 28 February 2012 - 09:25

AttributeError: 'module' object has no attribute 'MAP_SEARCH_UPCASE'

Do you have glass-HD skin installed? Then that is why... glass-HD is patching around in system pythin code.... In between we removed it from out feeds...

Edited by littlesat, 28 February 2012 - 09:26.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Movielist crash on PVR #3 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 28 February 2012 - 09:41

Indeed GlassHD is installed but I use another skin: Vali.HD.flex.

I removed GlassHD and GlassSysUtil but Movielist still carashes... How can I fix this?
Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Movielist crash on PVR #4 littlesat

  • PLi® Core member
  • 56,288 posts

+691
Excellent

Posted 28 February 2012 - 09:45

Glass-HD patches around so even when deleting it does not help... (grmmmmblegrrr##$@@@)

You can reflash your box -or- try this via the console (telnet/putty)

opkg remove enigma2-src (when it was installed)
opkg install enigma2-src
init 4
init 3
opkg remove enigma2-src (when you want to remove the sources afterwards)

Edited by littlesat, 28 February 2012 - 09:46.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Movielist crash on PVR #5 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 28 February 2012 - 10:18

opkg remove enigma2-src (when it was installed)
opkg install enigma2-src
init 4
init 3
opkg remove enigma2-src (when you want to remove the sources afterwards)

Great, your workaround worked!!! :rolleyes:

GlassHD was just there only because of curiosity. I used (till now :wacko: ) the DeviceManager of GlassSysUtil only becouse there is no one on PLi.

PS.
are you planning to convert in System-Setup 'Harddisk' to 'Storage Devices', like DMM Experimenltal? It's very useful ;)

Thanks.
Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Movielist crash on PVR #6 littlesat

  • PLi® Core member
  • 56,288 posts

+691
Excellent

Posted 28 February 2012 - 10:38

What do you mean? And what is usefull about it? Please note Enigma2 is closed source.... and I think the way we do handling external storage devices with mdev is fine now.... but when you can suggest essential improvements?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Movielist crash on PVR #7 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 28 February 2012 - 10:49

They changed in Setup/System the old 'Harddisk' entry to 'Storage Devices'. This is a really powerfull Device Manager that can manage all connected devices not ony HDD like the old one.
Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Movielist crash on PVR #8 littlesat

  • PLi® Core member
  • 56,288 posts

+691
Excellent

Posted 28 February 2012 - 11:06

If it is only the name (change Harddisk to Storage Devices)???? then it has no added value???

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Movielist crash on PVR #9 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 28 February 2012 - 11:27

Not the name - the functions behind. Here only a part of oparations you can apply to any devices:
-initialize
-check
-mount automaticaly at start
-mount as principal HDD
-mount manualy selecting existing mountpoints or adding yours
-supports multiple partitions
etc.

Edited by rtzhjgg0, 28 February 2012 - 11:30.

Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Movielist crash on PVR #10 hulster

  • Member
  • 24 posts

0
Neutral

Posted 28 February 2012 - 22:29

Workaround works for me as well. :D
By that I tried Skin PLi-HD. That does not look that bad. Will try it for a while :)



Also tagged with one or more of these keywords: DM8000

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users