Cannot get HULU to record. Error The TVE feature requires the fancybits/channels-dvr:tve docker container"

Getting errors when trying to record HULU.
The TVE feature requires the fancybits/channels-dvr:tve docker container ".
I had some issues and had to reinstall the docker on UNRAID.
Seems everything else works just not TVE. I can record via ADB Tuner so not sure what to do.
Submitted logs.
f22b422b-45f6-47f7-a868-bb9d1edd70de
At a loss now.

1 Like

Does docker ps show the IMAGE of your container as fancybits/channels-dvr:tve
You may need to pull the :tve image

~# docker ps
CONTAINER ID   IMAGE                             COMMAND                  CREATED         STATUS       PORTS                                       NAMES
e98e85898446   fancybits/channels-dvr:tve        "/sbin/tini -- /bin/…"   6 months ago    Up 5 weeks   0.0.0.0:8089->8089/tcp, :::8089->8089/tcp   channels-dvr-tve
cda2acce2ea2   fancybits/channels-dvr:latest     "/sbin/tini -- /bin/…"   18 months ago   Up 5 weeks   0.0.0.0:8189->8089/tcp, :::8189->8089/tcp   channels-dvr-hdhr

The first one (:tve) is for my TVE source, the second one (:latest) just uses an HDHR tuner source

From the Docker Install Instructions Channels — Channels DVR Server

  • Use the fancybits/channels-dvr:tve image if you need TV Everywhere support
1 Like

Ok, I got that back but now all my recordings wont play. I set the DVR back to the appropriate location but still says they are not there. I think my Docker is all messed up. Not sure what I did but the Volume may be all hosed...Not sure how to get it the way it was.

1 Like

I think I got it all back working. The Docker had some issues which was causing issues everywhere else. I killed it and installed from a backup and it's working fine now. Thanks for the help @chDVRuser

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.