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

No matching although there should be 3 matchings - imbd-watchlist & list_match

$
0
0

@fleximexi wrote:

Hello flexget-community,

on my IMBD-watchlist there are the following three movies (for test-purposes):

.imdb.com/title/tt3832096
.imdb.com/title/tt0413099
.imdb.com/title/tt0410696

These three movies are also in my rss-feed.

However using "list_match" within my config below flexget is not able to do a proper matching with these three movies. I get only "undecided" results (see debug log below).

I would be happy if you could point me to my mistake within my config which I spend hours of creating it properly.

Thank you.
Fleximexi

My Config looks like this:

tasks:
  movie:
    priority: 1
    disable:
      - seen
      - seen_info_hash
    imdb_list:
      login: myusername
      password: mypassword
      list: watchlist
    accept_all: yes
    list_add:
      - movie_list: mymovies
  movie_download:
    priority: 10
    manipulate:
      - title:
          replace:
            regexp: 'ae'
            format: 'ä'
      - title:
          replace:
            regexp: 'ue'
            format: 'ü'
      - title:
          replace:
            regexp: 'oe'
            format: 'ö'
      - title:
          replace:
            regexp: '.German|.DL|.1080p|.720p|.BluRay|.x264|.HDTV|.AC3|.Dubbed|.WebHD|.HD|.Web|.LD|.h264|.DOKU|.WS|.DOKU3D|.3D|.AC3D|.HDDVD|.DVD|DVD|.VC1|-(.*)'
            format: ''
    inputs:
      - rss: source-http
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: mymovies
      action: accept
    exec: 
      - echo text={{url}} >> "/mydownload_path/{{title}}.crawljob"
      - echo downloadFolder=/mydownload_path/{{title}} >> "/mydownload_path/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/mydownload_path/{{title}}.crawljob"
      - echo autoStart=TRUE >> "/mydownload_path/{{title}}.crawljob"
      - echo enabled=TRUE >> "/mydownload_path/{{title}}.crawljob"
      - echo forcedStart=TRUE >> "/mydownload_path/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/mydownload_path/{{title}}.crawljob"
      - echo addOfflineLink=TRUE >> "/mydownload_path/{{title}}.crawljob"
      - echo extractAfterDownload=TRUE >> "/mydownload_path/{{title}}.crawljob"
      - echo packageName={{title}} >> "/mydownload_path/{{title}}.crawljob"

Posts: 4

Participants: 1

Read full topic


Can't upgrade on Raspberry Pi 2 running Raspbian Jessie: setuptools too old

$
0
0

@Antonio_Zetta wrote:

Hey guys,

I'm running into a very annoying issue trying to upgrade flexget from 1.2.456 to the latest release 2.3.42. When I try

sudo pip install --upgrade setuptools

I get:

Downloading/unpacking setuptools from https://pypi.python.org/packages/21/5c/46a549d8b15f751e9428d5e821e9bc3f69dd8b579c3a9f13ab9bd3e75589/setuptools-28.3.0-py2.py3-none-any.whl#md5=477d21e653752131bf9f287a34c7156c
Downloading setuptools-28.3.0-py2.py3-none-any.whl (467kB): 467kB downloaded
Installing collected packages: setuptools
Found existing installation: setuptools 5.5.1
Not uninstalling setuptools at /usr/lib/python2.7/dist-packages, owned by OS
Successfully installed setuptools
Cleaning up...

When I then try to upgrade flexget, by

sudo pip install --upgrade flexget

I get:

Downloading/unpacking html5lib>=0.11 from https://pypi.python.org/packages/17/ee/99e69cdcefc354e0c18ff2cc60aeeb5bfcc2e33f051bf0cc5526d790c445/html5lib-0.999999999.tar.gz#md5=8578e4e3a341436cb9743a9e4a299239 (from flexget)
Downloading html5lib-0.999999999.tar.gz (245kB): 245kB downloaded
Running setup.py (path:/tmp/pip-build-GxYWn3/html5lib/setup.py) egg_info for package html5lib
html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 5.5.1)
Complete output from command python setup.py egg_info:
html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 5.5.1)


Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-GxYWn3/html5lib
Storing debug log for failure in /root/.pip/pip.log

