Cant get EPG to work. have latest version of epg. running in ubuntu
2023-03-17 11:19:12,742-WARNING:main #########################################
2023-03-17 11:19:12,743-WARNING:main MIT License, Copyright (C) 2021 ROCKY4546
Traceback (most recent call last):
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/plugins/plugin_handler.py", line 64, in collect_plugins
importlib.resources.read_text(_plugins_pkg, folder)
File "/usr/lib/python3.10/importlib/resources.py", line 103, in read_text
with open_text(package, resource, encoding, errors) as fp:
File "/usr/lib/python3.10/importlib/resources.py", line 82, in open_text
open_binary(package, resource), encoding=encoding, errors=errors
File "/usr/lib/python3.10/importlib/resources.py", line 46, in open_binary
return reader.open_resource(resource)
File "/usr/lib/python3.10/importlib/abc.py", line 433, in open_resource
return self.files().joinpath(resource).open('rb')
File "/usr/lib/python3.10/pathlib.py", line 1119, in open
return self._accessor.open(self, mode, buffering, encoding, errors,
IsADirectoryError: [Errno 21] Is a directory: '/home/vortex91/Downloads/cabernet-0.9.10.06/plugins_ext/provider_epg_tvguide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/vortex91/Downloads/cabernet-0.9.10.06/tvh_main.py", line 23, in <module>
main.main(script_dir)
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/main.py", line 135, in main
plugins = init_plugins(config_obj)
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/main.py", line 189, in init_plugins
plugins = plugin_handler.PluginHandler(_config_obj)
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/plugins/plugin_handler.py", line 44, in
init__
self.collect_plugins(self.config_obj.data['paths']['external_plugins_pkg'])
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/plugins/plugin_handler.py", line 67, in collect_plugins
plugin = Plugin(self.config_obj, self.plugin_defn, '.'.join([_plugins_pkg, folder]))
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/plugins/plugin.py", line 63, in
init__
self.load_plugin_manifest(_plugin_defn)
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/plugins/plugin.py", line 149, in load_plugin_manifest
self.import_manifest()
File "/home/vortex91/Downloads/cabernet-0.9.10.06/lib/plugins/plugin.py", line 159, in import_manifest
self.namespace = settings['name']
KeyError: 'name'