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

[SOLVED] Flexget can't see Transmissionrpc is installed

$
0
0

@Joel_Santos_Rico wrote:

Hi,

I am trying to instal lflexget on a raspberry pi 2 running OSMC. I installed transmissionrpc, but flexget seems to be unable to see it, as it complains when I run a --test execute:

osmc@osmc-Grumbole:~$ flexget/bin/flexget --test execute
2016-07-13 15:54 INFO     manager                       Test mode, creating a copy from database ...
2016-07-13 15:54 INFO     manager                       Test database created
2016-07-13 15:54 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-07-13 15:54 CRITICAL transmission  Test tast       Transmissionrpc module version 0.11 or higher required.
2016-07-13 15:54 WARNING  task          Test tast       Aborting task (plugin: transmission)
2016-07-13 15:54 INFO     manager                       Removed test database

I tried uninstalling it and reinstall it both through pip and easy_install, and the results are the same. I upgraded the packages after installing, but pip told me that I was already at the latest version. pip list shows the right version (0.11).

I've seen a relater post in the forum (Flexget complains about “transmissionrpc 0.11” requirement even though its there), but the problem there was that the OP was trying to install transmissionrpc in a different machine than the one running flexget by mistake, so it doesn't apply to my case. I tried to open a python shell, and I was able to "import transmissionrpc", so it's not a path issue. RPC is enabled in the transmission config file, the username and password are correct, and the LAN has been included to the IP whitelist. I can connect to the webserver with the same credentials (I don't know if that matters). My config file is as follows.

> tasks:
>   Test tast:
>     rss: http://showrss.info/user/somersslink
>     all_series: yes
>     transmission:
>       host: localhost
>       port: 9091
>       username: rightusername
>       password: correctpassword
>       addpaused: no

Any clues? has it happened to you, guys?

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles