Actions
Bug #6027
closedPersistant auth issue with reverse proxy
Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2021-03-20
Due date:
% Done:
0%
Estimated time:
Found in version:
HTS Tvheadend 4.3-1886~g51a4c5b
Affected Versions:
Description
Hello,
I am facing issue when try to redownload playlist using external m3u client, like android tivimate. I have to constantly redownload playlist with it to got updated channels. I tried manually to fetch the playlist using whet and received this error (I've changed private data like domain and authkey to generic):
wget https://tvh.home/playlist/auth?auth=[auth_key]
--2021-03-20 20:55:16-- https://tvh.home/playlist/auth?auth=[auth_key]
Resolving tvh.home (tvh.home)... 192.168.97.15
Connecting to tvh.home (tvh.home)|192.168.97.15|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /playlist/auth/channels?auth=[auth_key] [following]
--2021-03-20 20:55:16-- https://tvh.home/playlist/auth/channels?auth=[auth_key]
Reusing existing connection to tvh.home:443.
HTTP request sent, awaiting response... 200 OK
Length: 57913 (57K) [audio/x-mpegurl]
Saving to: ‘auth?auth=[auth_key].39’
auth?auth=[auth_key] 100%[=================================================>] 56.56K --.-KB/s in 0.004s
2021-03-20 20:55:16 (12.9 MB/s) - ‘auth?auth=[auth_key]’ saved [57913/57913]
wget https://tvh.home/playlist/auth?auth=[auth_key]
--2021-03-20 20:55:17-- https://tvh.home/playlist/auth?auth=[auth_key]
Resolving tvh.home (tvh.home)... 192.168.97.15
Connecting to tvh.home (tvh.home)|192.168.97.15|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /playlist/auth/channels?auth=[auth_key] [following]
--2021-03-20 20:55:17-- https://tvh.home/playlist/auth/channels?auth=[auth_key]
Reusing existing connection to tvh.home:443.
HTTP request sent, awaiting response... 302 Found
Location: unspecified
ERROR: Redirection (302) without location.
Actions