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

Incorrect Transmission Username/Password

$
0
0

@Mike_Jones wrote:

I am attempting to set-up flexget on a new computer (Ubuntu) and everytime I run my script I get the error:
2018-04-03 12:40 CRITICAL plugin shows Username/password for transmission is incorrect. Cannot connect.

Now - I have opened transmission and gone to Edit-Preferences-Remote, and checked allow remote, and set the username and password. I have also gone to the transmission .json file and set the same username and password but I am still getting this error.

What step did I miss, and what do I need to do in order to have this up an running?

EDIT --> and if it is relevant my config.yml reads (with the same username and password that i input into Transmission)

templates:
  tv:
    exists_series:
      - /mnt/hgfs/TVShows
      - /mnt/hgfs/InProgressTorrents/{{ tvdb_series_name|default(series_name)|pathscrub }}
    set:
      label: tv
      path: "/mnt/hgfs/InProgressTorrents/{{ tvdb_series_name|default(series_name)|pathscrub }}"
      content_filename: "{{tvdb_series_name|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
      main_file_only: yes
      include_subs: no
    transmission:
      host: localhost
      port: 9091
      username: user
      password: password
    thetvdb_lookup: yes
    require_field:
      -  series_name
      -  series_season
      -  series_episode
....more stuff below

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles