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

Print Subtitle list

$
0
0

@effemmeffe wrote:

I have a tasak that compile the Subtitle list:

list_add:
      - subtitle_list:
          list: subtitles
          path: "{{location}}"
          remove_after: 7 days

and then a task that downloads subtitles, copied from the Subtitle list manual page.

Is it possible to print that list from the command line and add or remove entries?

Posts: 1

Participants: 1

Read full topic


Show not downloading

$
0
0

@kjp4756 wrote:

I have a pretty basic flexget/sonarr/deluge setup that has been working great. There is one show that is not downloading for some reason that I can't figure out. The show is 'Shameless (US)' and flexget isn't even looking for it. Any ideas on why this isn't working? If I search torrentz myself I find the show.

2019-11-12 10:13 VERBOSE  discover      get-tv          Discovering 9 titles ...
2019-11-12 10:13 INFO     discover      get-tv          Ignoring interval because of --discover-now
2019-11-12 10:13 INFO     task          get-tv          Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2019-11-12 10:13 VERBOSE  discover      get-tv          The Simpsons S31E07 hasn't been released yet (Expected: 2019-11-17 00:00:00)
2019-11-12 10:13 VERBOSE  discover      get-tv          Silicon Valley S06E04 hasn't been released yet (Expected: 2019-11-17 00:00:00)
2019-11-12 10:13 VERBOSE  discover      get-tv          Mr. Robot S04E07 hasn't been released yet (Expected: 2019-11-17 00:00:00)
2019-11-12 10:13 VERBOSE  discover      get-tv          Family Guy S18E07 hasn't been released yet (Expected: 2019-11-17 00:00:00)
2019-11-12 10:13 VERBOSE  discover      get-tv          Criminal Minds S15E01 hasn't been released yet (Expected: 2020-01-08 00:00:00)
2019-11-12 10:13 VERBOSE  details       get-tv          Task didn't produce any entries.
2019-11-12 10:13 VERBOSE  details       get-tv          Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2019-11-12 10:13 VERBOSE  notify_entry  get-tv          No accepted or failed entries, not sending a notification.
2019-11-12 10:13 INFO     task          get-tv          Rerunning the task in case better resolution can be achieved.
2019-11-12 10:13 VERBOSE  discover      get-tv          Discovering 4 titles ...
2019-11-12 10:13 INFO     discover      get-tv          Ignoring interval because of --discover-now
2019-11-12 10:13 VERBOSE  details       get-tv          Task didn't produce any entries.
2019-11-12 10:13 VERBOSE  details       get-tv          Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2019-11-12 10:13 VERBOSE  notify_entry  get-tv          No accepted or failed entries, not sending a notification.

tasks:
  get-tv:
    thetvdb_lookup: yes
    configure_series:
      settings:
        timeframe: 2 hours
        target: 720p webdl h264
        quality: 720p webrip+ h264
        identified_by: ep
      from:
        sonarr_list:
          base_url: http://127.0.0.1
          port: 8989
          api_key: [removed]
          include_ended: false
          only_monitored: true
          include_data: false
    discover:
      what:
        - next_series_episodes: yes
      from:
        -  torrentz: good
      interval: 1 hour
    urlrewrite:
      torrentz2:
        regexp: 'https://torrentz2.eu/(?P<id>\w*)'
        format: 'magnet:?xt=urn:btih:\g<id>&dn=&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce'
    deluge:
      label: tv-sonarr
      content_filename: "{{ series_name|replace(' ','.') }}.{{ series_id }}.{{ quality|upper }}{% if proper %}-PROPER{% endif %}"
      magnetization_timeout: 30

schedules:
  - tasks: get-tv
    interval:
      minutes: 60

Posts: 3

Participants: 1

Read full topic

ChangeLog unavailable

Can't seem to upgrade

$
0
0

@taw3434 wrote:

running Ubuntu 14.04.2 LTS

flexget -V
/usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/constant_time.py:26: CryptographyDeprecationWarning: Support for your Python version is deprecated. The next version of cryptography will remove support. Please upgrade to a release (2.7.7+) that supports hmac.compare_digest as soon as possible.
  utils.PersistentlyDeprecated2018,
/usr/local/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py:163: CryptographyDeprecationWarning: OpenSSL version 1.0.1 is no longer supported by the OpenSSL project, please upgrade. The next version of cryptography will drop support for it.
  utils.CryptographyDeprecationWarning
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:357: SNIMissingWarning: An HTTPS request has been made, but the SNI (Server Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:150: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:150: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning
2.21.35
Latest release: 3.0.3

went to https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings and did the following

pip install urllib3[secure]
Installing collected packages: pyOpenSSL
  Found existing installation: pyOpenSSL 0.13
ERROR: Cannot uninstall 'pyOpenSSL'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
/usr/local/lib/python2.7/dist-packages/pip/_vendor/urllib3/util/ssl_.py:139: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning,

any help on what to do from here. How can i get a clean fresh install of flexget so i can re-write my config with updated commands?

Posts: 2

Participants: 1

Read full topic

thetvdb_list stopped working

$
0
0

@jlalanda wrote:

Hello,

My flexget application stopped work and the following error appears:

BUG: Unhandled error in plugin configure_series: invalid literal for int() with base 10: 'His Dark Materials'
Traceback (most recent call last)

The following versions are installed:
flexget 3.0.5
python 3.8.0

Can you help me resolve this problem?

Posts: 3

Participants: 3

Read full topic

Keep getting a Malformed Config error

$
0
0

@shuttleboy wrote:

Hey guys, I'm running Flexget on Centos 7. I've set my flexget to run with systemd but when I type in 'flexget check' I get a Malformed configuration error. I've tried tweaking almost every part and I still get the error. Whats wrong with my config.yml file.

/usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.21.1) or chardet (2.2.1) doesn't match a supported version!
RequestsDependencyWarning)
2019-11-20 03:11 WARNING check Config line 13 is likely missing ':' at the end
2019-11-20 03:11 VERBOSE check Pre-checked 17 configuration lines
2019-11-20 03:11 CRITICAL manager mapping values are not allowed here in "", line 14, column 18: quality: webdl ^


Malformed configuration file (check messages above). Common reasons:


o Indentation error
o Missing : from end of the line
o Non ASCII characters (use UTF8)
o If text contains any of :[]{}% characters it must be single-quoted (eg. value{1} should be 'value{1}')

Reason: mapping values are not allowed here

----> MOST LIKELY REASON: Missing : from end of the line!

Check configuration near line 13, column 17

Fault is almost always in this or previous line

2019-11-20 03:11 CRITICAL manager Failed to load config file: Config file is not valid YAML
Could not start manager: Config file is not valid YAML

Here is my config.yml file https://pastebin.com/L7vD4EhL

Thanks in advance

Posts: 4

Participants: 2

Read full topic

Pushbullet error notify_entry 'x-ratelimit-reset'

$
0
0

@Feromon wrote:

Hi, since last week i have this error in my log. Up to this point everything worked without problems.

