Never mind, I was able to get working properly. I deleted the container and loaded the newest version (shows V 0.0.9 but unsure what the previous version was). But Container Manager is saying I have the latest version now so I assume that's correct.
Was looking to see what channels I was seeing on the HLS.m3u by downloading it directly from the container. Usually works, however I am currently getting this error when I try and download by clicking the link from the localhost:7777 page:
HTTP failure 401: {"error":{"code":"INVALID_USERNAME_PASSWORD","message":"The username and/or password used for authentication are invalid","lc_message":"The username and/or password used for authentication are invalid"}}
I went into the container log and unfortunately it's all Greek or Italian to me:
2025/08/10 13:33:30 stderr ValueError: Header values must not contain newline characters.
2025/08/10 13:33:30 stderr raise ValueError("Header values must not contain newline characters.")
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/werkzeug/datastructures/headers.py", line 600, in _str_header_value
2025/08/10 13:33:30 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/08/10 13:33:30 stderr value_str = _str_header_value(value)
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/werkzeug/datastructures/headers.py", line 360, in add
2025/08/10 13:33:30 stderr self.add(key, value)
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/werkzeug/datastructures/headers.py", line 252, in extend
2025/08/10 13:33:30 stderr self.extend(defaults)
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/werkzeug/datastructures/headers.py", line 73, in __init__
2025/08/10 13:33:30 stderr ^^^^^^^^^^^^^^^^
2025/08/10 13:33:30 stderr self.headers = Headers(headers)
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/werkzeug/sansio/response.py", line 125, in __init__
2025/08/10 13:33:30 stderr super().__init__(
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/werkzeug/wrappers/response.py", line 155, in __init__
2025/08/10 13:33:30 stderr ^^^^^^^^^^^^^^^^^^^^
2025/08/10 13:33:30 stderr rv = self.response_class(
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 1224, in make_response
2025/08/10 13:33:30 stderr ^^^^^^^^^^^^^^^^^^^^^^
2025/08/10 13:33:30 stderr response = self.make_response(rv)
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 939, in finalize_request
2025/08/10 13:33:30 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^
2025/08/10 13:33:30 stderr return self.finalize_request(rv)
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 920, in full_dispatch_request
2025/08/10 13:33:30 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/08/10 13:33:30 stderr response = self.full_dispatch_request()
2025/08/10 13:33:30 stderr File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 1511, in wsgi_app
2025/08/10 13:33:30 stderr Traceback (most recent call last):
2025/08/10 13:33:30 stderr [2025-08-10 17:33:30,559] ERROR in app: Exception on /fubo/watch-hls/45409 [GET]
The last log is a few days ago as well, not sure why it's not still throwing errors when I try and access the hls.m3u download.
Now here's the real kicker.....I'm still able to access the channels in CDVR. Not sure if there's a time lag of when I won't be able to access anymore, but curious if anyone has any line of sight into this as I don't want to have things go down in the middle of watching something, especially any live sporting event. TIA.