2020-07-18, 02:03 PM
Last night I saw that I was running 5.02.x of the amd64 stable docker build and that it was current stable version was 5.06.x. Not having issues before, I killed my docker NextPVR and reran the cmdline that I use to grab the newest stable version. When that was a mistake!!!! My NextPVR docker his completely Fk'd!!! Using the cmdline script to create a new docker image shows this new NextPVR is fk'd. When I created a new docker, I can get into the website with the default user and password but when i go into settings, it shows the tabs on the left BUT THERE IS NO data on the pages. I can't configure the HDHOMERUN device, can't scan for channels, NOTHING, and this is a new docker !!!!!!
docker run -d \
--name NextPVR \
--net='host' \
-v /mnt/user/appdata/nextpvr:/config \
-v /mnt/user/DVR/nextpvr:/recordings \
-v /mnt/user/DVR:/buffer \
-p 8866:8866 \
nextpvr/nextpvr_amd64table
Before anyone freaks out this is the script I have been using to start a new docker session/update the NextPVR docker in unraid for the better part of a year and works flawlessly, well until 5.06 was published
Anyone with any ideas whats fk'd in thr config.xml that won't display the menuing system?
docker run -d \
--name NextPVR \
--net='host' \
-v /mnt/user/appdata/nextpvr:/config \
-v /mnt/user/DVR/nextpvr:/recordings \
-v /mnt/user/DVR:/buffer \
-p 8866:8866 \
nextpvr/nextpvr_amd64table
Before anyone freaks out this is the script I have been using to start a new docker session/update the NextPVR docker in unraid for the better part of a year and works flawlessly, well until 5.06 was published
Anyone with any ideas whats fk'd in thr config.xml that won't display the menuing system?