IPTV simple client 20.8 ist broken
#1
as it crashes Kodi Nexus on Windows irrecoverably directly after start-up.
Reply
#2
It crashes here too
Reinstalling v20.7 from local addon cache did help for now.
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
#3
Does someone have crashlog or stack trace?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#4
There are tesbuilds here that can be installed manually to revert the feature: https://jenkins.kodi.tv/blue/organizatio.../artifacts
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#5
(2023-02-12, 22:38)Solo0815 Wrote: It crashes here too
Reinstalling v20.7 from local addon cache did help for now.

What platform?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#6
Not crashing on my Kodi 20 Git:20230131-a0255ae194) but it's not updating my Pluto TV guide. Tried clearing PVR data and updating the guide but no joy. Rolled back to pvr.iptvsimple-20.7.0 and it's working.
Reply
#7
(2023-02-13, 00:51)phunkyfish Wrote:
(2023-02-12, 22:38)Solo0815 Wrote: It crashes here too
Reinstalling v20.7 from local addon cache did help for now.

What platform?
Kodi 20 on AndroidTV (Philips TV)
Didn't try to clear EPG-data
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
#8
Can some install a testbuild of 2.8.1 from here: https://jenkins.kodi.tv/blue/organizatio.../artifacts and let me know if the issue no longer occurs?

Then I could also use some test data to reproduce and fix the underlying cause. If you can supply this please ping me on gitter (same usersname).
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#9
Hi,

v20.8.1 seems to have resolved the issue that I was having with the EPG not populating with channels and data on my Sony Android TV.

I'm happy to help, but I don't know how to forward logs or "ping you on gitter".
Reply
#10
(2023-02-13, 11:20)Paul608085 Wrote: Hi,

v20.8.1 seems to have resolved the issue that I was having with the EPG not populating with channels and data on my Sony Android TV.

I'm happy to help, but I don't know how to forward logs or "ping you on gitter".

Ok, you might have been ok with just checking the M3U and EPG settings in the addon on 2.8.0. It looks like the path types (local can remote) might not be correctly migrating.

By ping on gitter I meant http://gitter.im

It allows users with GitHub accounts to chat message and share files without them being in the public domain.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#11
(2023-02-13, 01:39)flhthemi Wrote: Not crashing on my Kodi 20 Git:20230131-a0255ae194) but it's not updating my Pluto TV guide. Tried clearing PVR data and updating the guide but no joy. Rolled back to pvr.iptvsimple-20.7.0 and it's working.

Can you check your settings on 2.8.0? The path types (local vs remote) might not be migrating correctly for EPG/M3U. Once they are set correctly it should work ok.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#12
I did have a look at the EPG and M3U settings in v20.8.0 but nothing looked untoward to me. Though TBH, I don't really know what I am looking at. Can you be specific about what difference exactly I should be looking for please?
Reply
#13
(2023-02-13, 14:53)phunkyfish Wrote:
(2023-02-13, 01:39)flhthemi Wrote: Not crashing on my Kodi 20 Git:20230131-a0255ae194) but it's not updating my Pluto TV guide. Tried clearing PVR data and updating the guide but no joy. Rolled back to pvr.iptvsimple-20.7.0 and it's working.

Can you check your settings on 2.8.0? The path types (local vs remote) might not be migrating correctly for EPG/M3U. Once they are set correctly it should work ok.

I updated to 20.8.0 after rolling back to 20.7.0 and this time the guide populated BUT nothing would play from the guide. Same show will play by going into Pluto and selecting it.

Next I cleared the guide in PVR settings and then configured IPTV Simple automatically and got the empty guide back again.



Image

SETTINGS.xml from addon_data

