Frndly TV for Channels

Everything seems to be working except two channels guide data not pulling into the guide. Dove Channel and Curiosity Stream. Is there a way to create a xml file to put in the source settings. The site shows data in their guide lineup. The Dove Channel from Frndly is not the same as the Dove Channel from the TVE Source.

You are lucky that you are missing the guide data for only 2 channels.
I'm missing the guide data for ALL Frndly TV channels now. 20 minutes ago, I even did "Delete and Recreate Database" in the settings but that didn't help.
Now I see why: the channels are not mapped to existing channels.

--- Update (30 minutes later)

After:

  1. removing the Frndly TV source in Channels
  2. removing the Docker container
  3. installing the latest Docker container from scratch (did it yesterday already but wanted to really start fresh today)
  4. installing the source back in Channels
  5. refreshing the M3U in the source
  6. redownloading the guide data in Channels

It's all good now! :slight_smile:

Just like @kennyb3653, I don't have guide data for Curiosity and Dove.
For Curiosity, it's nothing new for me, I never got it to work.

Go to your soruce select set provider then pick existing, select X-M3U, reload M3U

Thank you. I did it but that didn't help with Curiosity and Dove. The rest is fine.
Not a big deal but some logos are missing for me (just a display issue, the guide is fine). Also, why is there "59" in front of the HISTORY logo?

Some logos appear missing but are white and don't show in the listing.


Have an extention in my browser to set background colors on certain parts of Channels settings, viewing shows the white logo.
I think Dove and Curiosity are not actual Live Streams from the networks but, a live stream of videos, the m3u files show no "tvc-guide-stationid="XXXXX" for these channels. Yule Log" same thing but of course there's no need for guide info for that one.

1 Like

just added the epg id for Dove
If you refresh playlist - it should grab it

From now on (with latest container) - all new channels are added automatically.
But I still manually need to add the gracenote EPG ids to my online file that the container uses.

Its the right ID for Dove Channel but Its not whats on thier Guide online. This channel on Frndly is not the same stream thats on TVE. I think this stream from frndly is streaming videos from their library. Like Channels DVR as a live channel collection. There are no ads or breaks on this channel.
From Frndly Guide


From Channels DVR guide after inputing station-ID

right, think ill remove the id then.
same issue with curiosity
gracenote dont have epg data for them

are any other epg wrong?
Wasnt there an issue with Local now?
Could you check LMN lines up?

Looks like all the other channel data is correct. I was experiencing some freeze ups on Local Now this morning but appears to have cleared up. I'll keep you informed when they add Military History. I don't see any date when this starts.

the container doesnt do anything in regards to playback.
it simply gives Channels the url to play

"long pauses between items in their playlist."
what does that mean?

Something must have changed overnight. Seems the docker container is not functioning properly. I have included log where I was slecting a channel to watch with a 500 Internal Server Error. I have deleted the docker container, docker image, and started all over with the same results.
PS I can retrieve the playlist but no streaming. So my docker is not blocking the port.


matthuisman-frndlytv-for-channels1
date,stream,content
2021-11-19 13:29:09,stdout,----------------------------------------

2021-11-19 13:29:09,stdout,Exception: Unable to find live stream for: 1

2021-11-19 13:29:09,stdout,    raise Exception(f'Unable to find live stream for: {id}')

2021-11-19 13:29:09,stdout,"  File \"./app.py\", line 131, in _play
"
2021-11-19 13:29:09,stdout,    routes[func]()

2021-11-19 13:29:09,stdout,"  File \"./app.py\", line 99, in do_GET
"
2021-11-19 13:29:09,stdout,    self._error(e)

2021-11-19 13:29:09,stdout,"  File \"./app.py\", line 101, in do_GET
"
2021-11-19 13:29:09,stdout,    method()

2021-11-19 13:29:09,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 415, in handle_one_request
"
2021-11-19 13:29:09,stdout,    self.handle_one_request()

2021-11-19 13:29:09,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 427, in handle
"
2021-11-19 13:29:09,stdout,    self.handle()

