Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Unhandled error in plugin transmission after upgrade to 3.0.0

$
0
0

@shotfirer wrote:

I have a two different installations, Debian and macOS. Both stopped downloading after upgrade to 3.0.0. The error is different though.

Debian:

2019-11-11 11:42 CRITICAL task          RARBG           BUG: Unhandled error in plugin transmission: decoding str is not supported
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/flexget/task.py", line 520, in __run_plugin
    result = method(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/flexget/event.py", line 20, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/flexget/plugins/clients/transmission.py", line 368, in on_task_output
    options = self._make_torrent_options_dict(config, entry)
  File "/usr/local/lib/python3.6/dist-packages/flexget/plugins/clients/transmission.py", line 681, in _make_torrent_options_dict
    add['download_dir'] = str(pathscrub(path), 'utf-8')
TypeError: decoding str is not supported

macOS:

2019-11-11 11:45 CRITICAL task          RARBG           BUG: Unhandled error in plugin transmission: name 'TransmissionError' is not defined
Traceback (most recent call last):
  File "/Users/edit/Library/Python/3.7/lib/python/site-packages/flexget/plugins/clients/transmission.py", line 58, in create_rpc_client
    cli = transmissionrpc.Client(config['host'], config['port'], user, password)
NameError: name 'transmissionrpc' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/edit/Library/Python/3.7/lib/python/site-packages/flexget/task.py", line 520, in __run_plugin
    result = method(*args, **kwargs)
  File "/Users/edit/Library/Python/3.7/lib/python/site-packages/flexget/event.py", line 20, in __call__
    return self.func(*args, **kwargs)
  File "/Users/edit/Library/Python/3.7/lib/python/site-packages/flexget/plugins/clients/transmission.py", line 357, in on_task_output
    self.client = self.create_rpc_client(config)
  File "/Users/edit/Library/Python/3.7/lib/python/site-packages/flexget/plugins/clients/transmission.py", line 59, in create_rpc_client
    except TransmissionError as e:
NameError: name 'TransmissionError' is not defined

Both installations was perfectly working before. Looks like macOS installation can't connect to transmissionrpc (?), despite that module is installed

Requirement already up-to-date: transmissionrpc in ./Library/Python/3.7/lib/python/site-packages (0.11)

How to fix that?
Rolling back to 2.21.35 helps in both cases.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles