@Chris_Libby wrote:
I'm having issues with flexget moving the files successfully, but still reporting the process failed. This happens with either the copy or move plugin. The file was not present in the destination folder before the download, but it is now that the first part of the move happened. I would like to get this fixed so I can turn on the transmission cleanup feature.
2016-03-21 15:05 VERBOSE filesystem sort-files Starting to scan folders. 2016-03-21 15:05 VERBOSE filesystem sort-files Scanning folder /mnt/torrents/downloads. Recursion is set to True. 2016-03-21 15:05 VERBOSE details sort-files Produced 1 entries. 2016-03-21 15:05 VERBOSE task sort-files ACCEPTED: `shameless.us.610.hdtv-lol` by accept_all plugin 2016-03-21 15:05 VERBOSE details sort-files Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0) 2016-03-21 15:05 VERBOSE api_tvdb sort-files Data for Shameless (US) has expired, refreshing from tvdb 2016-03-21 15:05 ERROR entry sort-files Failed shameless.us.610.hdtv-lol ([Errno 1] Operation not permitted: '/mnt/media/tv/Shameless (US)/Shameless (US) - S06E10 - Paradise Lost.mp4') 2016-03-21 15:05 VERBOSE task sort-files FAILED: `shameless.us.610.hdtv-lol` by move plugin because [Errno 1] Operation not permitted: '/mnt/media/tv/Shameless (US)/Shameless (US) - S06E10 - Paradise Lost.mp4' 2016-03-21 15:05 VERBOSE email sort-files Sending email.
Here's my config:
templates: global: # configuration of email parameters # -> each feed will send an email with the accepted entries # -> can be disabled per feed with email: active: False email: active: True from: [REMOVED} to: [REMOVED} smtp_host: smtp.gmail.com smtp_port: 587 smtp_login: true smtp_username: [REMOVED} smtp_password: [REMOVED} smtp_tls: true tasks: download-rss: rss: 'http://showrss.info/user/[REMOVED}.rss?magnets=true&namespaces=true&name=clean&quality=sd&re=no' all_series: yes transmission: host: xxx.xxx.10.13 port: 9091 sort-files: disable: - retry_failed - seen - seen_info_hash filesystem: path: /mnt/torrents/downloads regexp: '.*\.(avi|mkv|mp4|mpg|mov|m4v|wmv)$' recursive: yes thetvdb_lookup: yes accept_all: yes seen: local # all_series: # Don't actually filter # parse_only: yes series: - American Horror Story: set: tvdb_id: 250487 parse_only: yes - Bates Motel: set: tvdb_id: 262414 parse_only: yes - Dark Matter: set: tvdb_id: 292174 parse_only: yes - Doctor Who (2005): set: tvdb_id: 78804 parse_only: yes - Family Guy: set: tvdb_id: 75978 parse_only: yes - How to Get Away with Murder: set: tvdb_id: 281620 parse_only: yes - 'Law & Order: Special Victims Unit': set: tvdb_id: 75692 parse_only: yes - Mr. Robot: set: tvdb_id: 289590 parse_only: yes - Shameless (US): set: tvdb_id: 161511 parse_only: yes - The Expanse: set: tvdb_id: 280619 parse_only: yes - The Walking Dead: set: tvdb_id: 153021 parse_only: yes - True Detective: set: tvdb_id: 270633 parse_only: yes - American Crime Story: set: tvdb_id: 289108 parse_only: yes move: # this is where the series will be put to: '/mnt/media/tv/{{ tvdb_series_name }}/' # save the file as 'Series Name - SxxEyy - Episode Name.ext' filename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}'
Posts: 1
Participants: 1