Code:
<settings version="2">
    <setting id="m3uPathType">0</setting>
    <setting id="m3uPath">C:\Users\Cyber-1\AppData\Roaming\Kodi\userdata\addon_data\service.iptv.manager\playlist.m3u8</setting>
    <setting id="m3uUrl" default="true" />
    <setting id="m3uCache" default="true">true</setting>
    <setting id="startNum" default="true">1</setting>
    <setting id="numberByOrder" default="true">false</setting>
    <setting id="m3uRefreshMode" default="true">0</setting>
    <setting id="m3uRefreshIntervalMins" default="true">60</setting>
    <setting id="m3uRefreshHour" default="true">4</setting>
    <setting id="defaultProviderName" default="true" />
    <setting id="enableProviderMappings" default="true">false</setting>
    <setting id="providerMappingFile" default="true">special://userdata/addon_data/pvr.iptvsimple/providers/providerMappings.xml</setting>
    <setting id="tvGroupMode" default="true">0</setting>
    <setting id="numTvGroups" default="true">1</setting>
    <setting id="oneTvGroup" default="true" />
    <setting id="twoTvGroup" default="true" />
    <setting id="threeTvGroup" default="true" />
    <setting id="fourTvGroup" default="true" />
    <setting id="fiveTvGroup" default="true" />
    <setting id="customTvGroupsFile" default="true">special://userdata/addon_data/pvr.iptvsimple/channelGroups/customTVGroups-example.xml</setting>
    <setting id="tvChannelGroupsOnly" default="true">false</setting>
    <setting id="radioGroupMode" default="true">0</setting>
    <setting id="numRadioGroups" default="true">1</setting>
    <setting id="oneRadioGroup" default="true" />
    <setting id="twoRadioGroup" default="true" />
    <setting id="threeRadioGroup" default="true" />
    <setting id="fourRadioGroup" default="true" />
    <setting id="fiveRadioGroup" default="true" />
    <setting id="customRadioGroupsFile" default="true">special://userdata/addon_data/pvr.iptvsimple/channelGroups/customRadioGroups-example.xml</setting>
    <setting id="radioChannelGroupsOnly" default="true">false</setting>
    <setting id="epgPathType">0</setting>
    <setting id="epgPath">C:\Users\Cyber-1\AppData\Roaming\Kodi\userdata\addon_data\service.iptv.manager\epg.xml</setting>
    <setting id="epgUrl" default="true" />
    <setting id="epgCache" default="true">true</setting>
    <setting id="epgTimeShift" default="true">0</setting>
    <setting id="epgTSOverride" default="true">false</setting>
    <setting id="epgIgnoreCaseForChannelIds" default="true">true</setting>
    <setting id="useEpgGenreText" default="true">false</setting>
    <setting id="genresPathType" default="true">0</setting>
    <setting id="genresPath" default="true">special://userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/genres.xml</setting>
    <setting id="genresUrl" default="true" />
    <setting id="logoPathType">0</setting>
    <setting id="logoPath">/</setting>
    <setting id="logoBaseUrl" default="true" />
    <setting id="useLogosLocalPathOnly" default="true">false</setting>
    <setting id="logoFromEpg" default="true">1</setting>
    <setting id="mediaEnabled" default="true">true</setting>
    <setting id="mediaGroupByTitle" default="true">true</setting>
    <setting id="mediaGroupBySeason" default="true">true</setting>
    <setting id="mediaTitleSeasonEpisode" default="true">false</setting>
    <setting id="mediaVODAsRecordings" default="true">true</setting>
    <setting id="timeshiftEnabled" default="true">false</setting>
    <setting id="timeshiftEnabledAll" default="true">true</setting>
    <setting id="timeshiftEnabledHttp" default="true">true</setting>
    <setting id="timeshiftEnabledUdp" default="true">true</setting>
    <setting id="timeshiftEnabledCustom" default="true">false</setting>
    <setting id="catchupEnabled">true</setting>
    <setting id="catchupQueryFormat" default="true" />
    <setting id="catchupDays" default="true">5</setting>
    <setting id="allChannelsCatchupMode">1</setting>
    <setting id="catchupOverrideMode" default="true">0</setting>
    <setting id="catchupCorrection" default="true">0</setting>
    <setting id="catchupPlayEpgAsLive" default="true">false</setting>
    <setting id="catchupWatchEpgBeginBufferMins" default="true">5</setting>
    <setting id="catchupWatchEpgEndBufferMins" default="true">15</setting>
    <setting id="catchupOnlyOnFinishedProgrammes" default="true">false</setting>
    <setting id="transformMulticastStreamUrls" default="true">false</setting>
    <setting id="udpxyHost" default="true">127.0.0.1</setting>
    <setting id="udpxyPort" default="true">4022</setting>
    <setting id="useFFmpegReconnect" default="true">true</setting>
    <setting id="useInputstreamAdaptiveforHls" default="true">false</setting>
    <setting id="defaultUserAgent" default="true" />
    <setting id="defaultInputstream" default="true" />
    <setting id="defaultMimeType" default="true" />
</settings>
Reply
#14
20.8.1 also fixed my PVR issues. W11 Kodi 20
Reply
#15
(2023-02-13, 18:10)jdig4240 Wrote: 20.8.1 also fixed my PVR issues. W11 Kodi 20

It will as it's essentially a revert of the instance feature.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply

Logout Mark Read Team Forum Stats Members Help
IPTV simple client 20.8 ist broken0