2019-11-13 10:30 ERROR    notify_entry  NexBox    'x-ratelimit-reset'
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notify.py", line 104, in send_notification
    send_notification(*args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notification_framework.py", line 124, in send_notification
    title, message, rendered_config
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notifiers/pushbullet.py", line 89, in notify
    self.send_push(key, title, message, config.get('url'), d, 'device_iden')
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notifiers/pushbullet.py", line 130, in send_push
    int(response.headers['X-Ratelimit-Reset'])
  File "/usr/local/lib/python3.5/dist-packages/requests/structures.py", line 52, in __getitem__
    return self._store[key.lower()][1]
KeyError: 'x-ratelimit-reset'

Flexget: 2.21.32
API: 1.5.0

Posts: 1

Participants: 1

Read full topic

Unable to upgrade to 3.X via pip

$
0
0

@Mirgolth wrote:

Hi,

I usually upgrade with pip but from 3.x on, new versions are not available.

My pip/python versions
$ /volume1/@appstore/py3k/usr/local/bin/pip -V
pip 19.3.1 from /volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/pip (python 3.5)

$ /volume1/@appstore/py3k/usr/local/bin/pip install --no-warn-script-location --upgrade flexget==3.0.9
ERROR: Could not find a version that satisfies the requirement flexget==3.0.9 (from versions: 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 1.1.11, 1.1.12,
[...]
2.20.27, 2.20.28, 2.21.0, 2.21.1, 2.21.2, 2.21.3, 2.21.4, 2.21.5, 2.21.6, 2.21.7, 2.21.8, 2.21.9, 2.21.10, 2.21.11, 2.21.12, 2.21.13, 2.21.14, 2.21.15, 2.21.16, 2.21.17, 2.21.18, 2.21.19, 2.21.20, 2.21.21, 2.21.22, 2.21.23, 2.21.24, 2.21.25, 2.21.26, 2.21.27, 2.21.28, 2.21.29, 2.21.30, 2.21.31, 2.21.32, 2.21.33, 2.21.34, 2.21.35)
ERROR: No matching distribution found for flexget==3.0.9

Any clues to help me ?

Posts: 1

Participants: 1

Read full topic


Question regarding db-config.sqlite and flexget.log

$
0
0

@onlinewurm wrote:

hi it is possible to create your own db-config.sqlite for movies and series.
The man in the config.yml what extrag can enter that I create different db-config.sqlite and flexget.log.

zb filme-config.sqlite and filme.log
serie-config.sqlite and serie.log

Posts: 1

Participants: 1

Read full topic

How to use a local CSV file on windows?

$
0
0

@radar wrote:

Sorry if this is a super newbie question. I've searched all over the forum and the docs and I can't seem to find anything that works. I can't figure out the proper way to format a URI for flexget on windows 10.

Here is the code:

tasks:
  main_task:
    csv:
      url: file:///Users/RADAR/Flexget/names.csv
      values:
        title: 1
        url: 2
    list_add:
      - entry_list: testlist
    rss: https://
    crossmatch:
      from:
        - entry_list: testlist
      fields:
        - titles
      exact: no
      action: accept
    download: C:\Users\RADAR\Flexget\NZB\

Here are some other variations that I've tried:

file://C:/Users/RADAR/Flexget/names.csv

file:///C:/Users/RADAR/Flexget/names.csv

file:///C$/Users/RADAR/Flexget/names.csv

file://Users/RADAR/Flexget/names.csv

Right now I'm erroring out at the CSV. I'm sure there are also errors further down (just started using flex get an hour ago and this is the first attempt). But right now I just need to find a way past the first issue.

Thanks!

Posts: 2

Participants: 1

Read full topic

Series plugin duplicates the entries

$
0
0

@punk wrote:

Hey guys,

so, I have the situation that I encountered for the first time. My configuration takes the TV Series by the ep_id and yet, I found that during the night downloads it downloaded a few episodes twice. Looking at the logs I can't figure out why.

Here's the content from flexget.log

2019-12-06 02:30 INFO     series.db     TV-HD-rarbg     identified_by has locked in to type `ep` for The Marvelous Mrs Maisel
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E02.720p.WEB.h264-SKGTV[rartv]" torrent added to transmission
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E08.1080p.WEB.h264-SKGTV[rartv]" torrent added to transmission
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E06.1080p.WEB.H264-GHOSTS[rartv]" torrent added to transmission
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E07.1080p.WEB.h264-SKGTV[rartv]" torrent added to transmission
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E01.720p.WEB.H264-STRiFE[rartv]" torrent added to transmission
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E05.1080p.WEB.H264-GHOSTS[rartv]" torrent added to transmission
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E03.1080p.WEB.H264-GHOSTS[rartv]" torrent added to transmission
2019-12-06 02:30 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E04.1080p.WEB.H264-GHOSTS[rartv]" torrent added to transmission

As you can see it took the 01, 02, 03, 04, 05, 06, 07, 08 episodes. Pay attention to the timestamps, it all happened at 02:30 during the night.

Now 45 minutes goes by and I get yet another hit

2019-12-06 03:15 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E06.PROPER.1080p.WEB.h264-SKGTV[rartv]" torrent added to transmission
2019-12-06 03:15 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E05.PROPER.1080p.WEB.h264-SKGTV[rartv]" torrent added to transmission
2019-12-06 03:15 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E03.PROPER.1080p.WEB.h264-SKGTV[rartv]" torrent added to transmission
2019-12-06 03:15 INFO     transmission  TV-HD-rarbg     "The.Marvelous.Mrs.Maisel.S03E04.PROPER.1080p.WEB.h264-SKGTV[rartv]" torrent added to transmission

This morning I've opened flexget series log and to my surprise it actually thinks only one of each of the episodes was
downloaded

┌The Marvelous Mrs Maisel┬───────────────────────────────────────────────────────────────────────────┬──────────────────────────┬────────┐
│ Identifier │ Last seen │ Release titles                                                            │ Release Quality          │ Proper │
├────────────┼───────────┼───────────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────┤
│ S03E01     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E01.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E01.720p.WEB.H264-STRiFE[rartv] *             │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E01.1080p.WEB.H264-GHOSTS[rartv]              │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E01.PROPER.1080p.WEB.h264-SKGTV[rartv]        │ 1080p webdl h264         │ Yes    │
│            │           │ The.Marvelous.Mrs.Maisel.S03E01.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03E02     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E02.720p.WEB.h264-SKGTV[rartv] *              │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E02.1080p.WEB.H264-GHOSTS[rartv]              │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E02.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E02.PROPER.1080p.WEB.h264-SKGTV[rartv]        │ 1080p webdl h264         │ Yes    │
│            │           │ The.Marvelous.Mrs.Maisel.S03E02.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03E08     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E08.1080p.WEB.h264-SKGTV[rartv] *             │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E08.720p.WEB.h264-SKGTV[rartv]                │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E08.iNTERNAL.1080p.WEB.H264-GHOSTS[rartv]     │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E08.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E08.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03E06     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E06.1080p.WEB.H264-GHOSTS[rartv] *            │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E06.720p.WEB.h264-SKGTV[rartv]                │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E06.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E06.PROPER.1080p.WEB.h264-SKGTV[rartv] *      │ 1080p webdl h264         │ Yes    │
│            │           │ The.Marvelous.Mrs.Maisel.S03E06.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03E07     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E07.1080p.WEB.h264-SKGTV[rartv] *             │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E07.720p.WEB.h264-SKGTV[rartv]                │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E07.iNTERNAL.1080p.WEB.H264-GHOSTS[rartv]     │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E07.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E07.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03E05     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E05.1080p.WEB.H264-GHOSTS[rartv] *            │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E05.720p.WEB.h264-SKGTV[rartv]                │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E05.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E05.PROPER.1080p.WEB.h264-SKGTV[rartv] *      │ 1080p webdl h264         │ Yes    │
│            │           │ The.Marvelous.Mrs.Maisel.S03E05.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03E03     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E03.1080p.WEB.H264-GHOSTS[rartv] *            │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E03.720p.WEB.h264-SKGTV[rartv]                │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E03.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E03.PROPER.1080p.WEB.h264-SKGTV[rartv] *      │ 1080p webdl h264         │ Yes    │
│            │           │ The.Marvelous.Mrs.Maisel.S03E03.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03E04     │ 7h        │ The.Marvelous.Mrs.Maisel.S03E04.1080p.WEB.H264-GHOSTS[rartv] *            │ 1080p webdl h264         │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E04.720p.WEB.h264-SKGTV[rartv]                │ 720p webdl h264          │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E04.WEB.H264-STRiFE[rartv]                    │ webdl h264               │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03E04.PROPER.1080p.WEB.h264-SKGTV[rartv] *      │ 1080p webdl h264         │ Yes    │
│            │           │ The.Marvelous.Mrs.Maisel.S03E04.iNTERNAL.HDR.1080p.WEB.H265-GHOSTS[rartv] │ 1080p webdl h265         │        │
│ S03        │ 6h        │ The.Marvelous.Mrs.Maisel.S03.720p.AMZN.WEBRip.DDP5.1.x264-MIXED[rartv]    │ 720p webrip h264 dd+5.1  │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03.1080p.AMZN.WEBRip.DDP5.1.x264-GHOSTS[rartv]  │ 1080p webrip h264 dd+5.1 │        │
│            │           │ The.Marvelous.Mrs.Maisel.S03.WEBRip.x264-ION10                            │ webrip h264              │        │
└────────────┴───────────┴───────────────────────────────────────────────────────────────────────────┴──────────────────────────┴────────┘
 * Downloaded

With all of this story I have no idea what to make of it. The only thought that comes to mind is: Are you, Flexget, for real?!

What do you think?

Thanks a ton

Posts: 3

Participants: 2

Read full topic

Flexget cannot deal with ipv6

$
0
0

@Feromon wrote:

2019-12-06 13:00 WARNING download NexBox RequestException HTTPConnectionPool(host='6tor.net', port=80): Max retries exceeded with url: /download/733017 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -5] No address associated with hostname')), while downloading http://6tor.net/download/733017 2019-12-06 13:00 ERROR entry NexBox Failed К звёздам (Network error during request: HTTPConnectionPool(host='6tor.net', port=80): Max retries exceeded with url: /download/733017 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -5] No address associated with hostname'))) 2019-12-06 13:00 INFO task NexBox Plugin retry_failed has requested task to be ran again after execution has completed. 2019-12-06 13:00 INFO task NexBox Rerunning the task in case better resolution can be achieved.

