Hey guys, I am in need of some help. I have followed the directions within this script and I cannot get it going. When I enter cabernet port 6077, my m3u list is blank. This is the message that I get within terminal when I eecute the script:
me@tvheadend:~/locast/tvheadend-locast-0.8.8a$ python3 tvh_main.py
2021-08-01 17:50:28,936-WARNING:main #########################################
2021-08-01 17:50:28,936-WARNING:main MIT License, Copyright (C) 2021 ROCKY4546
2021-08-01 17:50:29,951-WARNING:user_config INVALID VALUE (0) FOR CONFIG ITEM [locast_default][epg-episode_adjustment]
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/locast/tvheadend-locast-0.8.8a/lib/clients/web_admin.py", line 205, in start
WebAdminHttpHandler.start_httpserver(
File "/home/me/locast/tvheadend-locast-0.8.8a/lib/clients/web_handler.py", line 197, 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/locast/tvheadend-locast-0.8.8a/lib/clients/web_tuner.py", line 237, in start
TunerHttpHandler.start_httpserver(
File "/home/me/locast/tvheadend-locast-0.8.8a/lib/clients/web_handler.py", line 197, in start_httpserver
server_socket.bind((_plugins.config_obj.data['web']['bind_ip'], _port))
OSError: [Errno 98] Address already in use
Can anyone help me out? Kudos to the developer for writting such a brilliant script.
Thanks,
Lisa