HD51 4K Xstreamity keeps crashing, is there an alternative plugin?

pebbleridge

Newbie
As the title says Xstreamity keeps crashing on my Mutant HD51 running OpenViX 6.2.008 requireing a re-boot.

Can anyone recommend an alternative plugin for IPTV?
 
Which version are you installing?
a version that you downloaded some time ago,
from a script,
or from the image's plugin server?

Can you upload the crash log please?
 
Which version are you installing?
a version that you downloaded some time ago,
from a script,
or from the image's plugin server?

Can you upload the crash log please?
I'm using the version from the image's plugin server, and I'll happily upload the crash log, except I can't find it. Could you please steer me in the right direction.
 
Xstreamity is complaining about the skin your using seems that could be the cause of it crashing.

Try another skin
 
For reference purposes, crash was this
Code:
[eServiceMP3] stop state:PLAYING pending:VOID_PENDING ret:SUCCESS
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Navigation.py", line 91, in dispatchEvent
  File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 72, in event
AttributeError: 'NoneType' object has no attribute 'getPtrString'
[ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb30c8868>>,(1,)) failed)
 
A file has been changed for this issue. How confident are you that you can transfer it to your receiver?
I have putty installed and can access my box, but I haven't done anything with it yet.
Is this file related to Xstreamity? If it is, I'll probably just use another plugin.
 
The crash is happening in the image's file because of what servicemp3 was doing. So wont be specific to xstreamity

Stop enigma2 with following command in Putty/Terminal:
init 4

Download this file:
https://raw.githubusercontent.com/O.../lib/python/Components/ServiceEventTracker.py

Using FTP ( Filezilla etc), navigate to /usr/lib/enigma2/python/Components
Rename "ServiceEventTracker.pyc" to "ServiceEventTracker.pyc.original"

Transfer the .py file you downloaded to same location

Restart enigma2 using following command in Putty/Terminal
init 3

Your FTP program should still be running, refresh it.
Ensure a new "ServiceEventTracker.pyc" has been created
Delete the .py file
 
Back
Top