[OpenWebif] [EPGEvent] Error: object of type 'eGenreDataPtr' has no len()
in debug is time to time message: [OpenWebif] [EPGEvent] Error: object of type 'eGenreDataPtr' has no len()
Hi @ims21 , when does this happen? (individual program details, channel epg, full epg, etc...)
Open "EPG" or click on event name in TV channel (both classic / new). Then in debug you can see it.

error is generated here
There could be something as:
try: if val is not None: if isinstance(val, list): ... old code else: return getGenreStringSub(val.getLevel1(), val.getLevel2()), 0
and import from Components.Converter.genre import getGenreStringSub
but I do not know, what then genreId.
And it seems, genre is not used in owif
It's perfectly working in version 2.0
{
"id": 30169,
"begin_timestamp": 1674392400,
"duration_sec": 180,
"title": "Tagesschau",
"shortdesc": "",
"longdesc": "Die Nachrichten der ARD",
"sref": "1:0:19:283D:3FB:1:C00000:0:0:0:",
"sname": "Das Erste HD",
"now_timestamp": 1674390083,
"remaining": 2497,
"genre": "Nachrichten/Aktuelles: Nachrichten (allgemein)",
"genreid": 32
},