Open christianuhlmann opened 6 years ago
Same issue here. Did you get anywhere with this?
Same here.. would really like to use version 4.3 because of vaapi support.
same as #48. It's better to check for existing issues first before creating duplicates.
@xorinzor I still see this even after the "fix" in #48. In fact, the issue is happening before the fix, as it looks like it's unable to get the list of channels in the first place.
Figured it out. It looks like python's HTTP requests are dropping the username:password@
part of the URL, meaning the authentication fails. I worked around this by running tvheadend with the --noacl
flag, which disables authentication, then removing the authentication from the tvhproxy URL parameter.
Thanks! yesterday I found out that I get back a <Response [401]> from the requests.get(url). But I had no time to find a solution.
Instead of completely disabling ACLs, you might want to set Authentication type
to Both plain and digest
under Configuration
-> Base
-> HTTP Server Settings
, which should help as well.
Hi all,
i get these Error with the latest unstable Version 4.3.
It seemd to be an change in the JSON API.
Anyone have an Idea to fix this? Downgrad is not possible.
See attached file for more informations http://[TVHEADEND]/api/channel/grid?start=0&limit=999999: api_channel_grid.txt
Thanks & Regards
Christian