I can't seem to get any streams to work. This is a portion of the log:
=== Done building the schedule ===
=== Starting Server ===
Server started on port 8000
There is an active event. Going to start the stream.
Channel has upcoming event. Setting timer to start
Channel has upcoming event. Setting timer to start
Stream for Channel 7004 started on PID: 27
There is an active event. Going to start the stream.
Channel has upcoming event. Setting timer to start
Channel has upcoming event. Setting timer to start
TypeError: Cannot read properties of undefined (reading 'access_token')
at EspnHandler.<anonymous> (/app/services/espn-handler.ts:367:61)
at Generator.next (<anonymous>)
at fulfilled (/app/services/espn-handler.ts:5:58)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Could not get stream data. Event might be upcoming, ended, or in blackout...
Failed to parse the stream
There is an active event. Going to start the stream.
TypeError: Cannot read properties of undefined (reading 'access_token')
at EspnHandler.<anonymous> (/app/services/espn-handler.ts:367:61)
at Generator.next (<anonymous>)
at fulfilled (/app/services/espn-handler.ts:5:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Could not get stream data. Event might be upcoming, ended, or in blackout...
Failed to parse the stream
And this is my run command:
docker run --restart unless-stopped --name EPlusTV -p 8000:8000 -v config_dir:/app/config -e START_CHANNEL='7000' -e ESPN=TRUE -e ESPN2=TRUE -e ESPN3=TRUE -e ESPNU=TURE -e SEC=TRUE -e SECPLUS=TRUE -e ESPNPLUS=FALSE -e FOXSPORTS=TRUE -e FOXSPORTS_MAX_RESOLUTION=UHD/HDR m0ngr31/eplustv
This is in docker on a 2014 Mac Mini if that makes a difference. The channel guide loads just fine, it just doesn't start any streams. On Beta 9.
. Apparently I'm not checking to see if someone isn't using ESPN+ and it looks like it's trying to read those credentials for that API call. I'll see if I can fix it shortly







