Cannot Connect to 127.0.0.1:8183 from my Brave browser

Does anyone know how to get connected to this url without getting the error message:

This site can’t be reached

127.0.0.1 refused to connect.

Try:

ERR_CONNECTION_REFUSED

I am trying to set up 2 custom sources to get Frndly setup as a good source.
Any help would be greatly appreciated.

Thanks,
Michael

Instead of using the IP address of 127.0.0.1 (which means "this PC"), try using the actual IP address of the device you're trying to connect to.

Just to clarify and provide more context information, in case that could help, @mhowell723 is running the Python server for the non-docker version of frndly TV.

He is able to use the 127.0.0.1 IP on his server to see Channels DVR at 127.0.0.1:8089 but 127.0.0.1:8183 is refused.

So either there is some type of security setting preventing connection to that port number, or the Python server is not running.

I confirmed in the other thread that it is because the Python server is not running due to pip not found on the computer.