Any ideas how to force the upgrade of setuptools so I can upgrade to the latest release?

Thanks in advance!

Posts: 1

Participants: 1

Read full topic

Flexget "series list" not working

$
0
0

@MoombaDS wrote:

I upgraded flexget the other day but due to certain issues elected to roll back to 2.3.39 and am now getting the following error when trying to use "flexget series list" when running the daemon:

I'm not particularly experienced when it comes to python so I'm not sure why this has started happening. When running the command without the daemon running, it will successfully print the list but with incorrect characters:

I would greatly appreciate any thoughts or assistance in sorting this out!

Posts: 1

Participants: 1

Read full topic

Delete config-lock file

$
0
0

@sidewinder5675 wrote:

When attempting to run any flexget command I am getting error the error below. I am not able to find a 'config-lock' file anywhere on my syste, let alone the path it specifies. Anyone experience this before?

server:.flexget Server$ flexget check
2016-10-14 13:09 ERROR manager Invalid lock file. Make sure FlexGet is not running, then delete it.
2016-10-14 13:09 ERROR manager Invalid lock file. Make sure FlexGet is not running, then delete it.
Another process () is running, will exit.
If you're sure there is no other instance running, delete /Users/Todd/.flexget/.config-lock

Posts: 1

Participants: 1

Read full topic

Flexget not running every hour

$
0
0

@Rpi wrote:

I've had flexget and deluge running on my raspberry pi for overrors a year. I've been using a cron command to refresh every hour. About a month ago it has stopped working.

If I manually load flexget it works perfectly for that one instance. It does not refresh an hour later. Configuration file does not contain schedule. Below is the command

Flexget -c //media/usbhdd2/shares/config1.yml execute --now

I've loaded crontab -e and fiddled with the command, but haven't had any luck. This is the line from the file:
@hourly /usr/local/bin/flexget -c //media/usbhdd2/shares/config1.yml --cron execute

Any ideas on what I'm doing wrong?

Posts: 1

Participants: 1

Read full topic

Trakt.tv conig not working

$
0
0

@Jocke173 wrote:

I have Flexget 2.3.44 and Python 2.7 and have set up my config file as in the link and it is not working at all:
Pastebin Link

I wanted to auth my Trakt account but i get the following errors all the time:

INFO     manager                       Database upgrade is required. Attempting now.
2016-10-16 02:04 ERROR    schema                        Failed to upgrade database for plugin simple_persistence: value
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flexget/db_schema.py", line 150, in upgrade_wrapper
    new_ver = upgrade_func(current_ver, session)
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/simple_persistence.py", line 42, in upgrade
    for row in session.execute(select([table.c.id, table.c.plugin, table.c.key, table.c.value])):
  File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/util/_collections.py", line 212, in __getattr__
    raise AttributeError(key)
