Hi I've been trying the new stream relay hack to create the whitelist_streamrelay file.

First I had noticed if I add the hack to my current file it crashes because of the delete section. I didn't notice the hack now deletes them so no need for that part but could the crash be avoided?

Code:
<135706.5563> 21:33:23.6756 Traceback (most recent call last):
<135706.5564> 21:33:23.6757   File "/home/vixdev/6.4/builds/openvix/developer/vuuno4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-systemplugins-autobouquetsmaker/enigma2-plugin-systemplugins-autobouquetsmaker-3.4+gitAUTOINC+8be8257f67-r0/image/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/main.py", line 494, in doBuildIndex
<135706.5569> 21:33:23.6761   File "/home/vixdev/6.4/builds/openvix/developer/vuuno4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-systemplugins-autobouquetsmaker/enigma2-plugin-systemplugins-autobouquetsmaker-3.4+gitAUTOINC+8be8257f67-r0/image/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/manager.py", line 147, in save
<135706.5573> 21:33:23.6765   File "/home/vixdev/6.4/builds/openvix/developer/vuuno4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-systemplugins-autobouquetsmaker/enigma2-plugin-systemplugins-autobouquetsmaker-3.4+gitAUTOINC+8be8257f67-r0/image/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/tools.py", line 246, in customMix
<135706.5575> 21:33:23.6768   File "<string>", line 85, in <module>
<135706.5576> 21:33:23.6769 KeyError: 302
<135706.5577> 21:33:23.6769 [ePyObject] (CallObject(<bound method AutoBouquetsMaker.doBuildIndex of <class 'Plugins.SystemPlugins.AutoBouquetsMaker.scanner.main.AutoBouquetsMaker'>>,()) failed)
Custommix attached

sat_282_sky_uk_CustomMix.xml


Another issue I have noticed if we already use a whitelist_streamrelay file from here
Code:
https://raw.githubusercontent.com/biko-73/OsCam_EMU/main/whitelist_streamrelay
Using the ABM hack results in a crash

Code:
Traceback (most recent call last):
<  9033.4677> 00:42:23.6277   File "/home/vixdev/6.4/builds/openvix/developer/vuuno4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-systemplugins-autobouquetsmaker/enigma2-plugin-systemplugins-autobouquetsmaker-3.4+gitAUTOINC+8be8257f67-r0/image/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/main.py", line 494, in doBuildIndex
<  9033.4682> 00:42:23.6282   File "/home/vixdev/6.4/builds/openvix/developer/vuuno4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-systemplugins-autobouquetsmaker/enigma2-plugin-systemplugins-autobouquetsmaker-3.4+gitAUTOINC+8be8257f67-r0/image/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/manager.py", line 147, in save
<  9033.4684> 00:42:23.6285   File "/home/vixdev/6.4/builds/openvix/developer/vuuno4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-systemplugins-autobouquetsmaker/enigma2-plugin-systemplugins-autobouquetsmaker-3.4+gitAUTOINC+8be8257f67-r0/image/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/tools.py", line 246, in customMix
<  9033.4687> 00:42:23.6287   File "<string>", line 144, in <module>
<  9033.4687> 00:42:23.6288   File "<string>", line 144, in <lambda>
<  9033.4688> 00:42:23.6288 IndexError: list index out of range
<  9033.4689> 00:42:23.6289 [ePyObject] (CallObject(<bound method AutoBouquetsMaker.doBuildIndex of <class 'Plugins.SystemPlugins.AutoBouquetsMaker.scanner.main.AutoBouquetsMaker'>>,()) failed)