Account Problem - 403 - Forbidden
Added by Kussel Kusselinski about 1 year ago
hello together, i can't log in to thheadend via the browser.
if I enter the following via the browser:
http://user:pass@ipAddress/playlist/auth
then i get a 403-Forbidden error :-(
Ixh have already cleared the cache from the chrome brwoser - no improvement.
TVH is the version:
HTS Tvheadend 4.3.0~pre+202308112334-0~built202308120302~gitec56067f4~ubuntu20.04.1
Installed on proxmox in a LXC container.
Can anyone here help me why I get a 403 forbidden login error?
thanks and greetings
root@tvheadend-live:~# sudo systemctl status tvheadend.service- tvheadend.service - Tvheadend - a TV streaming server and DVR
Loaded: loaded (/lib/systemd/system/tvheadend.service; enabled; vendor pre>
Active: active (running) since Fri 2023-08-25 05:28:29 UTC; 1 day 1h ago
Process: 116 ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS>
Main PID: 125 (tvheadend)
Tasks: 29 (limit: 18748)
Memory: 69.7M
CPU: 1min 719ms
CGroup: /system.slice/tvheadend.service
`-125 /usr/bin/tvheadend -f -p /run/tvheadend.pid -u hts -g video >
Aug 25 21:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 25 22:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 25 23:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 26 00:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 26 01:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 26 02:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 26 03:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 26 04:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 26 05:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Aug 26 06:28:29 tvheadend-live tvheadend125: iptv: m3u parse: 0 new mux(es) i>
Replies (4)
RE: Account Problem - 403 - Forbidden - Added by Dave Pickles about 1 year ago
How have you set 'Authentication Type' in Configuration -> General -> Base -> HTTP server settings? To supply user and password in the URL I believe you need to use either 'Plain' or 'Plain and Digest' authentication. Alternatively don't include authentication in the URL and the browser should pop up a login box.
RE: Account Problem - 403 - Forbidden - Added by Kussel Kusselinski about 1 year ago
hello and thanks for the info. I have attached a bid what is set with me.... unfortunately it does not also go with this setting as indicated by you. :-(
Image 002.png (16.7 KB) Image 002.png | HTTP | ||
Image 003.png (13.8 KB) Image 003.png |
RE: Account Problem - 403 - Forbidden - Added by Dave Pickles about 1 year ago
Sorry, the URL you are trying is not valid - I get the same 403 error.
What are you trying do do? The playlist functions are described at https://github.com/dave-p/TVH-API-docs/wiki/Other-Functions#playlist
RE: Account Problem - 403 - Forbidden - Added by joe blow about 1 year ago
http://docs.tvheadend.org/Appendices/command_line_options/
-C, --firstrun If no user account exists then create one with
no username and no password. Use with care as
it will allow world-wide administrative access
to your Tvheadend installation until you edit
the access-control from within the Tvheadend UI