deluge-client
deluge-client copied to clipboard
A very lightweight pure-python Deluge RPC Client
Hi, I have created a class like ``` import logging from torrent_clients.torrent_client import TorrentClient from torrent_clients.torrent_data import TorrentData from deluge_client import DelugeRPCClient class DelugedClient(TorrentClient): def __init__(self, logger: logging.Logger, address: str,...
I'm running Flexget in a docker container with [cpoppema/docker-flexget:latest](https://github.com/cpoppema/docker-flexget): * Python: 3.7.7 * Flexget: 3.1.90 * deluge-client: 1.9.0 (tested back to 1.7.1 by manual install) I'm running deluge in a...
Basically, I have my own ui pulling data from deluge and after few minutes of running it crashes with following: ``` Exception in thread Thread-1: Traceback (most recent call last):...