2021-11-19 13:29:09,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 747, in __init__
"
2021-11-19 13:29:09,stdout,"    super().__init__(*args, **kwargs)
"
2021-11-19 13:29:09,stdout,"  File \"./app.py\", line 74, in __init__
"
2021-11-19 13:29:09,stdout,"    self.RequestHandlerClass(request, client_address, self)
"
2021-11-19 13:29:09,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 360, in finish_request
"
2021-11-19 13:29:09,stdout,"    self.finish_request(request, client_address)
"
2021-11-19 13:29:09,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 683, in process_request_thread
"
2021-11-19 13:29:09,stdout,Traceback (most recent call last):

2021-11-19 13:29:09,stdout,"Exception happened during processing of request from ('192.168.1.34', 54670)
"
2021-11-19 13:29:09,stdout,----------------------------------------

2021-11-19 13:29:09,stdout,192.168.1.34 - - [19/Nov/2021 13:29:09] "GET /play/1 HTTP/1.1" 500 -

2021-11-19 13:24:44,stdout,----------------------------------------

2021-11-19 13:24:44,stdout,Exception: Unable to find live stream for: 6

2021-11-19 13:24:44,stdout,    raise Exception(f'Unable to find live stream for: {id}')

2021-11-19 13:24:44,stdout,"  File \"./app.py\", line 131, in _play
"
2021-11-19 13:24:44,stdout,    routes[func]()

2021-11-19 13:24:44,stdout,"  File \"./app.py\", line 99, in do_GET
"
2021-11-19 13:24:44,stdout,    self._error(e)

2021-11-19 13:24:44,stdout,"  File \"./app.py\", line 101, in do_GET
"
2021-11-19 13:24:44,stdout,    method()

2021-11-19 13:24:44,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 415, in handle_one_request
"
2021-11-19 13:24:44,stdout,    self.handle_one_request()

2021-11-19 13:24:44,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 427, in handle
"
2021-11-19 13:24:44,stdout,    self.handle()

2021-11-19 13:24:44,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 747, in __init__
"
2021-11-19 13:24:44,stdout,"    super().__init__(*args, **kwargs)
"
2021-11-19 13:24:44,stdout,"  File \"./app.py\", line 74, in __init__
"
2021-11-19 13:24:44,stdout,"    self.RequestHandlerClass(request, client_address, self)
"
2021-11-19 13:24:44,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 360, in finish_request
"
2021-11-19 13:24:44,stdout,"    self.finish_request(request, client_address)
"
2021-11-19 13:24:44,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 683, in process_request_thread
"
2021-11-19 13:24:44,stdout,Traceback (most recent call last):

2021-11-19 13:24:44,stdout,"Exception happened during processing of request from ('192.168.1.34', 54582)
"
2021-11-19 13:24:44,stdout,----------------------------------------

2021-11-19 13:24:44,stdout,192.168.1.34 - - [19/Nov/2021 13:24:44] "GET /play/6 HTTP/1.1" 500 -

2021-11-19 13:24:43,stdout,----------------------------------------

2021-11-19 13:24:43,stdout,Exception: Unable to find live stream for: 6

2021-11-19 13:24:43,stdout,    raise Exception(f'Unable to find live stream for: {id}')

2021-11-19 13:24:43,stdout,"  File \"./app.py\", line 131, in _play
"
2021-11-19 13:24:43,stdout,    routes[func]()

2021-11-19 13:24:43,stdout,"  File \"./app.py\", line 99, in do_GET
"
2021-11-19 13:24:43,stdout,    self._error(e)

2021-11-19 13:24:43,stdout,"  File \"./app.py\", line 101, in do_GET
"
2021-11-19 13:24:43,stdout,    method()

2021-11-19 13:24:43,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 415, in handle_one_request
"
2021-11-19 13:24:43,stdout,    self.handle_one_request()

2021-11-19 13:24:43,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 427, in handle
"
2021-11-19 13:24:43,stdout,    self.handle()

2021-11-19 13:24:43,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 747, in __init__
"
2021-11-19 13:24:43,stdout,"    super().__init__(*args, **kwargs)
"
2021-11-19 13:24:43,stdout,"  File \"./app.py\", line 74, in __init__
"
2021-11-19 13:24:43,stdout,"    self.RequestHandlerClass(request, client_address, self)
"
2021-11-19 13:24:43,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 360, in finish_request
"
2021-11-19 13:24:43,stdout,"    self.finish_request(request, client_address)
"
2021-11-19 13:24:43,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 683, in process_request_thread
"
2021-11-19 13:24:43,stdout,Traceback (most recent call last):

