I have an enigma2 restart during the EPG Refresh process. The log is not recorded due to this crash, so I can't add it here.
Here is the configuration for the provider Samsung All country and a specific one for samsung french channels.
The creation of the channels lists is ok for all providers, but no epg for the not finished refresh providers, the providers without error have the epg refreshed.
EDIT: Bug solved
1- rm epg.dat, restart enigma2, update EPG refresh with epgimport for channels not processed by e2m3u2bouquet.
2- in e2m3u2bouquet, Reset bouquets, create bouquets, the process go to the end without errors. The next processing hour is not displayed in the log.
<supplier>
<name>Samsung fr</name><!-- Supplier Name -->
<enabled>1</enabled><!-- Enable or disable the supplier (0 or 1) -->
<settingslevel>1</settingslevel><!-- GUI settings level (0 - simple, 1 - expert) -->
<m3uurl><![CDATA[https://i.mjh.nz/SamsungTVPlus/fr.m3u8]]></m3uurl><!-- Extended M3U url -->
<epgurl><![CDATA[https://i.mjh.nz/SamsungTVPlus/fr.xml]]></epgurl><!-- XMLTV EPG url -->
<streamtypetv>4097</streamtypetv><!-- (Optional) Custom TV stream type (e.g. 1, 4097, 5001, 5002 or 8739) -->
<gstreamer>0</gstreamer><!-- (Optional) Stream type: 0 (no buffering), 1 (buffering enabled) or 3 (progressive download and buffering enabled) -->
<flv2mpeg4>0</flv2mpeg4><!-- (Optional) EXT3_FLV2MPEG4_CONVERTER (0 or 1) -->
<progressive>0</progressive><!-- (Optional) EXT3_PLAYBACK_PROGRESSIVE (0 or 1) -->
<livets>0</livets><!-- (Optional) EXT3_PLAYBACK_LIVETS (0 or 1) -->
<ringbuffermaxsize>32768</ringbuffermaxsize><!-- (Optional) GST_RING_BUFFER_MAXSIZE ring buffer size in kilobytes -->
<buffersize>8192</buffersize><!-- (Optional) GST_BUFFER_SIZE buffer size in kilobytes -->
<bufferduration>0</bufferduration><!-- (Optional) GST_BUFFER_DURATION buffer duration in seconds -->
<sink>![CDATA[original]]</sink><!-- (Optional) GST_PULSEAUDIO sink method (original or experimental) -->
<multivod>0</multivod><!-- Split bouquets into seperate categories (0 or 1) -->
<allbouquet>0</allbouquet><!-- Create all channels bouquet as separate bouquet if multivod enabled (0 or 1) -->
<picons>0</picons><!-- Automatically download Picons (0 or 1) -->
<piconsext>0</piconsext><!-- Try to search for url-links to picons in the online database (0 or 1) -->
<iconpath></iconpath><!-- Location to store picons. Do not fill if using GUI mode -->
<bouquettop>0</bouquettop><!-- Place IPTV bouquets at top (0 or 1) -->
<sortmethod>0</sortmethod><!-- Sorting method for playlist content (0:default, 1:alphabet, 2:custom) -->
<abgroups>1</abgroups><!-- Sort group names alphabetically (0 or 1) -->
<abchannels>0</abchannels><!-- Sort channel names alphabetically (0 or 1) -->
</supplier>
<supplier>
<name>Samsung all</name><!-- Supplier Name -->
<enabled>1</enabled><!-- Enable or disable the supplier (0 or 1) -->
<settingslevel>1</settingslevel><!-- GUI settings level (0 - simple, 1 - expert) -->
<m3uurl><![CDATA[https://i.mjh.nz/SamsungTVPlus/all.m3u8]]></m3uurl><!-- Extended M3U url -->
<epgurl><![CDATA[https://i.mjh.nz/SamsungTVPlus/all.xml]]></epgurl><!-- XMLTV EPG url -->
<streamtypetv>4097</streamtypetv><!-- (Optional) Custom TV stream type (e.g. 1, 4097, 5001, 5002 or 8739) -->
<gstreamer>0</gstreamer><!-- (Optional) Stream type: 0 (no buffering), 1 (buffering enabled) or 3 (progressive download and buffering enabled) -->
<flv2mpeg4>0</flv2mpeg4><!-- (Optional) EXT3_FLV2MPEG4_CONVERTER (0 or 1) -->
<progressive>0</progressive><!-- (Optional) EXT3_PLAYBACK_PROGRESSIVE (0 or 1) -->
<livets>0</livets><!-- (Optional) EXT3_PLAYBACK_LIVETS (0 or 1) -->
<ringbuffermaxsize>32768</ringbuffermaxsize><!-- (Optional) GST_RING_BUFFER_MAXSIZE ring buffer size in kilobytes -->
<buffersize>8192</buffersize><!-- (Optional) GST_BUFFER_SIZE buffer size in kilobytes -->
<bufferduration>0</bufferduration><!-- (Optional) GST_BUFFER_DURATION buffer duration in seconds -->
<sink>![CDATA[original]]</sink><!-- (Optional) GST_PULSEAUDIO sink method (original or experimental) -->
<multivod>0</multivod><!-- Split bouquets into seperate categories (0 or 1) -->
<allbouquet>0</allbouquet><!-- Create all channels bouquet as separate bouquet if multivod enabled (0 or 1) -->
<picons>0</picons><!-- Automatically download Picons (0 or 1) -->
<piconsext>0</piconsext><!-- Try to search for url-links to picons in the online database (0 or 1) -->
<iconpath></iconpath><!-- Location to store picons. Do not fill if using GUI mode -->
<bouquettop>0</bouquettop><!-- Place IPTV bouquets at top (0 or 1) -->
<sortmethod>0</sortmethod><!-- Sorting method for playlist content (0:default, 1:alphabet, 2:custom) -->
<abgroups>1</abgroups><!-- Sort group names alphabetically (0 or 1) -->
<abchannels>0</abchannels><!-- Sort channel names alphabetically (0 or 1) -->
</supplier>
Display More