When I try the modified files to get 486 channels I get the following errors:
2023-04-03 18:08:18,325-ERROR:scheduler UNEXPECTED EXCEPTION on GET='charmap' codec can't decode byte 0x90 in position 33902: character maps to <undefined>
Traceback (most recent call last):
File "C:\apps\cabernet\lib\schedule\scheduler.py", line 157, in call_trigger
results = call_f()
File "C:\apps\cabernet\lib\plugins\plugin_obj.py", line 207, in refresh_channels
return self.refresh_it('Channels',
instance)
File "C:\apps\cabernet\lib\plugins\pluginobj.py", line 230, in refresh_it
return instance.refresh_channels()
File "C:\apps\cabernet\lib\plugins\plugin_instance_obj.py", line 152, in refresh_channels
return self.channels.refresh_channels()
File "C:\apps\cabernet\lib\plugins\plugin_channels.py", line 134, in refresh_channels
ch_dict = self.get_channels()
File "C:\apps\cabernet\plugins\provider_video_daddylive\lib\channels.py", line 46, in get_channels
ch_list = self.get_channel_list()
File "C:\apps\cabernet\plugins\provider_video_daddylive\lib\channels.py", line 128, in get_channel_list
text2 = f.read()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64__qbz5n2kfra8p0\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 33902: character maps to <undefined>
The default files function just fine.