Thanks Ron. I still cannot get this going. It use to work. What version of cabernet are your running? These are my errors:
$ python3 tvh_main.py
2022-11-05 18:55:58,609-WARNING:main #########################################
2022-11-05 18:55:58,609-WARNING:main MIT License, Copyright (C) 2021 ROCKY4546
Process Process-1:
Traceback (most recent call last):
File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in
bootstrap
self.run()
File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
self.target(*self._args,
self._kwargs)
File "/home/me/cab/cab/lib/clients/web_admin.py", line 234, in start
WebAdminHttpHandler.start_httpserver(
File "/home/me/cab/cab/lib/clients/web_handler.py", line 201, in start_httpserver
server_socket.bind((_plugins.config_obj.data['web']['bind_ip'],
port))
OSError: [Errno 98] Address already in use
Process Process-2:
Traceback (most recent call last):
File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in bootstrap
self.run()
File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args,
self._kwargs)
File "/home/me/cab/cab/lib/clients/web_tuner.py", line 304, in start
TunerHttpHandler.start_httpserver(
File "/home/me/cab/cab/lib/clients/web_handler.py", line 201, in start_httpserver
server_socket.bind((_plugins.config_obj.data['web']['bind_ip'], _port))
OSError: [Errno 98] Address already in use
Thoughts?
Thanks
Lisa