Does anyone else just get these errors from ePlusTV when trying to play, anything? I’ve yet to be able to actually stream— I just get the “event will start soon” placeholder screen from ePlusTV, and nothing.
Logs from ePlusTV Container
“ There is an active event. Going to start the stream.
Getting stream for event: a4768d50-e3e9-4de7-9242-be3530d34f6e
Channel has upcoming event. Set timer to start
Channel has upcoming event. Set timer to start
Could not find stream. Has the event ended?
Failed to parse the stream
Failed to parse the stream”
Stack (compose) how I’m running it for Portainer:
version: "3.2"
services:
espnplus:
image: m0ngr31/eplustv
container_name: espnplus
environment:
- ACCESS_URI= http://x.x.x.x:8055. #IP of host and desired port
- ESPN_USER= {USER}
- ESPN_PASS= {PASSWORD}
- START_CHANNEL= 8000 #where you want the ESPN+ channels to start in the guide
volumes:
- /volume1/docker/espnplus/config:/app/config
network_mode: bridge
ports:
- 8055:8000
restart: unless-stopped

