I feel like a complete dunce. I pulled your repo and tried both commands in your GitHub readme, but I keep getting "Connection Refused" errors in Chrome and Edge for http://127.0.0.1:8183/ or http://127.0.0.1:7777/ (depending on what I pass for the port)
docker run -d --restart unless-stopped --network=host -e PLEX_PORT=8183 -e PLEX_CODE=us_west --name plex-for-channels ghcr.io/jgomez177/plex-for-channels
I can see that the container is running and initialized and listening on the assigned port (log: http server started on [::]:8183
). I can go into the container and cat /app/epg-us_west.xml
and see program data. Nonetheless, I cannot get a browser to connect. I tried going into Chrome's site settings and allowed insecure content, but it did not help.
I have had my media server on ice for almost 2 years because of a move, so I am a bit rusty. I am sure the error is located firmly between my keyboard and my chair. However, any advice will be appreciated.