Hi,
First of all I've been using NextPVR for about 2 weeks now and I love the simplicity compared to some other full-blown solutions!
I just upgraded from 5.14.??? to 5.2.0.210912 and now when I click the download icon next to a recording I simply get redirected to e.g.
but all I see is a blank page.
In the network tab I can see that I'm getting a 401 Unauthorized response.
Seeing this in the logs
Any idea what's going on?
First of all I've been using NextPVR for about 2 weeks now and I love the simplicity compared to some other full-blown solutions!
I just upgraded from 5.14.??? to 5.2.0.210912 and now when I click the download icon next to a recording I simply get redirected to e.g.
Code:
/download?recording_id=861
but all I see is a blank page.
In the network tab I can see that I'm getting a 401 Unauthorized response.
Seeing this in the logs
Code:
2021-10-02 00:44:21.719 [DEBUG][56] Got request [x.x.x.x]: /download
2021-10-02 00:44:21.721 [DEBUG][56] /download?recording_id=861
2021-10-02 00:44:21.721 [DEBUG][56] - recording_id: 861
2021-10-02 00:44:21.722 [ERROR][56] Rejecting streaming request from remote client (x.x.x.x), with no valid sid
2021-10-02 00:44:43.861 [DEBUG][56] Got request [x.x.x.x]: /services/service (system.space)
2021-10-02 00:44:43.861 [DEBUG][56] method=system.space
2021-10-02 00:44:43.861 [DEBUG][56] parameters:
2021-10-02 00:44:43.861 [DEBUG][56] method: system.space
2021-10-02 00:44:43.861 [DEBUG][56] format: json
2021-10-02 00:44:43.861 [DEBUG][56] random: 0.0271728612071076
2021-10-02 00:44:43.861 [DEBUG][56] sid: 46040423-fde6-4a07-b8ee-e53f77da5ff7
2021-10-02 00:44:43.861 [DEBUG][56] client_ip: x.x.x.x
2021-10-02 00:44:43.861 [DEBUG][56] user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0
2021-10-02 00:44:43.861 [DEBUG][56] host_callback: ...
2021-10-02 00:44:43.861 [DEBUG][56] Checking disk space for: /mnt/data/nextpvr/
2021-10-02 00:44:43.861 [DEBUG][56] Available Space:
2021-10-02 00:44:43.861 [DEBUG][56] (Default) - 269425381376/236741910528
2021-10-02 00:44:43.861 [DEBUG][56] [{"name":"Default","total":269425381376,"free":236741910528}]
2021-10-02 00:44:43.861 [DEBUG][56] Got request [x.x.x.x]: /services/service (setting.get)
2021-10-02 00:44:43.861 [DEBUG][56] method=setting.get
2021-10-02 00:44:43.861 [DEBUG][56] parameters:
2021-10-02 00:44:43.861 [DEBUG][56] method: setting.get
2021-10-02 00:44:43.861 [DEBUG][56] key: /Settings/General/ShowNewInGuide
2021-10-02 00:44:43.861 [DEBUG][56] format: json
2021-10-02 00:44:43.861 [DEBUG][56] sid: 46040423-fde6-4a07-b8ee-e53f77da5ff7
2021-10-02 00:44:43.861 [DEBUG][56] client_ip: x.x.x.x
2021-10-02 00:44:43.861 [DEBUG][56] user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0
2021-10-02 00:44:43.861 [DEBUG][56] host_callback: ...
2021-10-02 00:44:43.861 [DEBUG][56] setting.get
2021-10-02 00:44:43.861 [DEBUG][56] {
"value": "false"
}
Any idea what's going on?