Python 3.7.4 Flexget 3.0.12

[~] # wget http://6tor.net/download/733017
Connecting to 6tor.net ([2a09:be80:100::91]:80)
saving to '733017'
733017 100% |*******************************************************************************************************************************************************************| 58793 0:00:00 ETA
'733017' saved
[~] # python3 -V
Python 3.7.4
[~] #

Posts: 1

Participants: 1

Read full topic

--cron on windows

$
0
0

@gsapient wrote:

Just out of curiosity, what does the --cron parameter do in windows? I could not find an explanation in the wiki.

Posts: 1

Participants: 1

Read full topic

Annoying warnings from RSS

$
0
0

@AndreasT wrote:

In my configuration I'm using the RSS plugin. In general it works fine, i can see that items are detected in the RSS feeds, and i can see the ones i want getting filtered out and downloaded etc.

However, the console it filled with warning messages like this;

2019-12-02 10:03 WARNING details RSS_TASK Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.

In my RSS configuration I'm using the "all_entries: no" option. I assume that if the RSS task runs, and there are no NEW items in the feed, then that warning message for the task is issued? Hence with my configuration its a "false positive" warning, that comes not from a faulty configuration, but actually from the outcome of a valid config.

Could a dev maybe please help me verify if this is the case, or if it indeed is my config that may be wrong?

I also added the "silent: yes" option to my RSS config, but no effect, warning is still shown.

Thanks in advance!

PS. Im using Python 3.8.0 + Flexget 3.0.12 DS.

Posts: 2

Participants: 1

Read full topic

Unhandled error in deluge Keyerror: 'file'

$
0
0

@joneso87 wrote:

Having an issue with my deluge config, anyone provide any insight? Was completely functional about 5 days ago. Here' the error.

2019-12-12 11:54 CRITICAL task          movies          BUG: Unhandled error in plugin deluge: 'file'
Traceback (most recent call last):
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/task.py", line 520, in __run_plugin
    result = method(*args, **kwargs)
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/event.py", line 20, in __call__
    return self.func(*args, **kwargs)
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/plugins/clients/deluge.py", line 413, in on_task_output
    if not os.path.exists(entry['file']):
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/utils/lazy_dict.py", line 69, in __getitem__
    item = self.store[key]
KeyError: 'file'

Here is a relevant bit from my config, but the error happens anywhere deluge is used.

  watchlist:
    priority: 8
    trakt_list:
      username: 
      account: 
      list: Movies
      type: movies
    seen: local
    accept_all: yes
    list_add:
      - movie_list: movieslist

  movies:
    priority: 9
    parsing:
      movie: guessit
    discover:
      release_estimations: loose
      interval: 4 hours
      what:
        - movie_list: movieslist
      from:
        - rarbg:
            category: [44, 45, 17, 51, 46, 42]
        - piratebay:
            category: all
        - 1337x: yes
        - limetorrents:
            category: movies
    sort_by:
      field: torrent_availability
      reverse: yes
    tmdb_lookup: yes
    magnets: yes
    quality: 
      - 720p-2160p dd+5.1|dts|dtshd|truehd|dd5.1|flac
      - remux+
    list_match:
      from:
        - movie_list: movieslist
    sort_by:
      field: torrent_seeds
      reverse: yes
    content_size:
      min: 7000
      max: 35000
    interval: 1 hour
    deluge:
      username: localclient
      password: deluge
      magnetization_timeout: 45
      main_file_only: yes
      content_filename: "{{tmdb_name|replace(':',' ')}} ({{tmdb_year}})/{{tmdb_name|replace(':',' ')}}-{{tmdb_year}}"
      move_completed_path: /media/odroid/WD/Media/Movies/
    cfscraper: yes

Any ideas what's causing the failure and whether I can fix it?

Posts: 2

Participants: 2

Read full topic


Upgrade from 2.21.21 to 3.0.16 Raspberry Pi

$
0
0

@Zzrod wrote:

I am trying to perform the upgrade from V2 to V3 without success ...

Flexget -V provides ...

.local/bin/flexget -V
2.21.21
Latest release: 3.0.16

When running the upgrade via PIP3 ...

