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

Error in Transmission plugin

$
0
0

@ildave wrote:

Hello,
I have an issue with a fresh installation of flexget.

When I execute a task, I get this error:

2016-09-05 19:35 VERBOSE  details       get_series      Summary - Accepted: 2 (Rejected: 0 Undecided: 0 Failed: 0)
2016-09-05 19:35 CRITICAL task          get_series      BUG: Unhandled error in plugin transmission: global name 'TransmissionError' is not defined

I have installed transmissionrp-0.11 with Pip:

$sudo pip install transmissionrpc
Collecting transmissionrpc
  Downloading transmissionrpc-0.11.tar.gz (96kB)
   [...]
Successfully built transmissionrpc
Installing collected packages: transmissionrpc
Successfully installed transmissionrpc-0.11

Flexget is at the latest version:

$flexget -V
2.3.16

I am using OSMC on a Raspberry Pi 3, and the transmission daemon installed through OSMC App store:

$transmission-daemon -v
Transmission 2.84 (14307)  http://www.transmissionbt.com/

If I try ti include the transmissionrpg package from python, it is loaded correctly:

$python 
Python 2.7.9 (default, Mar  1 2015, 13:48:22) 
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import transmissionrpc
>>> transmissionrpc
<module 'transmissionrpc' from '/usr/local/lib/python2.7/dist-packages/transmissionrpc/__init__.pyc'>
>>>

Any idea on how to fix this?

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles