This normal
2024/12/23 18:48:38.469777 [M3U] Refreshed lineup for frndlyTV with 50 channels
2024/12/23 18:48:38.948839 [M3U] Refreshed lineup for frndlyTVNoEpg with 5 channels
But, this is what Channels DVR logged
2024/12/24 09:47:05.735679 [ERR] Unexpected m3u response for frndlyTV: 500 Internal Server Error
2024/12/24 09:47:09.921234 [M3U] Refreshed lineup for frndlyTVNoEpg with 5 channels
This is from the container log
2024-12-24T17:47:00.006766249Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0
2024-12-24T17:47:00.445125912Z 401
2024-12-24T17:47:00.445709815Z Unauthorized access
2024-12-24T17:47:00.445949293Z logging in....
2024-12-24T17:47:01.022994882Z Logged in!
2024-12-24T17:47:02.025082328Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0
2024-12-24T17:47:02.304759120Z 401
2024-12-24T17:47:02.305367446Z Unauthorized access
2024-12-24T17:47:02.305614710Z logging in....
2024-12-24T17:47:02.880866599Z Logged in!
2024-12-24T17:47:03.883234262Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0
2024-12-24T17:47:04.164571068Z 401
2024-12-24T17:47:04.251463662Z Unauthorized access
2024-12-24T17:47:04.251610887Z logging in....
2024-12-24T17:47:04.735068771Z Logged in!
2024-12-24T17:47:05.738243056Z 172.17.0.1 - - [24/Dec/2024 09:47:05] "GET /playlist.m3u?gracenote=include HTTP/1.1" 500 -
2024-12-24T17:47:05.739250672Z ----------------------------------------
2024-12-24T17:47:05.739425457Z Exception happened during processing of request from ('172.17.0.1', 54172)
2024-12-24T17:47:05.765596930Z Traceback (most recent call last):
2024-12-24T17:47:05.766304505Z File "/usr/local/lib/python3.8/socketserver.py", line 683, in process_request_thread
2024-12-24T17:47:05.766575498Z self.finish_request(request, client_address)
2024-12-24T17:47:05.766701648Z File "/usr/local/lib/python3.8/socketserver.py", line 360, in finish_request
2024-12-24T17:47:05.766846054Z self.RequestHandlerClass(request, client_address, self)
2024-12-24T17:47:05.766981325Z File "./app.py", line 25, in __init__
2024-12-24T17:47:05.767084402Z super().__init__(*args, **kwargs)
2024-12-24T17:47:05.767180102Z File "/usr/local/lib/python3.8/socketserver.py", line 747, in __init__
2024-12-24T17:47:05.767279081Z self.handle()
2024-12-24T17:47:05.767372920Z File "/usr/local/lib/python3.8/http/server.py", line 435, in handle
2024-12-24T17:47:05.767477008Z self.handle_one_request()
2024-12-24T17:47:05.767566885Z File "/usr/local/lib/python3.8/http/server.py", line 423, in handle_one_request
2024-12-24T17:47:05.767665488Z method()
2024-12-24T17:47:05.767754692Z File "./app.py", line 55, in do_GET
2024-12-24T17:47:05.767909057Z self._error(e)
2024-12-24T17:47:05.768015223Z File "./app.py", line 53, in do_GET
2024-12-24T17:47:05.768110431Z routes[func]()
2024-12-24T17:47:05.768198959Z File "./app.py", line 71, in _playlist
2024-12-24T17:47:05.768291768Z channels = frndly.channels()
2024-12-24T17:47:05.768384157Z File "/usr/src/app/frndly.py", line 152, in channels
2024-12-24T17:47:05.768478778Z rows = self._request('https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0')['data']
2024-12-24T17:47:05.768596892Z File "/usr/src/app/frndly.py", line 142, in _request
2024-12-24T17:47:05.768692833Z raise Exception('Failed to get response from url: {}'.format(url))
2024-12-24T17:47:05.768800563Z Exception: Failed to get response from url: https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0
2024-12-24T17:47:05.769022140Z ----------------------------------------
2024-12-24T17:47:05.778212312Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0
2024-12-24T17:47:06.065568632Z 401
2024-12-24T17:47:06.065790066Z Unauthorized access
2024-12-24T17:47:06.065944235Z logging in....
2024-12-24T17:47:06.640730125Z Logged in!
2024-12-24T17:47:07.643119633Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0
2024-12-24T17:47:07.918270065Z 401
2024-12-24T17:47:07.918489725Z Unauthorized access
2024-12-24T17:47:07.918619395Z logging in....
2024-12-24T17:47:08.499849752Z Logged in!
2024-12-24T17:47:09.502215963Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0
2024-12-24T17:47:09.918499935Z 172.17.0.1 - - [24/Dec/2024 09:47:09] "GET /playlist.m3u?gracenote=exclude HTTP/1.1" 200 -
I just didn't want to fill this thread with thousands of lines of log data.