python-qBittorrent
python-qBittorrent copied to clipboard
ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080)
When trying to make a local connection get this error
qb = Client('http://127.0.0.1:8080/')
ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /query/preferences (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x77148fc128>: Failed to establish a new connection: [Errno 111] Connection refused'))
I'm using python 3.7 on termux Android
I have the exact same problem. Any solutions?
Make sure you are running qBittorrent and the WEB UI and API feature are enabled.
Make sure you are running qBittorrent and the WEB UI and API feature are enabled.
So, I must have qBitorrent client installed in my system?
Of course you should have
Stale issue message