Please try updating to the latest pre-release and let us know if that helps the situation.
TV Everywhere Provider Help
Learn, get started, and get help with Channels.
Please try updating to the latest pre-release and let us know if that helps the situation.
Things are working again with the pre-release, but my 6101 Discovery channel is no longer listed in the guid. Pulling in on Spectrum source.
From 6101 Discovery...to 6114 I'm getting "no login form found".
Did you try to rescan the individual channels?
Learn, get started, and get help with Channels.
Yes, I have tried rescan each one; one at a time. No longer coming in.
You could try following these TVE Troubleshooting tips
Probably steps 9 & 10, but start from #1
6100–6114 (OWN to MotorTrend) are all of the WBD channels. For the past week or so there have been intermittent problems with several Discovery networks; this is likely related, and indicates it's likely an issue on their end.
I can’t tell you how many times I’ve referred to your list of TVE tips. Just in case no one has thanked you on these forums, thanks.
Thanks @Suds
Hopefully it has helped some users. It started as a text document I made after seeing common causes for TVE issues. Most of the info in it was spread around the forum, so I decided to post it, making it easier to point to one reference.
keep hoping there will be a fix soon. I able to watch streaming from Chrome form their site, but no love from ChannelDVR (TV Everywhere). Keep checking daily.
What server device and OS is your Channels DVR installed on?
QNAP T2-253D Firmware QTS 5.0.1.2425 Memory 8GB
Do you know what version of headless chrome is being used by Channels DVR on it?
My guess is v97. It shows in the DVR log whenever Channels DVR has to authenticate with a network.
Example from a Docker Container install below using v109
2023/08/07 20:25:43.366621 [TVE] action=version product=Chrome/109.0.5414.74 jsVersion=10.9.194.9 protocol=1.3 revision=@e7c5703604daa9cc128ccf5a5d3e993513758913
If it is running v97, my guess is that's the problem. I quit running in a Synology package and migrated to a docker container to get the newer version chrome.
Hopefully the last post I make in this topic. Since I can't update headless-chrome past v97 on my Synology Package installs, I've migrated them to TVE docker containers using the same record path and port after stopping the Synology Packages. Since the new :tve docker container uses chrome v109, I'm hoping this solves my problem. I should know next time Channels DVR needs to re-auth Magnolia, which should be Jan. 25 and Jan 29 for my two servers using TVE sources.
Just an update that since moving my TVE servers to docker containers using chrome v109, no issues.
No, I have no idea. QPKG (Channels DVR Server 1.1.0) is install on the QNAP TS-253D and we use Fire TV to watch Channel DVR.
OS
QNAP TS-253D
Linux
(kernel: 5.10.60-qnap)
CPU
4 cores / Intel(R) Celeron(R) J4125 CPU @ 2.00GHz
load averages: 2.78 1.95 1.61
RAM
3.68 GB
49.6% free
I found the header. product=Chrome/97.0.4692.56
2023/08/14 06:51:02.568381 [HTTP] | 200 | 888.065952ms | 172.16.0.41 | GET "/tmsimg/assets/s56905_ll_h15_ad.png"
2023/08/14 06:51:02.827406 [TVE] action=version product=Chrome/97.0.4692.56 jsVersion=9.7.106.18 protocol=1.3 revision=@04da6c66398ca50e603cc236a07dc7dfd3bbc750
2023/08/14 06:51:02.828350 [TVE] action=navigate url=https://auth.sciencechannel.com/login-affiliates?returnUrl=https://www.sciencechannel.com/live-now&hostUrl=us1-prod-direct.sciencechannel.com
2023/08/14 06:51:02.830152 [TVE] action=request type=Document method=GET url=https://auth.sciencechannel.com/login-affiliates
2023/08/14 06:51:02.830175 [TVE] action=auth_domain domain=auth.sciencechannel.com
2023/08/14 06:51:02.830182 [TVE] action=scienceauth reason=login
2023/08/14 06:51:02.862138 [HTTP] | 200 | 898.719µs | 172.16.0.30 | GET "/devices/TVE-Spectrum/status/0-38/debug"
2023/08/14 06:51:02.935032 [HTTP] | 200 | 57.854µs | 172.16.0.41 | GET "/updater"
2023/08/14 06:51:03.134572 [TVE] action=wait_for_page
current version of chrome is 115.0.5790.171
Yes, but like the Synology package it's something the devs need to update
The only way to get it updated is to have the devs update it. It's included in the package/container and we can't update it ourselves. Not like Windows and some other installs that use your existing Chrome.
Yes, that can be done on both the syno pkg and docker, but it doesn't update any further than v97 (syno) and v109 (docker).
Or he can migrate the install to a Docker Container which works and is currently maxed out at headless-chrome v109
Why is that? Cant u update it manualy somehow? Or are those images read only? Arnt they linux based? Those have a cli you can use to install things.
Certain packages and the docker container images use the built-in headless chrome which the devs have to update (I think the RPi was the same). I have never seen a comprehensive list of what installs use Channels built-in vs. what installs rely on the native OS having chrome available for use by Channels, I just know it's a fact. It's not even mentioned if you look at the install instructions except for Linux / FreeBSD
I have never seen a comprehensive list of what installs use Channels built-in vs. what installs rely on the native OS having chrome available for use by Channels
It's simple: if you are using the containers (Docker/Podman/etc.), then the Chrome is as provided by Fancy Bits/Channels. (That's the whole point of a container: it is wholly contained and separate from your host OS; the only thing it knows about your host system are the limited directories you give it access to.) If you are installing the DVR directly onto your system—bare metal—then you are expected to provide Chrome/Chromium.
(The installation on NAS is more closely aligned with a container installation; mostly because users don't really have access to install additional arbitrary software in the NAS, as well as the NAS treating "applications" essentially as containers, but with slightly more privileges.)