As indicated in my last post a couple of weeks ago I had this working then just started getting 501 errors from cabernet when trying to get the playlist.
As I run this from command line I deleted the cabenet folder which apparently contains all cabernet data as well and copied the 0.9.7.5 latest source.
I created a config.ini file with the following contents:
[plutotv_default]
label = PlutoTV Instance
[xumo_default]
label = Xumo Instance
[ustvgo_default]
label = USTVGo Instance
I then launched cabernet with the command below:
# /usr/local/bin/python3 /root/cabernet/tvh_main.py
I then went to Cabernet web interface and enabled Pluto xumo and ustvgo and their instances. Now back on terminal, I hit ctrl+c to shut down cabernet
then restarted cabernet with the same command as above.
The following was then seen as output
/usr/local/lib/python3.8/site-packages/cryptography/hazmat/bindings/openssl/binding.py:197: CryptographyDeprecationWarning: OpenSSL version 1.1.0 is no longer supported by the OpenSSL project, please upgrade. The next release of cryptography will be the last to support compiling with OpenSSL 1.1.0.
warnings.warn(
2022-06-21 15:58:09,100-WARNING:main #########################################
2022-06-21 15:58:09,101-WARNING:main MIT License, Copyright (C) 2021 ROCKY4546
2022-06-21 15:58:55,527-WARNING:db Update request ignored, retrying 4, no such column: False
2022-06-21 15:58:56,058-WARNING:db Update request ignored, retrying 3, no such column: False
2022-06-21 15:58:56,400-WARNING:db Update request ignored, retrying 2, no such column: False
2022-06-21 15:58:57,031-WARNING:db Update request ignored, retrying 1, no such column: False
2022-06-21 15:58:57,543-WARNING:db Update request ignored, retrying 0, no such column: False
I hope the above shows up correctly as I do not understand how to post code here , apparently I need to define a specific kind of code, so trying the "pre" option
In short I never see any channels listed in channels.m3u now and think maybe I missed a step, but not sure what I am doing wrong at this point.
Thanks