2021-11-19 13:24:43,stdout,"Exception happened during processing of request from ('192.168.1.34', 54574)
"
2021-11-19 13:24:43,stdout,----------------------------------------

2021-11-19 13:24:43,stdout,192.168.1.34 - - [19/Nov/2021 13:24:43] "GET /play/6 HTTP/1.1" 500 -

2021-11-19 13:24:42,stdout,----------------------------------------

2021-11-19 13:24:42,stdout,Exception: Unable to find live stream for: 6

2021-11-19 13:24:42,stdout,    raise Exception(f'Unable to find live stream for: {id}')

2021-11-19 13:24:42,stdout,"  File \"./app.py\", line 131, in _play
"
2021-11-19 13:24:42,stdout,    routes[func]()

2021-11-19 13:24:42,stdout,"  File \"./app.py\", line 99, in do_GET
"
2021-11-19 13:24:42,stdout,    self._error(e)

2021-11-19 13:24:42,stdout,"  File \"./app.py\", line 101, in do_GET
"
2021-11-19 13:24:42,stdout,    method()

2021-11-19 13:24:42,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 415, in handle_one_request
"
2021-11-19 13:24:42,stdout,    self.handle_one_request()

2021-11-19 13:24:42,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 427, in handle
"
2021-11-19 13:24:42,stdout,    self.handle()

2021-11-19 13:24:42,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 747, in __init__
"
2021-11-19 13:24:42,stdout,"    super().__init__(*args, **kwargs)
"
2021-11-19 13:24:42,stdout,"  File \"./app.py\", line 74, in __init__
"
2021-11-19 13:24:42,stdout,"    self.RequestHandlerClass(request, client_address, self)
"
2021-11-19 13:24:42,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 360, in finish_request
"
2021-11-19 13:24:42,stdout,"    self.finish_request(request, client_address)
"
2021-11-19 13:24:42,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 683, in process_request_thread
"
2021-11-19 13:24:42,stdout,Traceback (most recent call last):

2021-11-19 13:24:42,stdout,"Exception happened during processing of request from ('192.168.1.34', 54570)
"
2021-11-19 13:24:42,stdout,----------------------------------------

2021-11-19 13:24:42,stdout,192.168.1.34 - - [19/Nov/2021 13:24:42] "GET /play/6 HTTP/1.1" 500 -

2021-11-19 13:24:41,stdout,----------------------------------------

2021-11-19 13:24:41,stdout,Exception: Unable to find live stream for: 6

2021-11-19 13:24:41,stdout,    raise Exception(f'Unable to find live stream for: {id}')

2021-11-19 13:24:41,stdout,"  File \"./app.py\", line 131, in _play
"
2021-11-19 13:24:41,stdout,    routes[func]()

2021-11-19 13:24:41,stdout,"  File \"./app.py\", line 99, in do_GET
"
2021-11-19 13:24:41,stdout,    self._error(e)

2021-11-19 13:24:41,stdout,"  File \"./app.py\", line 101, in do_GET
"
2021-11-19 13:24:41,stdout,    method()

2021-11-19 13:24:41,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 415, in handle_one_request
"
2021-11-19 13:24:41,stdout,    self.handle_one_request()

2021-11-19 13:24:41,stdout,"  File \"/usr/local/lib/python3.8/http/server.py\", line 427, in handle
"
2021-11-19 13:24:41,stdout,    self.handle()

2021-11-19 13:24:41,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 747, in __init__
"
2021-11-19 13:24:41,stdout,"    super().__init__(*args, **kwargs)
"
2021-11-19 13:24:41,stdout,"  File \"./app.py\", line 74, in __init__
"
2021-11-19 13:24:41,stdout,"    self.RequestHandlerClass(request, client_address, self)
"
2021-11-19 13:24:41,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 360, in finish_request
"
2021-11-19 13:24:41,stdout,"    self.finish_request(request, client_address)
"
2021-11-19 13:24:41,stdout,"  File \"/usr/local/lib/python3.8/socketserver.py\", line 683, in process_request_thread
"
2021-11-19 13:24:41,stdout,Traceback (most recent call last):

