-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No function of the added header for ISA properties with pvr.iptvsimple version v21.8.6 in Kodi Omega (Android, Windows) #887
Comments
the problem its not the addon it works correctly you are using a bad user agent |
Hi @CastagnaIT I've already noticed that with the new version of the IPTV Simple Client (21.8.6) the user agent is displayed "incorrectly" in the log file. This representation is also the same with the “old” version (21.8.5 incl. PR#833). However, the streams work there. Greetings werimail |
i tested last version with your playlist and playback works correctly user agent value is not shown incorrectly, means that you have set a bad value somewhere |
Hi @CastagnaIT I just tested again in a different Android environment: I get an internal error with pvr version 21.8.6 ( After I install version 21.8.5 with your PR from here over it it works for me. In this version, both required
So there must be some difference between the PR version and the final released version. In my opinion, your fix is missing in the final version. Maybe it's just the environment. I'm currently on Android. Maybe the current version of the pvr addon is "broken" only in Android if it works for you. EDIT: I was now able to reproduce the same error under Windows. It doesn't seem to be an Android-only problem. Greetings werimail |
Looking at the source code the problem is that all the text in #KODIPROPS after a space is ignored so the header is truncated with the ReadMarkerValue function. One solution I see is ignore the space condition if marker = KODIPROP_MARKER. Another one is convert the header with https://www.urlencoder.org so a header like |
thanks i confirm, there is a bug looks like truncate the line at first space or pvr.iptvsimple/src/iptvsimple/PlaylistLoader.cpp Lines 616 to 634 in a6d9e91
for sure this is not needed to all kodi props, |
if you want test it builds k22: |
Thanks @CastagnaIT , but a backport for Kodi 21 would be nice here too. Greetings werimail |
Hi @CastagnaIT , I just tried the backport for Kodi 21 (#890). Unfortunately, this still leads to an internal error and the streams cannot be started despite the defined property. EDIT: A cross-check with the version from here showed that it works as desired. Apparently there is an error somewhere else... Greetings werimail |
i tried various ways but im not able to reproduce your problem |
In the PVR addon settings I entered the value “Mozilla/5.0” under “User Agent” and then restarted Kodi. I don't know if this is correct? Greetings werimail |
you have set a malformed useragent string... |
Ok @CastagnaIT I tried the following entry after calling up the page mentioned: |
i found the other problem, i pushed a wrong commit to kodi 21 branch on the last version |
Yippee......,that was exactly the problem, now it works for me too. Thank you again @CastagnaIT for your support! Greetings werimail |
yeah finally |
by the way: Now it works also with a malformed useragent string... e.g. “Mozilla/5.0”. |
Hi @CastagnaIT, I noticed one thing. I use, among other things: Kodi (21) also on iOS, I noticed that the options for streaming under "Advanced" as well as user agent etc. are completely missing in the pvr.iptvsimple addon. Is there a specific reason for this? Greetings werimail |
Try changing the settings level in the bottom left corner. |
Thanks @phunkyfish with the "expert" setting the options are visible Greetings werimail |
@CastagnaIT @phunkyfish
Issue #871 (Fixed by #882) does not work with the provided pvr.iptvsimple version v21.8.6 in Kodi Omega (Backport #883 )
The streams:
https://jmp2.uk/plu-64b67f0424ade50008a3be17-alt.m3u8
and
http://88.212.15.27/live/test_ctsport_25p/playlist.m3u8
can no longer be played.
With downgrade to the pvr.iptvsimple version v21.8.5 from here: https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.iptvsimple/detail/PR-883/3/artifacts/
playback is possible again.
Kodi-Log:
kodi_debug_isa_prop.log
Greetings werimail
The text was updated successfully, but these errors were encountered: