2023-11-14, 11:47 AM
Hello,
I am developing a tool that allows me to wake up my server as soon as a call is made to the domain exhibiting Jellyfin
My program works fine, however I noticed that every hour my server wakes up.
By looking at the logs, we can see that calls are made on:
Logs :
The call is made from the Jellyfin application on Fire TV even if it is on standby
Could you explain to me why this recurrence?
Why only on these two endpoints?
Thanks
I am developing a tool that allows me to wake up my server as soon as a call is made to the domain exhibiting Jellyfin
My program works fine, however I noticed that every hour my server wakes up.
By looking at the logs, we can see that calls are made on:
Code:
/Users/Me
/Branding/Configuration
Logs :
Code:
[13/Nov/2023:20:49:23 +0100] - - 499 - GET https jellyfin.mydomain.com "/Branding/Configuration" [Client xx.xx.xx.xxx] [Length 0] [Gzip -] [Sent-to 192.168.0.24] "Ktor client" "-"
[13/Nov/2023:20:49:53 +0100] - - 499 - GET https jellyfin.mydomain.com "/Users/Me" [Client xx.xx.xx.xxx] [Length 0] [Gzip -] [Sent-to 192.168.0.24] "Ktor client" "-"
[13/Nov/2023:21:49:24 +0100] - - 499 - GET https jellyfin.mydomain.com "/Branding/Configuration" [Client xx.xx.xx.xxx] [Length 0] [Gzip -] [Sent-to 192.168.0.24] "Ktor client" "-"
[13/Nov/2023:21:49:54 +0100] - - 499 - GET https jellyfin.mydomain.com "/Users/Me" [Client xx.xx.xx.xxx] [Length 0] [Gzip -] [Sent-to 192.168.0.24] "Ktor client" "-"
The call is made from the Jellyfin application on Fire TV even if it is on standby
Could you explain to me why this recurrence?
Why only on these two endpoints?
Thanks