AttributeError: value
Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/flexget/__init__.py", line 42, in main
    manager.start()
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 313, in start
    self.initialize()
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 210, in initialize
    fire_event('manager.upgrade', self)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 106, in fire_event
    result = event(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/db_schema.py", line 158, in upgrade_wrapper
    manager.shutdown(finish_queue=False)
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 877, in shutdown
    raise RuntimeError('Cannot shutdown manager that was never initialized.')

What is the issue?
I´ve looked at the intent but it looks fine.

Posts: 1

Participants: 1

Read full topic

Flexget has stopped marking things as downloaded

$
0
0

@Bytor wrote:

Flexget has stopped marking things as downloaded and keeps redownloading everything over and over and over again. It started doing this about a month ago. The configs have been stable for about three years and the only changes made to the configs (there are three) are adding new shows to the list of series to look for.

Flexget is running on an Ubuntu 14.04.2 LTS server.

Any ideas why this might be happening?

=-=-=-= Config 1 =-=-=-=
templates:
tv:
transmission:
username: **
password: **
host: **
port: 9091
addpaused: no
ratio: 1.0
path: /home/pvr/Videos/TV/{{series_name}}/Season {{series_season}}
enabled: yes
clean_transmission:
username: transmission
password: transmission
host: **
port: 9091
min_ratio: 1.0
finished_for: 1 day
enabled: yes

download: /home/pvr/Torrents/downloads

magnets: no 
verify_ssl_certificates: no

retry_failed:
  retry_time: 1 minutes
  retry_time_multiplier: 1.01
  max_retries: 16

series:
  settings:
    tv:
      target: 1080p
      quality: 480p+
      timeframe: 24 hours
      propers: 2 weeks
      tracking: backfill
      upgrade: yes
      set:
        rename_like_files: yes
        include_subs: yes
        magnets: yes
        regexp:
          reject:
            - emporada
            - ubtitula
        content_filter:
          reject:
            - '*.lnk'
            - '*.exe'
            - '*.zip'
            - '*.rar'
            - '*.cbr'
  tv:
    - Aftermath:
        exact: yes
    - Aftermath (2016)
    - American Gods
    - Blakes 7
    - BrainDead
    - Castle (2009)
    - Colony
    - Dark Matter
    - Designated Survivor
    - Dirk Gentlys Holistic Detective Agency
    - Doctor Who (2005)
    - Doctor Who Extra
    - Doctor Who Devious
    - Dystopia
    - Electric Dreams
    - Emerald City
    - Extant
    - Falling Skies
    - Fear the Walking Dead
    - Foundation
    - Game of Thrones
    - Gateway
    - Gotham
    - Heroes Reborn
    - Homeland
    - Houdini and Doyle
    - Hyperion
    - Incorporated
    - iZombie
    - Killjoys
    - Kims Convenience
    - Lethal Weapon
    - Legends of Tomorrow
    - Limitless
    - Lost Girl
    - MacGyver (2016)
    - Madam Secretary
    - Marvels Agent Carter
    - Marvels Agents Of S.H.I.E.L.D.:
        path: /home/pvr/Videos/TV/Agents of SHIELD
    - Minority Report
    - Orphan Black
    - Other Space
    - People of Earth
    - Personal Space
    - Powerless
    - Powers
    - Prey
    - Quantico
    - Roadside Picnic
    - Scorpion
    - Sense8
    - Shadowhunters
    - Sherlock
    - Space 2099
    - SS-GB
    - Starfall
    - Star Trek
    - Star Trek Discovery
    - Star Wars Dark Rebellion
    - Star Wars Underworld
    - Suicide Squad
    - Supergirl
    - The 100
    - The Americans
    - The Expanse
    - The Flash (2014)
    - The Last Kingdom
    - The Librarians (2014)
    - The Magicians (2016)
    - The Man In The High Castle
    - The Muppets
    - The Shannara Chronicles
    - The Walking Dead
    - Time After Time
    - Timeless (2016)
    - Underworld
    - Van Helsing
    - Vikings
    - You, Me and the Apocalypse
    - Z Nation

tasks:
seed:
find:
regexp: .*(avi|mkv|mp4)$
path: /home/pvr/Videos/TV/
recursive: yes
template:
- tv
manual: yes
disable: builtins

showrss personal:
priority: 1
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

rarbg:
priority: 3
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

rarbg direct:
priority: 4
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

piratebay tv newest:
priority: 5
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

extratorrent tv:
priority: 6
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

torrent reactor tv:
priority: 7
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

torrentfunk verified:
priority: 8
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

isohunt:
priority: 9
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

mininova tv shows:
priority: 10
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

seven torrents:
priority: 12
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

eztv:
priority: 14
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'

buchtorrents:
priority: 15
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'

=-=-=-= Config 2 =-=-=-=

templates:
premieres:
thetvdb_lookup: yes
require_field: series_genres
regexp:
reject:
- documentary: {from: series_genres}
- talk show: {from: series_genres}
- game show: {from: series_genres}
series_premiere: yes
tv:
transmission:
username: **
password: **
host: **
port: 9091
addpaused: no
ratio: 1.0
path: /home/cory/Videos/TV/{{series_name}}/Season {{series_season}}
enabled: yes
clean_transmission:
username: **
password: **
host: **
port: 9091
min_ratio: 1.0
finished_for: 1 day
enabled: yes

download: /home/cory/Torrents/downloads

magnets: no 
verify_ssl_certificates: no

retry_failed:
  retry_time: 10 minutes
  retry_time_multiplier: 1.01
  max_retries: 16

series:
  settings:
    tv:
      target: 1080p
      quality: 480p+
      timeframe: 24 hours
      propers: 2 weeks
      upgrade: yes
      tracking: backfill
      set:
        rename_like_files: yes
        include_subs: yes
        magnets: yes
        regexp:
          reject:
            - emporada
            - ubtitula
        content_filter:
          reject:
            - '*.lnk'
            - '*.exe'
            - '*.zip'
            - '*.rar'
            - '*.cbr'
  tv:
    - 37 Days
    - Adam Ruins Everything
    - Almost Human
    - Ancient Aliens
    - Arrow
    - Black Mirror
    - Captain Canuck
    - Childhood's End
    - CSI Cyber
    - Dark Rising
    - Defiance
    - Drunk History
    - First Peoples
    - Helix
    - Intruders
    - Last Man on Earth
    - Man in the High Castle
    - Murdoch Mysteries
    - Red Mars
    - Revolution
    - Star Trek Begins
    - Star Trek New Voyages
    - Star Trek Phase II
    - Star Trek Renegades
    - Starfall
    - The Brink
    - The Hill
    - The Last Ship
    - The Void
    - Westworld

tasks:
seed:
find:
regexp: .*(avi|mkv|mp4)$
path: /home/cory/Videos/TV/
recursive: yes
template: tv
manual: yes
disable: builtins

showrss personal:
priority: 1
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

showrss all:
priority: 2
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

rarbg:
priority: 3
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

rarbg direct:
priority: 4
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

piratebay tv newest:
priority: 5
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

extratorrent tv:
priority: 6
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

torrent reactor tv:
priority: 7
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

torrentfunk verified:
priority: 8
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

isohunt:
priority: 9
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

mininova tv shows:
priority: 10
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

seven torrents:
priority: 12
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

eztv:
priority: 14
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'

buchtorrents:
priority: 15
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'

=-=-=-= Config 3 =-=-=-=

templates:
premieres:
thetvdb_lookup: yes
require_field: series_genres
regexp:
reject:
- documentary: {from: series_genres}
- talk show: {from: series_genres}
- game show: {from: series_genres}
series_premiere: yes
tv:
transmission:
username: **
password: **
host: **
port: 9091
addpaused: no
ratio: 1.0
path: /home/jennifer/Videos/TV/{{series_name}}/Season {{series_season}}
enabled: yes
clean_transmission:
username: **
password: **
host: **
port: 9091
min_ratio: 1.0
finished_for: 1 day
enabled: yes

download: /home/jennifer/Torrents

magnets: yes 
verify_ssl_certificates: no

retry_failed:
  retry_time: 10 minutes
  retry_time_multiplier: 1.01
  max_retries: 16

series:
  settings:
    tv:
      target: 1080p
      timeframe: 24 hours
      quality: 480p+
      propers: 2 weeks
      upgrade: yes
      tracking: backfill
      set:
        path: /home/jennifer/Videos/TV/{{series_name}}/Season {{series_season}}
        rename_like_files: yes
        include_subs: yes
        magnets: yes
        regexp:
          reject:
            - emporada
            - ubtitula
        content_filter:
          reject:
            - '*.lnk'
            - '*.exe'
            - '*.zip'
            - '*.rar'
            - '*.cbr'
  tv:
    - Bitten
    - Bones
    - Call the Midwife
    - Downton Abbey
    - The Fosters (2013)
    - Mohawk Girls
    - Once Upon A Time (2011)
    - Parks and Recreation
    - Peaky Blinders
    - Schitts Creek
    - The Best Laid Plans
    - The Book of Negroes
    - The Paradise

tasks:
seed:
find:
regexp: .*(avi|mkv|mp4)$
path: /home/jennifer/Videos/TV/
recursive: yes
template: tv
manual: yes
disable: builtins

showrss personal:
priority: 1
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

rarbg:
priority: 3
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

rarbg direct:
priority: 4
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

piratebay tv newest:
priority: 5
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

extratorrent tv:
priority: 6
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

torrent reactor tv:
priority: 7
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

torrentfunk verified:
priority: 8
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

isohunt:
priority: 9
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

mininova tv shows:
priority: 10
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

seven torrents:
priority: 12
verify_ssl_certificates: no
rss:
template: tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'
- '*.wmv'

eztv:
priority: 14
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'

buchtorrents:
priority: 15
verify_ssl_certificates: no
rss:
template:
- tv
content_filter:
reject:
- '*.lnk'
- '*.exe'
- '*.zip'
- '*.rar'

Posts: 2

Participants: 2

Read full topic

Script Freezes With No Errors

$
0
0

@Mike_Jones wrote:

My script has been freezing the past few days and I am not sure why. It has been working perfectly. The last lines in log file are

2016-10-19 08:32 VERBOSE  discover      trakt-tv        Searching for `12 Monkeys S01E14` with plugin `piratebay` (394 of 395)
2016-10-19 08:32 VERBOSE  discover      trakt-tv        No search results for `12 Monkeys S01E14`
2016-10-19 08:32 VERBOSE  discover      trakt-tv        Searching for `11.22.63 S01E09` with plugin `piratebay` (395 of 395)
2016-10-19 08:32 VERBOSE  discover      trakt-tv        No search results for `11.22.63 S01E09`

And my terminal window just sits on that line. Never moves forward.

If it matters my OS is Ubuntu, and I have no error log.

Posts: 17

Participants: 4

Read full topic


Series of comic (cbz) and cartoon (video) of same name [Solved]

$
0
0

@m_hume wrote:

Hi
Ran into a problem with the series plugin i have no idea how to resove. Hoping someone here might be able to point me in the right direction.

I use flexget to download both episodes of tv series and comic books (graphic novels, whatever...)
"Rick and Morty" is both a cartoon tv series and a comic book (both pretty sick (dictionary meaning))
I use the series plugin in both tasks for comics and tv
If i have "Rick and Morty" in both then i end up with a last man standing type issue where flexget tries to update the series information in the series table with whichever task produces output last.

Maybe we can have an extra column in the series table 'of_type' (defaults to empty string)
The unique index would need to cover this too
Then have a new flag in the series config to specify the 'of_type' of the source???

Maybe i'm getting ahead of myself
Anybody had the same issue?
Anybody found a work around?
Cheers
mh

Posts: 9

Participants: 2

Read full topic

Plugin `flexget.plugins.api.retry_failed` failed to import dependencies

$
0
0

@smajor wrote:

Hello, recently I started receiving the following error. I'm not exactly sure when, possibly after updating flexget at some point. I have flexget running as a cron and, unless it doesn't seem to be working, I have no reason to do a manual run.

It does still appear to be working, however. I just noticed it when I was adding a few things to my config and did a test execute.

I've tried re-installing it to no avail.

2016-10-23 09:43 CRITICAL plugin Plugin flexget.plugins.api.retry_failed failed to import dependencies
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/flexget/plugin.py", line 395, in loadplugins_from_dirs
import(module_name)
ImportError: No module named api.retry_failed

Posts: 7

Participants: 2

Read full topic

Flexget + t411 : 403 (while Deluge is OK)

$
0
0

@gerpy wrote:

Hi, I'm glad I've found this forum. Flexget looks awesome but I experience several problems with it. Context : Raspberry Pi 3 with updated Raspbian. Deluge is installed and working fine behind a VPN. I mainly use t411, a french private tracker. T411 is widely banned from french DNS but since seeding and leeching is OK within the VPN, I guess that my problem is not there.

So as to reduce the possibilities, I simply copied an official config.yml from http://flexget.com/Plugins/t411. I also added credentials but at the end, I get a 403 error. Any Idea ?

Let me put several command results here ...

pi@framboise:~/.flexget $ cat config.yml
tasks:
dl-movies:
imdb:
min_score: 7.3 # Decent movies only please
min_votes: 7000 # That people have actually watched
min_year: 2010 # That are reasonably new
reject_genres:
- musical
- documentary
reject_mpaa_ratings:
- G # No kiddie flicks please
assume_quality: 1080p bluray
t411:
category: Film
terms:
- HDrip 1080
- Français
- Multi (Français inclus)
- 2D

pi@framboise:~/.flexget $ flexget t411 add-auth (myuser) (mypswd)
Credential successfully updated

pi@framboise:~/.flexget $ flexget --test execute
2016-10-25 08:11 INFO manager Test mode, creating a copy from database ...
2016-10-25 08:11 INFO manager Test database created
2016-10-25 08:11 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-10-25 08:11 VERBOSE assume_quality dl-movies New assumption: any is 1080p bluray
2016-10-25 08:11 CRITICAL plugin dl-movies RequestException: 403 Client Error: Forbidden for url: http://api.t411.ch/auth
2016-10-25 08:11 WARNING task dl-movies Aborting task (plugin: t411)
2016-10-25 08:11 INFO manager Removed test database

Posts: 1

Participants: 1

Read full topic

Daemon Doesn't Copy Files

$
0
0

@quixote23 wrote:

I'm running into a weird behavioural quirk between CLI execution and the daemon.

Basically, my config has three defined tasks: TV (to find and download episodes), Extract (for archived files) and Copy (for non-archived files). If I run 'flexget execute' from the CLI, everything works as it should and files get downloaded, extracted and copied as expected.

However, if flexget-headless is running, it will reliably perform the first two - TV and Extract - but will not take any action on Copy. No errors and no log entries... It just doesn't seem to execute at all. Here's the relevant section of my config file:

`
Copy:

inputs:
  - filesystem:
      path: X:\-= Unsorted Downloads =-\-= AutoTV =-
      recursive: yes
      regexp: .*(mp4|mkv|avi)$
regexp:
  reject:
    - sample
accept_all: yes
exec:
  allow_background: no
  auto_escape: yes
  fail_entries: yes
  on_output:
    for_accepted: copy "{{location}}" "Y:\Videos\TV Shows\-= AutoTV =-"

`

I'm running on Windows 10 and the daemon is set to trigger via Task Scheduler on logon of any user. My initial assumption was that this might be a user permissions thing, but even then I would expect to see something in the logs.

Posts: 1

Participants: 1

Read full topic

Undecided entries using all_series

$
0
0

@BlackestDawn wrote:

Hi, been searching around the forum for a while and tried a few things but haven't found a solution to my problem.

My problem is that I have two tasks using all_series that are the same, outside of the URL it pulls from and where it saves them. One functions perfectly fine (TV) while the other only produces undecided entries (Anime). Might be useful to know that TV pulls from ShowRSS and Anime from Shana Project (anime version of ShowRSS).

One thing that I noticed in the feed from Shana Project is that the guid field is the URL for the original location, could that be it? Otherwise I can't identify any problem when using --dump.

Flexget config:

secrets: secrets.yml
templates:
global:
transmission:
netrc: '{{secrets.transmission.netrc}}'
addpaused: no
pushover:
userkey: '{{secrets.transmission.userkey}}'
apikey: '{{secrets.transmission.apikey}}'
title: 'Downloading {{series_name}}'
message: 'Episode {{series_id}}'

tasks:
Anime:
inputs:
- rss: '{{secrets.urls.anime}}'
all_series:
propers: yes
path: /mnt/data/torrents/animes/{{series_name}}

TV:
inputs:
- rss: '{{secrets.urls.tv}}'
all_series:
propers: yes
path: /mnt/data/torrents/series/{{series_name}}

Posts: 1

Participants: 1

Read full topic

Unhandled Error in plugin discover: Host is down

$
0
0

@jbaddock wrote:

Hi, I've been trying to troubleshoot this for some time now, and have had no luck at all. Wondering if someone has any insight into what may be wrong.

Setup:
lubuntu 16 that runs flexget V 2.3.43 (I keep trying updated versions, no luck)
Then, later on it will transfer the files to FreeNas share vis CIFS.

Here is the error message:

2016-10-25 22:18 CRITICAL task          Series-premiere-Track BUG: Unhandled error in plugin discover: [Errno 112] Host is down: '/mnt/plex/tv_series_premiere/'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 477, in __run_plugin
    return method(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 280, in on_task_input
    entries = self.execute_inputs(config, task)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 109, in execute_inputs
    result = method(task, input_config)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/filesystem.py", line 204, in on_task_input
    return self.get_entries_from_path(path_list, match, recursive, test_mode, get_files, get_dirs, get_symlinks)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/filesystem.py", line 168, in get_entries_from_path
    folder_objects = self.get_folder_objects(folder, recursion)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/filesystem.py", line 155, in get_folder_objects
    return folder.listdir()
  File "/usr/local/lib/python2.7/dist-packages/path.py", line 536, in listdir
    for child in map(self._always_unicode, os.listdir(self))

Here is the part of the script that is running:

  Series-premiere-Track:
    priority: 150
    template:
      - stage-premiere - # Tells it where to save
      - tv-deluge  #  pushes accepted entries to deluge
      - tv-info  # Get the info on the shows, TVDB, etc
    discover:
      what: 
        - filesystem:
            path: /mnt/plex/tv_series_premiere/  #Folder where existing stuff is saved
            recursive: no
            retrieve: dirs
      from:
        - flexget_archive: [tv]
    all_series:
      upgrade: no
      timeframe: 96 hours
      target: 1080p webdl h264
      quality: 720p+ hdtv+

This was working for over a year, then suddenly a few months ago I started having issues with it. I can browse to the file share, etc. But keep getting this error message about the host being down randomly. Same network, tied to the same switch.

If anyone has any thoughts, that would be appreciated!

Posts: 3

Participants: 2

Read full topic

Problems downloading after 2.5.3

$
0
0

@Ruben_Denolf wrote:

Hello,

After upgrading to the newest version (2.5.3), I ran into a problem while executing flexget:

2016-10-26 23:17 INFO download Marvels Agents of S H I E L D Downloading: Marvels.Agents.of.S.H.I.E.L.D.S04E05.HDTV.x264-LOL[ettv]
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 859, in emit
msg = self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 732, in format
return fmt.format(record)
File "/usr/local/lib/python2.7/dist-packages/flexget/logger.py", line 140, in format
return logging.Formatter.format(self, record)
File "/usr/lib/python2.7/logging/__init__.py", line 471, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 335, in getMessage
msg = msg % self.args
TypeError: str returned non-string (type Error)
Logged from file download.py, line 201
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 76, in emit
if self.shouldRollover(record):
File "/usr/lib/python2.7/logging/handlers.py", line 156, in shouldRollover
msg = "%s\n" % self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 732, in format
return fmt.format(record)
File "/usr/local/lib/python2.7/dist-packages/flexget/logger.py", line 140, in format
return logging.Formatter.format(self, record)
File "/usr/lib/python2.7/logging/__init__.py", line 471, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 335, in getMessage
msg = msg % self.args
TypeError: str returned non-string (type Error)
Logged from file download.py, line 201
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 859, in emit
msg = self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 732, in format
return fmt.format(record)
File "/usr/local/lib/python2.7/dist-packages/flexget/logger.py", line 140, in format
return logging.Formatter.format(self, record)
File "/usr/lib/python2.7/logging/__init__.py", line 471, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 335, in getMessage
msg = msg % self.args
TypeError: str returned non-string (type Error)
Logged from file download.py, line 201

To be honest, I have no clue as to what most of this means...

Could anyone help me figure this out please?

Thanks in advance!

Posts: 3

Participants: 2

Read full topic


503 errors access the pirate bay [Solved]

$
0
0

@noname202 wrote:

Due to the recent global DDoS cloud flare has started a new test to verify that the device accessing the site is, in fact, a browser and not anything automated. So flexget is getting 503 errors but if you follow the link, you see that cloudflare is testing the browser. So the link works it is just rejecting the automated get. I know this issue is not with flexget, however I wanted to see if anybody had figured a way out of it, or if there was anything we could do.

Thank you.

Posts: 2

Participants: 1

Read full topic

Limit speed when ration is >=value

$
0
0

@Cornel_Serban wrote:

Hello everyone,
Short:
I am downloading from a private tracker that is giving points for every .torrent that i am seeding. The problem is that some torrents seed more that others because of speed and the other torrents have low ratio.
What i would like to achive is limit the speed for the torrents that are hitting 2 ratio to 1000k. I don't want to stop them because it will not count as points further.
I tried to do it but without any success.
Any help will be greatly apreciated.
Thanks.

Posts: 5

Participants: 2

Read full topic

(UndefinedError) "output" is undefined

$
0
0

@mabba101 wrote:

Hi All,

I keep getting the following error when running any of my tasks from my config file.

2016-10-30 12:40 ERROR exec TV_HDT_FEED Could not set exec command for Frequency S01E04 Bleed Over 1080p WEBRip DD 5 1 x264-CasStudio: (UndefinedError) 'output' is undefined
2016-10-30 12:40 ERROR exec TV_HDT_FEED Could not set exec command for The Blacklist S04E06 The Trushes No 53 AMZN 1080p WEBRip DD 5 1 x264-DRACULA: (UndefinedError) 'output' is undefined

My config file is setup like

templates:
  tv:
    content_size:
      min: 800
      max: 7000
      strict: no
    configure_series:
      from:
        trakt_list:
          username: MyUser
          account: MyUser
          list: collection
          type: shows
        filesystem: D:/TV Shows
      settings:
        timeframe: 3 days
        target: 1080p
        quality: 720p-1080p !bluray
    # You must tell FlexGet to download the torrent file to some directory, so that it can be passed to uTorrent
    download: D:\Torrents\TVTorrents
    thetvdb_lookup: yes
    # Download path defined here can be used later as {{ut_path}} variable
    set:
      ut_path: D:/TV Shows/{{tvdb_series_name}}
    ## Output files to utorrent
    # /DIRECTORY takes two arguments:
    # 1. Save path (now set as {{ut_path}} ). pathscrub to delete unacceptable characters.
    # 2. Torrent file path ( set as {{output}} ). pathscrub done by default.
    # Detailed description: http://forum.utorrent.com/viewtopic.php?id=53988&p=1
    exec: C:\Users\Muhammad\AppData\Roaming\uTorrent\uTorrent.exe /DIRECTORY "{{ut_path|pathscrub}}" "{{output}}"

tasks:
  TV_HDT_FEED:
    priority: 1
    rss: https://hd-torrents.org/rss.php
    headers:
      Cookie: "uid=***; pass=****"
    template: tv
 
  TV_RBG_FEED:
    priority: 2
    rss: https://rarbg.to/rssdd.php?category=41
    template: tv

I have moved from windows 7 to 10 and I have had to install flexget again but this was working previously. Any help would be much appreciated.

Thanks

Posts: 2

Participants: 2

Read full topic

--config-autoreload: unrecognized argument

$
0
0

@gsapient wrote:

I decided to try the daemon. I am on win10 x64.
I read in the wiki that:

Using --config-autoreload will force config reloads before task execution.

However when I tried it out I got the following error:

flexget: error: unrecognized arguments: --config-autoreload

So what gives? Is there a new way to enable autoreloading at daemon startup?

Posts: 5

Participants: 3

Read full topic

Multiple OCH links for 1 series

$
0
0

@frumpymoons wrote:

Hi there,

I use the html plugin to get my links (sceper) and forward them to JDownloader. The only identifier is the filename. For example The.Walking.Dead.S01E01.mkv.

Recently I discovered that sometimes an episode is splitted into two rar files instead of one mkv. Now Flexget doesnt recognize the series anymore because the filename changed to something like twd101part1.rar.

Is there a way to solve this problem? Or an alternative to get uploaded links?

Best regards

  ochfeed:
    html:
      url: "http://sceper.ws/category/tv-shows/tv-shows-x264/page/{{i}}"
      title_from: auto
      links_re:
        - uploaded\.
      increment:
        from: 1
        to: 5
        step: 1

Posts: 3

Participants: 2

Read full topic

Viewing all 837 articles
Browse latest View live