pip3 install --upgrade flexget
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: flexget in /usr/local/lib/python3.6/site-packages (3.0.16)
Requirement already satisfied, skipping upgrade: pytz==2017.2 in /usr/local/lib/python3.6/site-packages (from flexget) (2017.2)
Requirement already satisfied, skipping upgrade: python-dateutil==2.6.1 in /usr/local/lib/python3.6/site-packages (from flexget) (2.6.1)
Requirement already satisfied, skipping upgrade: urllib3==1.24.2 in /usr/local/lib/python3.6/site-packages (from flexget) (1.24.2)
Requirement already satisfied, skipping upgrade: tempora==1.8 in /usr/local/lib/python3.6/site-packages (from flexget) (1.8)
Requirement already satisfied, skipping upgrade: zc.lockfile==2.0 in /usr/local/lib/python3.6/site-packages (from flexget) (2.0)
Requirement already satisfied, skipping upgrade: chardet==3.0.3 in /usr/local/lib/python3.6/site-packages (from flexget) (3.0.3)
Requirement already satisfied, skipping upgrade: babelfish==0.5.5 in /usr/local/lib/python3.6/site-packages (from flexget) (0.5.5)
Requirement already satisfied, skipping upgrade: zxcvbn-python==4.4.15 in /usr/local/lib/python3.6/site-packages (from flexget) (4.4.15)
Requirement already satisfied, skipping upgrade: webencodings==0.5.1 in /usr/local/lib/python3.6/site-packages (from flexget) (0.5.1)
Requirement already satisfied, skipping upgrade: flask-compress==1.4.0 in /usr/local/lib/python3.6/site-packages (from flexget) (1.4.0)
Requirement already satisfied, skipping upgrade: terminaltables==3.1.0 in /usr/local/lib/python3.6/site-packages (from flexget) (3.1.0)
Requirement already satisfied, skipping upgrade: apscheduler==3.5.0 in /usr/local/lib/python3.6/site-packages (from flexget) (3.5.0)
Requirement already satisfied, skipping upgrade: rebulk==2.0.0 in /usr/local/lib/python3.6/site-packages (from flexget) (2.0.0)
Requirement already satisfied, skipping upgrade: more-itertools==7.2.0 in /usr/local/lib/python3.6/site-packages (from flexget) (7.2.0)
Requirement already satisfied, skipping upgrade: flask-restplus==0.10.1 in /usr/local/lib/python3.6/site-packages (from flexget) (0.10.1)
Requirement already satisfied, skipping upgrade: guessit==3.1.0 in /usr/local/lib/python3.6/site-packages (from flexget) (3.1.0)
Requirement already satisfied, skipping upgrade: flask-cors==3.0.2 in /usr/local/lib/python3.6/site-packages (from flexget) (3.0.2)
Requirement already satisfied, skipping upgrade: pyrss2gen==1.1 in /usr/local/lib/python3.6/site-packages (from flexget) (1.1)
Requirement already satisfied, skipping upgrade: flask-restful==0.3.6 in /usr/local/lib/python3.6/site-packages (from flexget) (0.3.6)
Requirement already satisfied, skipping upgrade: jinja2==2.10.1 in /usr/local/lib/python3.6/site-packages (from flexget) (2.10.1)
Requirement already satisfied, skipping upgrade: plumbum==1.6.3 in /usr/local/lib/python3.6/site-packages (from flexget) (1.6.3)
Requirement already satisfied, skipping upgrade: tzlocal==1.4 in /usr/local/lib/python3.6/site-packages (from flexget) (1.4)
Requirement already satisfied, skipping upgrade: cheroot==8.2.1 in /usr/local/lib/python3.6/site-packages (from flexget) (8.2.1)
Requirement already satisfied, skipping upgrade: beautifulsoup4==4.6.0 in /usr/local/lib/python3.6/site-packages (from flexget) (4.6.0)
Requirement already satisfied, skipping upgrade: colorclass==2.2.0 in /usr/local/lib/python3.6/site-packages (from flexget) (2.2.0)
Requirement already satisfied, skipping upgrade: html5lib==0.999999999 in /usr/local/lib/python3.6/site-packages (from flexget) (0.999999999)
Requirement already satisfied, skipping upgrade: requests==2.21.0 in /usr/local/lib/python3.6/site-packages (from flexget) (2.21.0)
Requirement already satisfied, skipping upgrade: sqlalchemy==1.3.11 in /usr/local/lib/python3.6/site-packages (from flexget) (1.3.11)
Requirement already satisfied, skipping upgrade: werkzeug==0.15.6 in /usr/local/lib/python3.6/site-packages (from flexget) (0.15.6)
Requirement already satisfied, skipping upgrade: jsonschema==2.6.0 in /usr/local/lib/python3.6/site-packages (from flexget) (2.6.0)
Requirement already satisfied, skipping upgrade: cherrypy==18.4.0 in /usr/local/lib/python3.6/site-packages (from flexget) (18.4.0)
Requirement already satisfied, skipping upgrade: itsdangerous==0.24 in /usr/local/lib/python3.6/site-packages (from flexget) (0.24)
Requirement already satisfied, skipping upgrade: progressbar==2.5 in /usr/local/lib/python3.6/site-packages (from flexget) (2.5)
Requirement already satisfied, skipping upgrade: pyparsing==2.2.0 in /usr/local/lib/python3.6/site-packages (from flexget) (2.2.0)
Requirement already satisfied, skipping upgrade: rpyc==4.0.1 in /usr/local/lib/python3.6/site-packages (from flexget) (4.0.1)
Requirement already satisfied, skipping upgrade: idna==2.5 in /usr/local/lib/python3.6/site-packages (from flexget) (2.5)
Requirement already satisfied, skipping upgrade: click==6.7 in /usr/local/lib/python3.6/site-packages (from flexget) (6.7)
Requirement already satisfied, skipping upgrade: flask==1.0.2 in /usr/local/lib/python3.6/site-packages (from flexget) (1.0.2)
Requirement already satisfied, skipping upgrade: portend==2.6 in /usr/local/lib/python3.6/site-packages (from flexget) (2.6)
Requirement already satisfied, skipping upgrade: six==1.13.0 in /usr/local/lib/python3.6/site-packages (from flexget) (1.13.0)
Requirement already satisfied, skipping upgrade: markupsafe==1.0 in /usr/local/lib/python3.6/site-packages (from flexget) (1.0)
Requirement already satisfied, skipping upgrade: pynzb==0.1.0 in /usr/local/lib/python3.6/site-packages (from flexget) (0.1.0)
Requirement already satisfied, skipping upgrade: flask-login==0.4.0 in /usr/local/lib/python3.6/site-packages (from flexget) (0.4.0)
Requirement already satisfied, skipping upgrade: pyyaml==5.1.2 in /usr/local/lib/python3.6/site-packages (from flexget) (5.1.2)
Requirement already satisfied, skipping upgrade: jaraco.functools==2.0 in /usr/local/lib/python3.6/site-packages (from flexget) (2.0)
Requirement already satisfied, skipping upgrade: aniso8601==1.2.1 in /usr/local/lib/python3.6/site-packages (from flexget) (1.2.1)
Requirement already satisfied, skipping upgrade: feedparser==5.2.1 in /usr/local/lib/python3.6/site-packages (from flexget) (5.2.1)
Requirement already satisfied, skipping upgrade: certifi==2017.4.17 in /usr/local/lib/python3.6/site-packages (from flexget) (2017.4.17)
Requirement already satisfied, skipping upgrade: setuptools in /usr/local/lib/python3.6/site-packages (from zc.lockfile==2.0->flexget) (42.0.2)

Any assistance in getting to latest version would be appreciated ...

Thank you.

Posts: 5

Participants: 2

Read full topic

Help a newbie with config.yml

$
0
0

@Stefos wrote:

Hello, i Have already done some search but i'm confused. I 'm running flexget and transmission on a docker on an Ubuntu machine. Both containers works just fine but I can't figure out the config file. I want to download the episodes that showrss provides

I ve tried different configurations but i can't make it work. Currently i tried this one

web_server:
  web_ui: yes
  run_v2: yes

schedules:
  - tasks: rss-feed
    schedule:
      hour: 1-18/1

templates:
  transmissionrpc:
    transmission:
      host: xxx
      port: 9091
      username: xx
      password: xxx
      main_file_only: yes
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*[sS]ample*'
        - '*.txt'
tasks:
  rss-feed:
    priority: 1
    rss: http://showrss.info/user/229110.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    all_series: yes
    configure_series:
    set:
      path: xxxxx
    template:
        - transmissionrpc

my logs shows this, any help ? THanks in advance!!!

`2019-12-20 17:36:30.681 DEBUG    manager                       Figuring out config load paths


2019-12-20 17:36:30.682 DEBUG    manager                       Found config: /root/.flexget/config.yml


2019-12-20 17:36:30.682 DEBUG    manager                       Config file /root/.flexget/config.yml selected


2019-12-20 17:36:30.699 DEBUG    manager                       sys.defaultencoding: utf-8


2019-12-20 17:36:30.700 DEBUG    manager                       sys.getfilesystemencoding: utf-8


2019-12-20 17:36:30.700 DEBUG    manager                       flexget detected io encoding: utf-8


2019-12-20 17:36:30.701 DEBUG    manager                       os.path.supports_unicode_filenames: False


2019-12-20 17:36:30.702 DEBUG    plugin                        Trying to load plugins from: ['/root/.flexget/plugins', '/usr/lib/python3.7/site-packages/flexget/plugins']


2019-12-20 17:36:30.876 DEBUG    stevedore.extension                 found extension EntryPoint.parse('addic7ed = subliminal.providers.addic7ed:Addic7edProvider')


2019-12-20 17:36:30.972 DEBUG    stevedore.extension                 found extension EntryPoint.parse('legendastv = subliminal.providers.legendastv:LegendasTVProvider')


2019-12-20 17:36:30.982 DEBUG    stevedore.extension                 found extension EntryPoint.parse('opensubtitles = subliminal.providers.opensubtitles:OpenSubtitlesProvider')


2019-12-20 17:36:31.010 DEBUG    stevedore.extension                 found extension EntryPoint.parse('podnapisi = subliminal.providers.podnapisi:PodnapisiProvider')


2019-12-20 17:36:31.015 DEBUG    stevedore.extension                 found extension EntryPoint.parse('shooter = subliminal.providers.shooter:ShooterProvider')


2019-12-20 17:36:31.017 DEBUG    stevedore.extension                 found extension EntryPoint.parse('subscenter = subliminal.providers.subscenter:SubsCenterProvider')


2019-12-20 17:36:31.019 DEBUG    stevedore.extension                 found extension EntryPoint.parse('thesubdb = subliminal.providers.thesubdb:TheSubDBProvider')


2019-12-20 17:36:31.162 DEBUG    stevedore.extension                 found extension EntryPoint.parse('tvsubtitles = subliminal.providers.tvsubtitles:TVsubtitlesProvider')


2019-12-20 17:36:31.168 DEBUG    stevedore.extension                 found extension EntryPoint.parse('metadata = subliminal.refiners.metadata:refine')


2019-12-20 17:36:31.182 DEBUG    stevedore.extension                 found extension EntryPoint.parse('omdb = subliminal.refiners.omdb:refine')


2019-12-20 17:36:31.186 DEBUG    stevedore.extension                 found extension EntryPoint.parse('tvdb = subliminal.refiners.tvdb:refine')


2019-12-20 17:36:31.192 DEBUG    plugin                        Plugin `memusage` requires plugin `ext lib `guppy`` to load.


2019-12-20 17:36:32.167 DEBUG    plugin                        Trying to load components from: ['/root/.flexget/components', '/usr/lib/python3.7/site-packages/flexget/components']


2019-12-20 17:36:33.745 DEBUG    plugin                        Plugins took 3.04 seconds to load. 298 plugins in registry.


2019-12-20 17:36:33.861 DEBUG    manager                       Connecting to: sqlite:////root/.flexget/db-config.sqlite


2019-12-20 17:36:33.936 DEBUG    manager                       config_name: config


2019-12-20 17:36:33.937 DEBUG    manager                       config_base: /root/.flexget


2019-12-20 17:36:33.949 CRITICAL manager                       [/tasks/rss-feed/configure_series] Got `None`, expected: dict


2019-12-20 17:36:33.950 DEBUG    manager                       invalid config, rolling back


2019-12-20 17:36:33.951 CRITICAL manager                       Failed to load config file: Did not pass schema validation.


2019-12-20 17:36:33.952 DEBUG    manager                       Removed /root/.flexget/.config-lock


Traceback (most recent call last):


  File "/usr/lib/python3.7/site-packages/flexget/__init__.py", line 41, in main


    manager.start()


  File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 387, in start


    self.initialize()


  File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 245, in initialize


    self.load_config()


  File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 706, in load_config


    self.update_config(config)


  File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 717, in update_config


    self.config = self.validate_config(config)


  File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 778, in validate_config


    raise err


ValueError: Did not pass schema validation.

`

Posts: 1

Participants: 1

Read full topic

'seen' plugin rejecting torrents that it should be accepting

$
0
0

@1337ingDisorder wrote:

Having an odd issue here.

Torrents that should be getting accepted and added to the queue are being rejected. Here's a sample of the output when it happens:

2019-12-21 23:14 VERBOSE task torrents REJECTED: Cunk And Other Humans On 2019 S01E06 720p HEVC x265-MeGusta by seen plugin because entry with title Cunk And Other Humans On 2019 S01E06 720p HEVC x265-MeGusta is already marked seen in the task TorrentDay at 2019-12-21 21:40

I haven't downloaded that ep yet, so why is it thinking that I've already seen it?

How do I fix this?

Posts: 4

Participants: 3

Read full topic

Error after crash, invalid syntax

$
0
0

@JoeyGod wrote:

`___ ____ _ _____
/ _ \| _ (_) |__ /___ _ __ ___
| | | | |_) | | / // _ \ '__/ _ \
| || | __/| | / /| __/ | | () |
_/|_| |_| /_____|_| ___/

Welcome to Armbian Buster with Linux 5.3.9-sunxi

System load: 0.74 0.75 0.81 Up time: 8 days
Memory usage: 31 % of 491MB Zram usage: 30 % of 245Mb IP: 192.168.0.172
CPU temp: 52°C
Usage of /: 12% of 15G

Last login: Fri Jan 3 11:55:37 2020 from x.x.x.x

root@orangepizero:~# flexget execute --tasks movies-get &
[1] 16116
root@orangepizero:~# Traceback (most recent call last):
File "/usr/local/bin/flexget", line 6, in
from flexget import main
File "/usr/local/lib/python2.7/dist-packages/flexget/__init__.py", line 11, in
from flexget import logger
File "/usr/local/lib/python2.7/dist-packages/flexget/logger.py", line 16, in
from flexget.utils.tools import io_encoding
File "/usr/local/lib/python2.7/dist-packages/flexget/utils/tools.py", line 22, in
import requests
File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line 115, in
from .api import request, get, head, post, patch, put, delete, options
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 13, in
from . import sessions
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 27, in
from .adapters import HTTPAdapter
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 1
suggestions-container.md-THEME_NAME-theme li:hover, .md-autocomplete-suggestions-container.md-THEME_NAME-theme li.selected { background: '{{background-200}}'; }md-backdrop { background-color: '{{background-900-0.0}}'; } md-backdrop.md-opaque.md-THEME_NAME-theme { background-color: '{{background-900-1.0}}'; }md-bottom-sheet.md-THEME_NAME-theme { background-color: '{{background-50}}'; border-top-color: '{{background-300}}'; } md-bottom-sheet.md-THEME_NAME-theme.md-list md-list-item { color: '{{foreground-1}}'; } md-bottom-sheet.md-THEME_NAME-theme .md-subheader { background-color: '{{background-50}}'; } md-bottom-sheet.md-THEME_NAME-theme .md-subheader { color: '{{foreground-1}}'; }.md-button.md-THEME_NAME-theme:not([disabled]):hover { background-color: '{{background-500-0.2}}'; }.md-button.md-THEME_NAME-theme:not([disabled]).md-focused { background-color: '{{background-500-0.2}}'; }.md-button.md-THEME_NAME-theme:not([disabled]).md-icon-button:hover { background-color: transparent; }.md-button.md-THEME_NAME-theme.md-fab { background-color: '{{accent-color}}'; color: '{{accent-contrast}}'; } .md-button.md-THEME_NAME-theme.md-fab md-icon { color: '{{accent-contrast}}'; } .md-button.md-THEME_NAME-theme.md-fab:not([disabled]):hover { background-color: '{{accent-A700}}'; } .md-button.md-THEME_NAME-theme.md-fab:not([disabled]).md-focused { background-color: '{{accent-A700}}'; }.md-button.md-THEME_NAME-theme.md-primary { color: '{{primary-color}}'; } .md-button.md-THEME_NAME-theme.md-primary.md-raised, .md-button.md-THEME_NAME-theme.md-primary.md-fab { color: '{{primary-contrast}}'; background-color: '{{primary-color}}'; } .md-button.md-THEME_NAME-theme.md-primary.md-raised:not([disabled]) md-icon, .md-button.md-THEME_NAME-theme.md-primary.md-fab:not([disabled]) md-icon { color: '{{primary-contrast}}'; } .md-button.md-THEME_NAME-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-THEME_NAME-theme.md-primary.md-fab:not([disabled]):hover { background-color: '{{primary-600}}'; } .md-button.md-THEME_NAME-theme.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-THEME_NAME-theme.md-primary.md-fab:not([disabled]).md-focused { background-color: '{{primary-600}}'; } .md-button.md-THEME_NAME-theme.md-primary:not([disabled]) md-icon { color: '{{primary-color}}'; }.md-button.md-THEME_NAME-theme.md-fab { background-color: '{{accent-color}}'; color: '{{accent-contrast}}'; } .md-button.md-THEME_NAME-theme.md-fab:not([disabled]) .md-icon { color: '{{accent-contrast}}'; } .md-button.md-THEME_NAME-theme.md-fab:not([disabled]):hover { background-color: '{{accent-A700}}'; } .md-button.md-THEME_NAME-theme.md-fab:not([disabled]).md-focused { background-color: '{{accent-A700}}'; }.md-button.md-THEME_NAME-theme.md-raised { color: '{{background-900}}'; background-color: '{{background-50}}'; } .md-button.md-THEME_NAME-theme.md-raised:not([disabled]) md-icon { color: '{{background-900}}'; } .md-button.md-THEME_NAME-theme.md-raised:not([disabled]):hover { background-color: '{{background-50}}'; } .md-button.md-THEME_NAME-theme.md-raised:not([disabled]).md-focused { background-color: '{{background-200}}'; }.md-button.md-THEME_NAME-theme.md-warn { color: '{{warn-color}}'; } .md-button.md-THEME_NAME-theme.md-warn.md-raised, .md-button.md-THEME_NAME-theme.md-warn.md-fab { color: '{{warn-contrast}}'; background-color: '{{warn-color}}'; } .md-button.md-THEME_NAME-theme.md-warn.md-raised:not([disabled]) md-icon, .md-button.md-THEME_NAME-theme.md-warn.md-fab:not([disabled]) md-icon { color: '{{warn-contrast}}'; } .md-button.md-THEME_NAME-theme.md-warn.md-raised:not([disabled]):hover, .md-button.md-THEME_NAME-theme.md-warn.md-fab:not([disabled]):hover { background-color: '{{warn-600}}'; } .md-button.md-THEME_NAME-theme.md-warn.md-raised:not([disabled]).md-focused, .md-button.md-THEME_NAME-theme.md-warn.md-fab:not([disabled]).md-focused { background-color: '{{warn-600}}'; } .md-button.md-THEME_NAME-theme.md-warn:not([disabled]) md-icon { color: '{{warn-color}}'; }.md-button.md-THEME_NAME-theme.md-accent { color: '{{accent-color}}'; } .md-button.md-THEME_NAME-theme.md-accent.md-raised, .md-button.md-THEME_NAME-theme.md-accent.md-fab { color: '{{accent-contrast}}'; background-color: '{{accent-color}}'; } .md-button.md-THEME_NAME-theme.md-accent.md-raised:not([disabled]) md-icon, .md-button.md-THEME_NAME-theme.md-accent.md-fab:not([disabled]) md-icon { color: '{{accent-contrast}}'; } .md-button.md-THEME_NAME-theme.md-accent.md-raised:not([disabled]):hover, .md-button.md-THEME_NAME-theme.md-accent.md-fab:not([disabled]):hover { background-color: '{{accent-A700}}'; } .md-button.md-THEME_NAME-theme.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-THEME_NAME-theme.md-accent.md-fab:not([disabled]).md-focused { background-color: '{{accent-A700}}'; } .md-button.md-THEME_NAME-theme.md-accent:not([disabled]) md-icon { color: '{{accent-color}}'; }.md-button.md-THEME_NAME-theme[disabled], .md-button.md-THEME_NAME-theme.md-raised[disabled], .md-button.md-THEME_NAME-theme.md-fab[disabled], .md-button.md-THEME_NAME-theme.md-accent[disabled], .md-button.md-THEME_NAME-theme.md-warn[disabled] { color: '{{foreground-3}}'; cursor: default; } .md-button.md-THEME_NAME-theme[disabled] md-icon, .md-button.md-THEME_NAME-theme.md-raised[disabled] md-icon, .md-button.md-THEME_NAME-theme.md-fab[disabled] md-icon, .md-button.md-THEME_NAME-theme.md-accent[disabled] md-icon, .md-button.md-THEME_NAME-theme.md-warn[disabled] md-icon { color: '{{foreground-3}}'; }.md-button.md-THEME_NAME-theme.md-raised[disabled], .md-button.md-THEME_NAME-theme.md-fab[disabled] { background-color: '{{foreground-4}}'; }.md-button.md-THEME_NAME-theme[disabled] { background-color: transparent; }.md a.md-THEMENAME-theme:not(.md-button).md-primary { color: '{{primary-color}}'; } .md a.md-THEMENAME-theme:not(.md-button).md-primary:hover { color: '{{primary-700}}'; }.md a.md-THEMENAME-theme:not(.md-button).md-accent { color: '{{accent-color}}'; } .md a.md-THEMENAME-theme:not(.md-button).md-accent:hover { color: '{{accent-700}}'; }.md a.md-THEMENAME-theme:not(.md-button).md-accent { color: '{{accent-color}}'; } .md a.md-THEMENAME-theme:not(.md-button).md-accent:hover { color: '{{accent-A700}}'; }.md a.md-THEMENAME-theme:not(.md-button).md-warn { color: '{{warn-color}}'; } .md a.md-THEMENAME-theme:not(.md-button).md-warn:hover { color: '{{warn-700}}'; }md-card.md-THEME_NAME-theme { color: '{{foreground-1}}'; background-color: '{{background-hue-1}}'; border-radius: 2px; } md-card.md-THEME_NAME-theme .md-card-image { border-radius: 2px 2px 0 0; } md-card.md-THEME_NAME-theme md-card-header md-card-avatar md-icon { color: '{{background-color}}'; background-color: '{{foreground-3}}'; } md-card.md-THEME_NAME-theme md-card-header md-card-header-text .md-subhead { color: '{{foreground-2}}'; } md-card.md-THEME_NAME-theme md-card-title md-card-title-text:not(:only-child) .md-subhead { color: '{{foreground-2}}'; }md-chips.md-THEME_NAME-theme .md-chips { box-shadow: 0 1px '{{foreground-4}}'; } md-chips.md-THEME_NAME-theme .md-chips.md-focused { box-shadow: 0 2px '{{primary-color}}'; } md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input { color: '{{foreground-1}}'; } md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input::-webkit-input-placeholder { color: '{{foreground-3}}'; } md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input:-moz-placeholder { color: '{{foreground-3}}'; } md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input::-moz-placeholder { color: '{{foreground-3}}'; } md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input:-ms-input-placeholder { color: '{{foreground-3}}'; } md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input::-webkit-input-placeholder { color: '{{foreground-3}}'; }md-chips.md-THEME_NAME-theme md-chip { background: '{{background-300}}'; color: '{{background-800}}'; } md-chips.md-THEME_NAME-theme md-chip md-icon { color: '{{background-700}}'; } md-chips.md-THEME_NAME-theme md-chip.md-focused { background: '{{primary-color}}'; color: '{{primary-contrast}}'; } md-chips.md-THEME_NAME-theme md-chip.md-focused md-icon { color: '{{primary-contrast}}'; } md-chips.md-THEME_NAME-theme md-chip.md-chip-editing { background: transparent; color: '{{background-800}}'; }md-chips.md-THEMENAME-theme md-chip-remove .md-button md-icon path { fill: '{{background-500}}'; }.md-contact-suggestion span.md-contact-email { color: '{{background-400}}'; }md-checkbox.md-THEME_NAME-theme .md-ripple { color: '{{accent-A700}}'; }md-checkbox.md-THEME_NAME-theme.md-checked .md-ripple { color: '{{background-600}}'; }md-checkbox.md-THEME_NAME-theme.md-checked.md-focused .md-container:before { background-color: '{{accent-color-0.26}}'; }md-checkbox.md-THEME_NAME-theme .md-ink-ripple { color: '{{foreground-2}}'; }md-checkbox.md-THEME_NAME-theme.md-checked .md-ink-ripple { color: '{{accent-color-0.87}}'; }md-checkbox.md-THEME_NAME-theme:not(.md-checked) .md-icon { border-color: '{{foreground-2}}'; }md-checkbox.md-THEME_NAME-theme.md-checked .md-icon { background-color: '{{accent-color-0.87}}'; }md-checkbox.md-THEME_NAME-theme.md-checked .md-icon:after { border-color: '{{accent-contrast-0.87}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-ripple { color: '{{primary-600}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ripple { color: '{{background-600}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-ink-ripple { color: '{{foreground-2}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ink-ripple { color: '{{primary-color-0.87}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary:not(.md-checked) .md-icon { border-color: '{{foreground-2}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon { background-color: '{{primary-color-0.87}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked.md-focused .md-container:before { background-color: '{{primary-color-0.26}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon:after { border-color: '{{primary-contrast-0.87}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-indeterminate[disabled] .md-container { color: '{{foreground-3}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-ripple { color: '{{warn-600}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-ink-ripple { color: '{{foreground-2}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-ink-ripple { color: '{{warn-color-0.87}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn:not(.md-checked) .md-icon { border-color: '{{foreground-2}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-icon { background-color: '{{warn-color-0.87}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before { background-color: '{{warn-color-0.26}}'; }md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-icon:after { border-color: '{{background-200}}'; }md-checkbox.md-THEME_NAME-theme[disabled]:not(.md-checked) .md-icon { border-color: '{{foreground-3}}'; }md-checkbox.md-THEME_NAME-theme[disabled].md-checked .md-icon { background-color: '{{foreground-3}}'; }md-checkbox.md-THEME_NAME-theme[disabled].md-checked .md-icon:after { border-color: '{{background-200}}'; }md-checkbox.md-THEME_NAME-theme[disabled] .md-icon:after { border-color: '{{foreground-3}}'; }md-checkbox.md-THEME_NAME-theme[disabled] .md-label { color: '{{foreground-3}}'; }md-content.md-THEME_NAME-theme { color: '{{foreground-1}}'; background-color: '{{background-default}}'; }/** Theme styles for mdCalendar. */.md-calendar.md-THEME_NAME-theme { background: '{{background-A100}}'; color: '{{background-A200-0.87}}'; } .md-calendar.md-THEME_NAME-theme tr:last-child td { border-bottom-color: '{{background-200}}'; }.md-THEME_NAME-theme .md-calendar-day-header { background: '{{background-300}}'; color: '{{background-A200-0.87}}'; }.md-THEME_NAME-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator { border: 1px solid '{{primary-500}}'; }.md-THEME_NAME-theme .md-calendar-date.md-calendar-date-today.md-calendar-date-disabled { color: '{{primary-500-0.6}}'; }.md-calendar-date.md-focus .md-THEME_NAME-theme .md-calendar-date-selection-indicator, .md-THEME_NAME-theme .md-calendar-date-selection-indicator:hover { background: '{{background-300}}'; }.md-THEME_NAME-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,.md-THEME_NAME-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator { background: '{{primary-500}}'; color: '{{primary-500-contrast}}'; border-color: transparent; }.md-THEME_NAME-theme .md-calendar-date-disabled,.md-THEME_NAME-theme .md-calendar-month-label-disabled { color: '{{background-A200-0.435}}'; }/** Theme styles for mdDatepicker. */.md-THEME_NAME-theme .md-datepicker-input { color: '{{foreground-1}}'; } .md-THEME_NAME-theme .md-datepicker-input::-webkit-input-placeholder { color: '{{foreground-3}}'; } .md-THEME_NAME-theme .md-datepicker-input:-moz-placeholder { color: '{{foreground-3}}'; } .md-THEME_NAME-theme .md-datepicker-input::-moz-placeholder { color: '{{foreground-3}}'; } .md-THEME_NAME-theme .md-datepicker-input:-ms-input-placeholder { color: '{{foreground-3}}'; } .md-THEME_NAME-theme .md-datepicker-input::-webkit-input-placeholder { color: '{{foreground-3}}'; }.md-THEME_NAME-theme .md-datepicker-input-container { border-bottom-color: '{{foreground-4}}'; } .md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-focused { border-bottom-color: '{{primary-color}}'; } .md-accent .md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-focused { border-bottom-color: '{{accent-color}}'; } .md-warn .md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-focused { border-bottom-color: '{{warn-A700}}'; } .md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-invalid { border-bottom-color: '{{warn-A700}}'; }.md-THEME_NAME-theme .md-datepicker-calendar-pane { border-color: '{{background-hue-1}}'; }.md-THEME_NAME-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle { border-top-color: '{{foreground-3}}'; }.md-THEME_NAME-theme .md-datepicker-triangle-button:hover .md-datepicker-expand-triangle { border-top-color: '{{foreground-2}}'; }.md-THEME_NAME-theme .md-datepicker-open .md-datepicker-calendar-icon { color: '{{primary-color}}'; }.md-THEME_NAME-theme .md-datepicker-open.md-accent .md-datepicker-calendar-icon, .md-accent .md-THEME_NAME-theme .md-datepicker-open .md-datepicker-calendar-icon { color: '{{accent-color}}'; }.md-THEME_NAME-theme .md-datepicker-open.md-warn .md-datepicker-calendar-icon, .md-warn .md-THEME_NAME-theme .md-datepicker-open .md-datepicker-calendar-icon { color: '{{warn-A700}}'; }.md-THEME_NAME-theme .md-datepicker-calendar { background: '{{background-A100}}'; }.md-THEME_NAME-theme .md-datepicker-input-mask-opaque { box-shadow: 0 0 0 9999px \"{{background-hue-1}}\"; }.md-THEME_NAME-theme .md-datepicker-open .md-datepicker-input-container { background: \"{{background-hue-1}}\"; }md-dialog.md-THEME_NAME-theme { border-radius: 4px; background-color: '{{background-hue-1}}'; color: '{{foreground-1}}'; } md-dialog.md-THEME_NAME-theme.md-content-overflow .md-actions, md-dialog.md-THEME_NAME-theme.md-content-overflow md-dialog-actions { border-top-color: '{{foreground-4}}'; }md-divider.md-THEME_NAME-theme { border-top-color: '{{foreground-4}}'; }.layout-row > md-divider.md-THEME_NAME-theme,.layout-xs-row > md-divider.md-THEME_NAME-theme, .layout-gt-xs-row > md-divider.md-THEME_NAME-theme,.layout-sm-row > md-divider.md-THEME_NAME-theme, .layout-gt-sm-row > md-divider.md-THEME_NAME-theme,.layout-md-row > md-divider.md-THEME_NAME-theme, .layout-gt-md-row > md-divider.md-THEME_NAME-theme,.layout-lg-row > md-divider.md-THEME_NAME-theme, .layout-gt-lg-row > md-divider.md-THEME_NAME-theme,.layout-xl-row > md-divider.md-THEME_NAME-theme { border-right-color: '{{foreground-4}}'; }md-icon.md-THEME_NAME-theme { color: '{{foreground-2}}'; } md-icon.md-THEME_NAME-theme.md-primary { color: '{{primary-color}}'; } md-icon.md-THEME_NAME-theme.md-accent { color: '{{accent-color}}'; } md-icon.md-THEME_NAME-theme.md-warn { color: '{{warn-color}}'; }md-input-container.md-THEME_NAME-theme .md-input { color: '{{foreground-1}}'; border-color: '{{foreground-4}}'; } md-input-container.md-THEME_NAME-theme .md-input::-webkit-input-placeholder { color: '{{foreground-3}}'; } md-input-container.md-THEME_NAME-theme .md-input:-moz-placeholder { color: '{{foreground-3}}'; } md-input-container.md-THEME_NAME-theme .md-input::-moz-placeholder { color: '{{foreground-3}}'; } md-input-container.md-THEME_NAME-theme .md-input:-ms-input-placeholder { color: '{{foreground-3}}'; } md-input-container.md-THEME_NAME-theme .md-input::-webkit-input-placeholder { color: '{{foreground-3}}'; }md-input-container.md-THEME_NAME-theme > md-icon { color: '{{foreground-1}}'; }md-input-container.md-THEME_NAME-theme label,md-input-container.md-THEME_NAME-theme .md-placeholder { color: '{{foreground-3}}'; }md-input-container.md-THEME_NAME-theme label.md-required:after { color: '{{warn-A700}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after { color: '{{foreground-2}}'; }md-input-container.md-THEME_NAME-theme .md-input-messages-animation, md-input-container.md-THEME_NAME-theme .md-input-message-animation { color: '{{warn-A700}}'; } md-input-container.md-THEME_NAME-theme .md-input-messages-animation .md-char-counter, md-input-container.md-THEME_NAME-theme .md-input-message-animation .md-char-counter { color: '{{foreground-1}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-has-value label { color: '{{foreground-2}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-resized .md-input { border-color: '{{primary-color}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused label,md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused md-icon { color: '{{primary-color}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent .md-input { border-color: '{{accent-color}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent label,md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent md-icon { color: '{{accent-color}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn .md-input { border-color: '{{warn-A700}}'; }md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn label,md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn md-icon { color: '{{warn-A700}}'; }md-input-container.md-THEME_NAME-theme.md-input-invalid .md-input { border-color: '{{warn-A700}}'; }md-input-container.md-THEME_NAME-theme.md-input-invalid label,md-input-container.md-THEME_NAME-theme.md-input-invalid .md-input-message-animation,md-input-container.md-THEME_NAME-theme.md-input-invalid .md-char-counter { color: '{{warn-A700}}'; }md-input-container.md-THEME_NAME-theme .md-input[disabled],[disabled] md-input-container.md-THEME_NAME-theme .md-input { border-bottom-color: transparent; color: '{{foreground-3}}'; background-image: linear-gradient(to right, \"{{foreground-3}}\" 0%, \"{{foreground-3}}\" 33%, transparent 0%); background-image: -ms-linear-gradient(left, transparent 0%, \"{{foreground-3}}\" 100%); }md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h3, md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h4,md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h3,md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h4 { color: '{{foreground-1}}'; }md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text p,md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text p { color: '{{foreground-2}}'; }md-list.md-THEME_NAME-theme .md-proxy-focus.md-focused div.md-no-style { background-color: '{{background-100}}'; }md-list.md-THEME_NAME-theme md-list-item .md-avatar-icon { background-color: '{{foreground-3}}'; color: '{{background-color}}'; }md-list.md-THEME_NAME-theme md-list-item > md-icon { color: '{{foreground-2}}'; } md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight { color: '{{primary-color}}'; } md-list.md-
^
SyntaxError: invalid syntax`

Posts: 2

Participants: 2

Read full topic

Weird bug: plugin download: 'list' object is not callable

$
0
0

@Martin_Thomsen wrote:

I suddenly started seeing this error:

BUG: Unhandled error in plugin download: 'list' object is not callable
TypeError: 'list' object is not callable

I am on newest version.

Not sure what info I need to put in this post so please let me know :slight_smile:

Posts: 3

Participants: 2

Read full topic

Viewing all 837 articles
Browse latest View live