python-qBittorrent icon indicating copy to clipboard operation
python-qBittorrent copied to clipboard

Expiring authentication is not handled

Open TnS-hun opened this issue 5 years ago • 0 comments

The authentication cookie expires after a while, and after that API calls fail. python-qBittorrent should handle the reauthentication.

To reproduce the problem:

  1. make any API calls, and notice that it works
  2. sleep for an hour
  3. make the same API call, and notice that it fails with 403 Client Error: Forbidden for url

TnS-hun avatar May 12 '19 12:05 TnS-hun