2021-11-19 13:24:41,stdout,"Exception happened during processing of request from ('192.168.1.34', 54566)
"
2021-11-19 13:24:41,stdout,----------------------------------------

2021-11-19 13:24:41,stdout,192.168.1.34 - - [19/Nov/2021 13:24:41] "GET /play/6 HTTP/1.1" 500 -

2021-11-19 13:23:56,stdout,No gracenote id found in epg map for: 38

2021-11-19 13:23:56,stdout,No gracenote id found in epg map for: 16

2021-11-19 13:23:56,stdout,No gracenote id found in epg map for: 37

2021-11-19 13:23:56,stdout,172.17.0.1 - - [19/Nov/2021 13:23:56] "GET /playlist.m3u?start_chno=70 HTTP/1.1" 200 -

2021-11-19 13:23:22,stdout,logged in!

2021-11-19 13:23:20,stdout,logging in....

I have the same problem. :sob:

Yeah I'm running into problems too.

2021/11/19 11:43:50.199003 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:50.268808 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:50.268808 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:43:51.443893 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:51.468915 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:51.468915 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:43:52.076690 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:52.115640 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:52.116145 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:43:53.255354 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:53.309351 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:53.309351 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:43:54.078521 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:54.138327 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:54.138327 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:43:55.284242 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:55.337190 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:55.337190 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:43:56.108169 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:56.162955 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:56.163954 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:43:57.312641 [ERR] Failed to start stream for ch9010: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:57.364664 [HLS] Couldn't generate stream playlist for ch9010-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/29: 500 Internal Server Error
2021/11/19 11:43:57.364664 [HLS] Stopping transcoder session ch9010-dANY-ip127.0.0.1
2021/11/19 11:44:05.388886 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:05.415615 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:05.415615 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:44:06.574867 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:06.609364 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:06.609390 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:44:07.379713 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:07.424131 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:07.424131 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:44:08.589478 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:08.613945 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:08.614102 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:44:09.419050 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:09.460664 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:44:09.460664 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:44:57.957464 [M3U] Refreshed lineup for Frndly with 30 channels
2021/11/19 11:45:15.569580 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:15.640542 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:15.640542 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:45:16.810956 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:16.836266 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:16.836367 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:45:17.441849 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:17.494421 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:17.494421 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:45:18.651800 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:18.690711 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:18.690711 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1
2021/11/19 11:45:19.485853 [ERR] Failed to start stream for ch9000: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:19.522593 [HLS] Couldn't generate stream playlist for ch9000-dANY-ip127.0.0.1: M3U: get http://127.0.0.1:8183/play/10: 500 Internal Server Error
2021/11/19 11:45:19.522593 [HLS] Stopping transcoder session ch9000-dANY-ip127.0.0.1

**please try latest container. **
should be fixed

3 Likes

Back in business!

Thanks for the quick fix, @matthuisman ! :+1:

I concure. May I ask what happened. My recordings that ended at 3am did record with no issues, so the problem happened sometime after that time.
A Yule Log Logo created for anyone that wants it.
HallmarkYuleLog

1 Like

the new method I used to find the channel paths stopped working (frndly stopped returning it)
So, I've gone back to supplying it via the external file.

I've also automated this external file to check for new channels every hour.

For channels not found in this external file, there is now a backup method that tries to generate the url itself. It does rely on the docker containers time being correct though. Majority of the time it is.

So, if a new channel pops up, the playlist will use backup method until 1 hour later and the external file has the path it needs.

2 Likes

Thanks for being so fast. Back up and running. And thanks for the work you have done on this excellent "add-on" to Channels. I'm not sure what else to call it.

1 Like

Unfortunately, I am still getting "500 Internal Server Error":

2021/11/20 09:52:12.258638 [ERR] Failed to start stream for ch14297: M3U: get http://192.168.1.40:8183/play/70113: 500 Internal Server Error

And I have deleted the container and replaced it several times but it is still not working...

Im not having issues today but your channel numbers dont look right