I am out of here guys, I will check back tomorrow
Posts by KiddaC
-
-
Quote
Thanks you. What do i need to do at my side to activate new changes
download and install the ipk. (no need to uninstall previous jedi plugin)
run your bouquet creator again, make sure your series is selected to yes in settings.
Then they should populate properly. Should :)
-
JediMakerXtream V6.12
New file on post 1
seagen
Well that killed my evening.Fixed slow server reponses that prevented series channels being populated (set timeout to 10 seconds - that should be plenty (*edit - now changed it to 20 seconds)
Fixed url output type picking up any # alias at the end of the line, therefore defaulting to wrong output type.
I have put the timeout value ondownloads.py
def checkGZIP(url):
response = None
request = Request(url, headers=hdr)
try:
response = urlopen(request, timeout=10)
Github files have been updated for feeds -
timeout issues :)
7b80897fd7.png -
Danielk, just hold fire, i don't want you posting anything you shouldn't be doing do.
Your line basically holds your details, that anyone can steal if you post it in the wrong place.
I have a broken line I am an investigating at the moment.
If I fix that one, it will probably fix most others that are having issues.
-
-
its the bloody alias tag I allowed on the end
it cant find .ts in the allowed formats because .ts is now ts # alias
-
you can use type=m3u, where necessary I change this in the code when I need the full version
So use either.
now to work out why this provider is changing output type.
-
God that was hard work. I think I have found the reason.
The get.php fails.
Why does it fail... because even though the output of this line is set to .ts, the json file has output .m3u8.
(some bad code somewhere on my behalf)
this domain downloads
http://domain.xyz:80/get.php&username=user&password=pass&output=m3u_plus&output=ts
this domain fails to download - so no series
http://domain.xyz:80/get.php&username=user&password=pass&output=m3u_plus&output=m3u8
why the m3u8 version fails I do not know
-
so you know it has no live. Okay.
lets try and create some bouquets...
it creates vod categories and channels .. no problem.it creates series categories but no channels.
your get.php file is bringing in the correct series structure.1fedee5d2b.png
So why the fuck is it failing... thats what we all want to know :) -
tbe your provider (test line)
doesn't have any live.
it does have vod and series. Same in Jedi. Are you sure live isnt blocked when football is on.
-
unless is a user agent issue, because the api calls are just bringing back empty json files
Also tried it with proxies as well and nothing,
cac5e7ed21463b24.png
Let me try it on both my plugins and see what I get. -
Well that provider has json errors for all the api calls.
&action=get_live_streams
&action=get_vod_streams
&action=get_series -
Does any one want to trust me with their actual line details for one of these problem cases.
I can then thoroughly check what is actually going on. Whether its an api issue, a plugin issue, a provider just being far too large for enigma2 boxes. etc etc
We are not going to solve anything with people keep posting the same thing on various forums, until we know what the exact reason is.If so send me a private message via the conversation icon 9eed00.png
-
in my screen shot, vod and series are set to no.
They need to be set to yes, if you want to create them
The bouquet prefix is solely for how it is shown in enigma2 bouquets. It is nothing to do with your provider and your provider is talking nonsense.
-
Right, I am reading on several forums people having issues with my Jedi plugin of late.
I think some big providers have changed the standard api calls. Series is brought in via the get.php. If they have removed this php call then series is not going to work in my plugins, thats not my problem.
If you want to recheck what you have selected, just go back into jedi, select your provider and go through the build motions again.
68077eb0.png
Also best to post in my official Jedi thread -
** Note to all users **
Nitrococuk solution above is a personal solution to his problem and his provider.
Don't be changing that file - as it will break bouquets for the majority of people
-
I don't think that is my skin mate.
-
Like Seagen says. Asking questions is not a crime. No questions are dumb if you don't know how to do something. If you have an issue, we will try and resolve it.
Every box is different, every setup is different. Every users experience and knowledge is different.Sometimes the answer is not simple, and it can become a process of elimination.
Rarely we fail to get it working (if ever :) )
-
in fact this might be your issue .
22:48:11.4717 [ E ] dvb/epgcache.cpp:1321 load [eEPGCache] /etc/enigma2/epg.dat not found, try /epg.dat
If you are saving epg to internal memory rather than a usb or hdd, your box might be running out of memory.
If you haven't done so already you need to set up a usb to save your epg data to.
If you don't know how to do that, have a read of my openatv install guide. It can be used as reference for any enigma2 image.
see post 4 of this thread
OpenATV setup guide by KiddaC
