Deprecated uEPG - Universal EPG Framework
#33
(2020-03-10, 22:32)Lunatixz Wrote:
(2020-03-10, 19:40)Tony5856 Wrote:
(2020-03-10, 18:45)Lunatixz Wrote: Don't mean to be a pain, please post logs here: https://paste.kodi.tv/ THX.  
I have done some testing since the last post.
my guide data is this

Guide_Data ={ "channelname": "Test Channel 1", 
"channelnumber": 14, 
"channellogo": "", 
"isfavorite": "False", 
"guidedata": [{
    "url": "", 
    "starttime": 1583807560, 
    "endtime": 0, 
    "runtime": 3600, 
    "label": "Test show 1", 
    "label2": "HD", 
    "art": {
        "thumb": ""}, 
    "streamdetails": {
        "video": ""}
    }]
}

and the call to uepg is,
xbmc.executebuiltin("RunScript(script.module.uepg,json=%s&refresh_path=%s&refresh_interval=%s)"%(urllib.quote(json.dumps(list(Guide_Data))),(sys.argv[0]+"?mode=1"),(urllib.quote("7200"))))

I pasted the log as you requested, i hope i did it right, lol

https://paste.kodi.tv/ritamozivu.kodi

Thanks again,
Tony  
Log is missing debugging from uEPG, you can enable it from within uEPG's settings....

The only visible issue below.

Change : (urllib.quote("7200"))))
To "7200" 
Ive checked and debugging from uEPG was enabled.
The error i saw in the log was,

2020-03-10 13:53:27.564 T:72444   DEBUG: script.module.uepg-1.0.6-notificationDialog: uEPG Error, Contact Lunatixz for support
2020-03-10 13:53:27.564 T:72444   DEBUG: script.module.uepg-1.0.6-__main__, params = {}

i have changed my call to ,
xbmc.executebuiltin("RunScript(script.module.uepg,json=%s&refresh_path=%s&refresh_interval=%s)"%(urllib.quote(json.dumps(list(Guide_Data))),(sys.argv[0]+"?mode=1"),("7200")))

and here is a new log with debugging still enabled.

https://paste.kodi.tv/eludayohog.kodi

Thanks for your time
Reply


Messages In This Thread
uEPG - Universal EPG Framework - by Lunatixz - 2017-09-08, 19:50
RE: uEPG - Universal EPG Module - by Lunatixz - 2017-09-08, 19:50
RE: uEPG - Universal EPG Module - by zoomin - 2020-04-18, 12:42
RE: uEPG - Universal EPG Framework - by Tony5856 - 2020-03-10, 22:57
RE: uEPG - Universal EPG Framework - by umiki - 2020-03-09, 22:35
RE: uEPG - Universal EPG Framework - by umiki - 2020-03-10, 19:21
Logout Mark Read Team Forum Stats Members Help
uEPG - Universal EPG Framework1