Custom HTTP headers ?
#46
Can you try an older win64 nightly build?

It should still let you upgrade to the latest iptvsimple addon version.

Just trying to figure out which is the culprit here, kodi or addon.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#47
(2019-11-22, 11:36)phunkyfish Wrote: Can you try an older win64 nightly build?

It should still let you upgrade to the latest iptvsimple addon version.

Just trying to figure out which is the culprit here, kodi or addon.

older versions of kodi still crash, tried win32 build and crashes also. Attached visualstudio debugger to use pdb symbols and get this if it is of any help
https://paste.debian.net/hidden/e75828f6
Reply
#48
Crashes on android firetv, if i had to guess, theres a bad memory operation somewhere
Reply
#49
Can you pm me a copy of your M3U file?

Something is happening when the channel properties are loaded in your case.

I should be able to reproduce with it.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#50
@skydrome Can you test this potential fix. Testbuilds here: https://jenkins.kodi.tv/blue/organizatio.../artifacts
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#51
(2019-11-23, 13:10)phunkyfish Wrote: @skydrome Can you test this potential fix. Testbuilds here: https://jenkins.kodi.tv/blue/organizatio.../artifacts
still crashes Sad https://paste.debian.net/hidden/f6e9eaec/
Reply
#52
Hmmm, and doesn’t crash on Mac. Go figure.

Do you have a crash log?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#53
@skydrome 

Ok, I think I have it. Please try this test build: https://jenkins.kodi.tv/blue/organizatio.../artifacts
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#54
(2019-11-23, 19:45)phunkyfish Wrote: @skydrome 

Ok, I think I have it. Please try this test build: https://jenkins.kodi.tv/blue/organizatio.../artifacts

This solved it, great work!
Reply
#55
Excellent 😁
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#56
hello,
how to pass custom header with value has '=' symbol to ffmpeg? sorry, i'm newbie here.

http header needs:
Content-Language: EFj+LwlssdfaRtd2PTw822s3QvPID/dQcUzvh/eOaQ57UA89+wlXA4TBFFWEFNxxq
Cookie: JSESSIONID=14819948325
User-Agent: Mozilla

kodi allows 'Cookie', 'User-Agent' header, right? And I added ! before 'Content-Language', but don't know how to pass '=' on my cookie.

is below url is right or wrong? should I update my androidtv kodi ver? or update simple iptv plugin?

tnx.
Reply
#57
Good question. Let me check.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#58
Ok, you should not escape the equals sign. It will split by '&', and then find the key and value by finding the first '=' character. The can be URL encoded in case you ever need to escape values. So this should work:


But it will only work on Kodi Matrix. It won't work on Leia.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#59
Well, I tried on Kodi Matrix. But it's getting error.
Can you check my log? https://pastebin.com/igi3kt0V
Reply
#60
The log says it couldn’t open the file. Are you sure all the values are correct?

Your cookie here looks very short: https://cdn.looktv.mn/2c9f890e53d1b4c701...TxiSgMnAet

Do you have any other way to test it?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply

Logout Mark Read Team Forum Stats Members Help
Custom HTTP headers ?0