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

Endpoints are out of date

Open cypher7682 opened this issue 7 months ago • 0 comments

  def torrents(self):
    """Get torrent list"""
    return self._get('json/torrents')

These /json endpoints no longer exist. The API for torrents is now available on /api/v2/torrents/info.

Some methods are only supported in qBittorent's latest version (v3.3.1 when writing).

I guess that explains it. I'm using v5.0.4. I guess I'll go just write this all myself or find a different package.

cypher7682 avatar Jul 13 '25 11:07 cypher7682