Your log isn't specifying a particular problem, its just crashing, so its a needle in a haystack to determine what the issue is.
Posts by KiddaC
-
-
hellinghaus
You are using an box I am not familar with.
You are using an image I am not familar with.
Your crash log is reporting lots of minor warning with the skin used and various other issues.
There is nothing in your log that pinpoints any direct reference to my Jedi Plugin. So I don't think I can help you.
Have you actually got any tuners tuned in. Or you just hoping to use this box purely as an iPTV box.
I am wondering if that fatal error it is mentioning is tuner related.
Most of my plugins are primarily designed for oe-aliiance images, maybe worth giving one of them images a try instead.
openatv for your box can be found here
http://images.mynonpublic.com/…4/index.php?open=hitube4k -
Hey guys ....any way to add picons.
Not via my plugin... (unless using sky UK channels - in which case in settings you can select the option to choose rytec names) I know some plugins offer this option, but it is not something I have great faith in. If the picons are hosted on the same server as the IPTV line there is a chance you can get banned by making lots of consecutive calls to download the picons.
It can be done via 3rd party software like e-channelizer. -
Well if you have paid for a IPTV service.. login into your IPTV portal and change your password. (Don't use dictionary words and add some special characters and numbers in there to)
You don't really want to ask you provider to limit you to a specific IP address as that limits your options of how and where you can use it. Plus most IP providers have dynamic IP addresses that change sporadically or when you reboot your router.
Other draconian options is play your IPTV line all the time. Your provider will hate you, but it will stop freeloaders from using your line if they too are getting constant line freezes.
I use hacked lines I find myself. But if the original user is always online I will go find a line that is rarely used by the user ;) -
Madhatter use the vskin planner then
-
Hi Kiddac,
Any chance the row issue Abu brought above and rows squashed in records list could be fixed for VIX.
Love the skin
All my skins come with their own movie planner mod. They do not work with default layout.
Visit any of my skin threads and download and install the relevant movie planner mod ipk on the first post.
Then when in movie planner, press menu, settings and select the "use extended list". Change that to the skin being used. -
There is still nothing wrong at all with openatv 6.4.
Openatv 6.5 main difference is they have switched to python 3. Which is good going forward, but means there are plenty of 3rd party plugins and components that are not compatible.
The average user will see no real difference between the 2 images, there is nothing visually different.
Not to sure what you are asking, but if you looking for the openatv 6.5 image for h9s it is here under the airdigital menu. (not entirely sure which h9s you got so choose from the options) -
The epg mod is a never ending dog chasing tail scenario.
Enigma2 code evolves and these hacks of mine have to be constantly updated. They have not been updated or checked for a while. I know there is issues with openvix, but openatv one is still working I think. Make sure you install the correct files. (openatv not vix)
I have this on my my openatv 6.5 (build is probably june ish)
Channel select is alternative layout as found in going into te channel select screen > menu > settings > channel list service mode > simple (reboot gui) -
hmmm, not to sure about that pal. Openatv 6.4 branch hasn't udpated its picon.py file for 3 years
2061168e021.png
and looking at the 6.5 branch that is the same code apart from python 3 updates.
So if that is true, they doing the magic elsewhere -
this is probably safer, simpler code
d6a67e6db4afa41c785.png -
There was a similar issue not so long ago, and despite my investigation I couldn't work out why a particular picon set was failing.
It was obviously the 3rd party png compression used, but the code was changed at the time to eliminate this error.
No other issues have been reported since until now.
I can probably put another catch in like your attached code, but it needs slightly amending from what you have put.
Below is the original fix.
60dc89d338f6706c26.png
Are you getting an error on a python 2.7, python 3 or both. -
i am presuming that is shortcut code for doing multiple replacing
Code
Display Morefor u in ( (":", "%3A"), ("'", "%27"), (";", "%3B"), ("@", "%40"), ("&", "%26"), ("=", "%3D"), ("+", "%2B"), ("$", "%24"), (",", "%2C"), ("/", "%2F"), ("?", "%3F"), ("#", "%23"), ("[", "%5B"), ("]", "%5D") ): username = username.replace(*u)in which case if @ symbol is the problem, just delete the @ line and not the bottom line
-
that code looks totally wrong anyway. "for u in (" ... what. is that all about.. Had a beer tonight. I will have a sober look tomorrow.
In my current state of mind , I don't even know what that code is doing. :derpthink::joythink:
-
i was just about to reply with why is this my problem...
Then I realised you are refering to my code.
2 years ago since I wrote that code.
Things are included for a reason. Why is that line of code in there. Er... no idea to be honest. I have slept many times since then.
-
-
Watching football at the moment.
Really annoyed with myself the other night, I was using an online shellscript editor, I had just finished all my code for replacing the timezone value, then I accidentally hit the browser back button at lost all my code. :crying: It was good code to that I had spent about an hour working out. -
There is no radio screen designed in this skin
-
Its a google image seagen. Read the comment.
But I don't know if I am being asked something, or told something
-
if grep -oP doesn't work, probably needs -Eo. I was working in a windows environment when testing
-
I just notcied the errors of my ways.
If we change the source file, url with local file address.
Then you cant get the details again.
As I said though, I was only experimenting. Not a finished script.
