Replies: 1 comment 6 replies
-
The only point for the ping is to check whether torrents should be processed as normal or not. Therefore in the event no internet is detected, torrents are treated differently to account for the fact they might not be downloading. Ideally if qbittorrent is inside a VPN, qbitrr should be too to properly consider the different network. If the api call you suggested can do a similar check through qbittorrent directly, then I would consider that |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, would it be possible to replace the behavior of pinging the web for connection status with a get call to /api/v2/transfer/info from the qbit api? I think this is not only cleaner but handles cases where some torrents can be considered stale just because of a qbit restart, faulty vpn connection, etc. If it is not possible and I'm missing another use for the pings no problem. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions