This is what it looks like when it's behaving correctly:
[InfoBarStreamRelay] Play service 1:0:19:74:9:85:C00001:0:0:0:http%3a//127.0.0.1%3a17999/1%3a0%3a19%3a74%3a9%3a85%3aC00000%3a0%3a0%3a0%3a:Sky Cinema Action via streamrelay
[...]
[Skin] Processing screen 'EventView', position=(0, 0), size=(1920 x 1080) for module 'EventViewEPGSelect'.
[Screen] Warning: Skin is missing element 'epg_description' in <class 'Screens.EventView.EventViewEPGSelect'>.
[Skin] Processing screen 'SimpleSummary' from list 'EventView_summary, SimpleSummary', position=(0, 0), size=(132 x 64) for module 'SimpleSummary'.
[Screen] Showing screen '['EventView_summary', 'SimpleSummary']'.
[Screen] Showing screen 'EventView'.
1:0:19:74:9:85:C00000:0:0:0: 291 1:0:19:74:9:85:C00000:0:0:0:
And this when it crashes:
[InfoBarStreamRelay] Play service 1:0:19:6F:D:85:C00001:0:0:0:http%3a//127.0.0.1%3a17999/1%3a0%3a19%3a6F%3aD%3a85%3aC00000%3a0%3a0%3a0%3a:Sky Cinema Highlights via streamrelay
[Navigation] Streamrelay was active -> delay the zap till tuner is freed
[Screen] Showing screen 'InfoBarSummary'.
[eFilePushThread]: stopping thread that is already stopped
[Navigation] playing: 1:0:19:6F:D:85:C00000:0:0:0:
[InfoBarStreamRelay] Play service 1:0:19:6F:D:85:C00001:0:0:0:http%3a//127.0.0.1%3a17999/1%3a0%3a19%3a6F%3aD%3a85%3aC00000%3a0%3a0%3a0%3a:Sky Cinema Highlights via streamrelay
[...]
[Skin] Processing screen 'EventView', position=(0, 0), size=(1920 x 1080) for module 'EventViewEPGSelect'.
[Screen] Warning: Skin is missing element 'epg_description' in <class 'Screens.EventView.EventViewEPGSelect'>.
[Skin] Processing screen 'SimpleSummary' from list 'EventView_summary, SimpleSummary', position=(0, 0), size=(132 x 64) for module 'SimpleSummary'.
[Screen] Showing screen '['EventView_summary', 'SimpleSummary']'.
[Screen] Showing screen 'EventView'.
-1:0:0:0:991201:0:0:B6FBC0:1A39DE0:0: 270 -1:0:0:0:991201:0:0:B6FBC0:1A39DE0:0:
[eEPGCache] tuple arg 4 is not a valid service reference string
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Screens/EventView.py", line 291, in getSimilarEvents
ret = epgcache.search(('NB', 100, eEPGCache.SIMILAR_BROADCASTINGS_SEARCH, refstr, id))
Exception: type error
What I found out so far, is that when switching to a streamrelay channel, sometimes the Service reference is N/A. And this causes the crash.
Edited by Stan, 4 May 2024 - 10:56.