Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all 376 articles
Browse latest View live

Not accepting some shows

$
0
0

@Amishman wrote:

My config captures shows that are scripted/semi-scripted like The Big bang Theory, Duck Dynasty but it does not capture animated/cartoon shows like Teen Titans Go! and The Amazing World of Gumball.

Here is my config:

secrets: secrets.yml


schedules:
  - tasks: '*'
    interval:
      minutes: 30



templates:


  common_tv_rss:
    inputs:
      - rss: http://showrss.info/user/98577.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
      - rss: http://extratorrent.cc/rss.xml?type=popular&cid=8
      - rss: https://www.limetorrents.cc/rss/20/
      - rss: http://www.torrentbit.net/rss.xml?cat_id=7


  notify_tv:
    pushbullet:
      api_key: '{{ secrets.notify.apikey }}'
      title: "{{series_name}} {{series_id}}"
      message: "Download started"


  tv_shows:
    configure_series:
      from:
        trakt_list:
          account: '{{ secrets.trakt.usr }}'
          list: 720p_list
          type: shows
          strip_dates: yes
      settings:
        quality: webrip hdtv+ 720p
        propers: yes
        tracking: backfill
        upgrade: yes
    content_filter:
      require:
        - '*.avi'
        - '*.mkv'
        - '*.mp4'
      reject:
        - '*.exe'
      strict: no
    regexp:
      reject:
        - spanish
        - italian
        - german
        - french
        - dutch
        - hindi
        - Español
        - x265
    discover:
      what:
        - trakt_list:
            account: '{{ secrets.trakt.usr }}'
            list: 720p_list
            type: shows
            strip_dates: yes
      from:
        - rarbg:
            category: [18, 41]
            min_seeders: 1
        - piratebay:
            category: highres tv
        - 1337x: yes
        - extratorrent:
            category: tv
        - limetorrents:
            category: tv
    torrent_alive: yes
    magnets: yes
    download: G:\Torrents to Download



tasks:

  shows:
    template:
      - tv_shows
      - common_tv_rss
      - notify_tv

 C:\Users\Amishman>flexget series show "teen titans go!"

 ┌Teen Titans Go!

 Release titles                                                                   │ Release Quality
├───────────────────────────────────────────────────────────
Teen Titans Go S02E16 Vegetables HDTV XviD AFG            │ hdtv xvid   
Teen Titans Go S02E16 Vegetables 720p HDTV x264 W4F *     │ 720p hdtv h264 
Teen Titans Go S02E16 Vegetables 480p HDTV x264 mSD       │ 480p hdtv h264  
Teen Titans Go S02E16 Vegetables 720p HDTV x264-W4F       │ 720p hdtv h264  
Teen Titans Go S02E17 The Mask HDTV XviD AFG              │ hdtv xvid      
Teen Titans Go S02E17 The Mask 480p HDTV x264 mSD         │ 480p hdtv h264 
Teen Titans Go S02E17 The Mask 720p HDTV x264 W4F *       │ 720p hdtv h264 
Teen Titans Go S02E18 Serious Business 720p HDTV x264-W4F │ 720p hdtv h264
Teen.Titans.Go.S03E45.720p.HDTV.x264-W4F[rartv]           │ 720p hdtv h264  
Teen.Titans.Go.S03E45.HDTV.x264-W4F[rartv]                │ hdtv h264     
Teen.Titans.Go.S03E48.720p.HDTV.x264-W4F[brassetv]        │ 720p hdtv h264  
Teen.Titans.Go.S03E53.720p.HDTV.x264-W4F[eztv].mkv        │ 720p hdtv h264  
Teen.Titans.Go.S04E01.720p.HDTV.x264-W4F[eztv].mkv        │ 720p hdtv h264  
Teen.Titans.Go.S04E01.HDTV.x264-W4F[eztv].mkv             │ hdtv h264      
Teen.Titans.Go.S04E01.720p.HDTV.x264-W4F[rartv] *         │ 720p hdtv h264 
Teen.Titans.Go.S04E01.HDTV.x264-W4F[rartv]                │ hdtv h264    
Teen.Titans.Go.S04E02.720p.HDTV.x264-W4F[eztv].mkv *      │ 720p hdtv h264 
Teen.Titans.Go.S04E02.HDTV.x264-W4F[eztv].mkv             │ hdtv h264  
Teen.Titans.Go.S04E05.HDTV.x264-W4F[eztv].mkv             │ hdtv h264  
Teen.Titans.Go.S04E05.720p.HDTV.x264-W4F[eztv].mkv *      │ 720p hdtv h264  
 
  * Downloaded

  Series uses `ep` mode to identify episode numbering (identified_by).
  See option `identified_by` for more information.
  Begin episode for this series set to `S04E02`.

There are torrents out there that I believe match my requirements but it is not downloading.

From Rarbg:

                            File                                        Added               Size           S      L.
Teen.Titans.Go.S04E07.HDTV.x264-W4F[rartv]     2016-12-05 08:21:00   75.13 MB	9	1
   Animation, Action, Comedy, Family, Sci-Fi IMDB: 4.8/10

Teen.Titans.Go.S04E07.720p.HDTV.x264-W4F[rartv] 2016-12-05 08:20:15  267.72 MB	17	1
Animation, Action, Comedy, Family, Sci-Fi IMDB: 4.8/10

Teen.Titans.Go.S04E06.HDTV.x264-W4F[rartv]     2016-12-02 08:27:20	 121.65 MB	3	2
Animation, Action, Comedy, Family, Sci-Fi IMDB: 4.8/10

Teen.Titans.Go.S04E06.720p.HDTV.x264-W4F[rartv]  2016-12-02 08:27:14  417.17 MB	12	1
Animation, Action, Comedy, Family, Sci-Fi IMDB: 4.8/10

What am I missing? Any help is greatly appreciated.

Posts: 3

Participants: 2

Read full topic


Recognizing series name

$
0
0

@Waqar_Arshad wrote:

Hello,
I am new to flexget and finding it hard to setup.

I was hoping if anyone could help me out.

From what i have understood, the series function accepts series in the format of SxxExx.
I have a private RSS feed where i am trying to pull a show which is written in the following format

Bigg.Boss.[Season.10].(.Episode.59).13th.December.2016.720p.HDTV.

I have tried using the following keywords
big, boss, Big.Boss, Big Boss

but nothing as worked.

I used the function called accep all to check if the rss is setup correctly and i pulled around 60 torrents.
I am confident that the error lies in the name.

Could anyone please help

Thanks

Posts: 6

Participants: 3

Read full topic

Anidb error 403

Two Bugs : t411 plugin

$
0
0

@karma007 wrote:

hello, since today many errors :slight_smile:
api.t411.ch is not working new domain is t411.li
task aborted : Reason: RequestException: HTTPConnectionPool(host='api.t411.ch', port=80): Max retries exceeded with url: /auth (Caused by ReadTimeoutError("HTTPConnectionPool(host='api.t411.ch', port=80): Read timed out. (read timeout=30)",))

Another bug : Task has aborted : Reason: BUG: Unhandled error in plugin t411:

logs :
2016-12-16 17:00 CRITICAL task get_mags_411 BUG: Unhandled error in plugin t411:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 483, in _runplugin
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/plugin.py", line 118, in wrapped_func
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/sites/t411.py", line 75, in on_task_input
return proxy.search(query)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/internal/api_t411.py", line 663, in search
json_results = self.rest_client.search(client_query)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/internal/api_t411.py", line 169, in wrapper
assert self.is_authenticated()
AssertionError

thanks

Posts: 6

Participants: 2

Read full topic

Using file_template and notify_abort

$
0
0

@karma007 wrote:

Hello,

i don't understand where i have to store my custom file_template for a task :
- in a "/templates/task" directory where my config.yml is (/home/pi/Flexget/templates/task/) ?
- in flexget installation directory (/usr/local/lib/python2.7/dist-packages/flexget/templates/task/) ?
should i use this syntax : file_template: task/customhtml or file_template: customhtml ?

what is the template used for notify_abort ?

and in my config (no file_template) :

     notify_abort:
          title:"[PiGet] {{ task.name }}: Aborted"
          to:
            - email: ...............

i still receive an email with this subject : "Task get_xxxxxx has aborted!"

thanks for your help

Posts: 2

Participants: 2

Read full topic

Can someone post a link of working email template?

$
0
0

@Naseem_Rahman wrote:

I am using email to notify, but template seems to be not working. Can some one give me an example for flexget version 2.8?

Posts: 2

Participants: 2

Read full topic

[Help] Undecided entries

$
0
0

@Emily_Costello wrote:

I am really new to flexget. I am using someone elses config. I get entries when I run the task but they go to undecided. I thought because I use the all_series flag it would just download everything.

Here is my config:

config.yml

web_server:
  bind: 0.0.0.0
  port: 5050
api: yes
webui: yes
tasks:
  download-rss:
    rss: http://www.shanaproject.com/feeds/secure/user/XXXXXXXXXXXX
    all_series: yes
    transmission:
      host: transmission
      port: 9091
    clean_transmission:
      host: transmission
      port: 9091
      finished_for: 1 hours
  sort-files:
    find:
      path: /transmission/
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    accept_all: yes
    seen: local
    thetvdb_lookup: yes
    all_series:
      parse_only: yes

Logs from the execution:

Posts: 4

Participants: 2

Read full topic

When did spikey: become api_key:


SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:661))

$
0
0

@nemesis wrote:

When i try to execute my config I get this SSLV3 error, I don't know what to do about it, I've included the --dump

Please help, you are my only hope!

title : Comic Book Men S05E03 720p HDTV x264-BATV
url : xxxxxxComic.Book.Men.S05E03.720p.HDTV.x264-BATV[eztv].mkv.torrent
original_url : xxxxxxComic.Book.Men.S05E03.720p.HDTV.x264-BATV[eztv].mkv.torrent
filename : Comic.Book.Men.S05E03.720p.HDTV.x264-BATV[eztv].mkv.torrent
guid : Xxxxxxcomic-book-men-s05e03-720p-hdtv-x264-batv/
label : 720p+ hdtv
path : /media/series/
proper : False
proper_count : 0
quality : 720p hdtv h264
reason : Waiting before retrying entry which has failed in the past. (failure reason: Network error during request: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:661))
rejected_by : retry_failed
release_group : None
rss_pubdate : 2015-10-25 23:52:44
series_episode : 3
series_episodes : 1
series_id : S05E03
series_id_type : ep
series_name : Comic Book Men
series_parser :
series_season : 5
size : 549840416
task : task_name
type : application/x-bittorrent

Posts: 7

Participants: 2

Read full topic

Flexget in python script

$
0
0

@petwri wrote:

I am trying to use flexget with an existing config.yml and an existing db in a python script. Is there any good documentation of the flexget module or any examples to start with?

Posts: 8

Participants: 3

Read full topic

Need help understanding why something is rejected

$
0
0

@barbecuesauce wrote:

Hi -

I looked in my log for the first time in ages, and I'm very confused as to why something is being rejected. Can anyone provide the English equivalent to the below log message? I don't understand what it's expecting to find...

It's worth mentioning that we had previously added this series to next-episode and (several days later) used a series begin to tell it to start with S02E01.

2017-01-11 13:25 VERBOSE task get_shows REJECTED: Colony by retry_failed plugin because has already failed 4 times in the past. (failure reason: Unexpected html content received from https://next-episode.net/colony - maybe a login page?)

Thanks in advance!

Posts: 1

Participants: 1

Read full topic

How do I know if telegram works?

$
0
0

@luismidelgado wrote:

This is my config.yml

templates:

  tv:
    thetvdb_lookup: yes
    imdb_lookup: yes
    include: series.yml
    download: ~/Descargas/

tasks:
  seriesTV:
    priority: 1
    rss: http://www.elitetorrent.net/rss.php
    template:
      - tv
    telegram:
      bot_token: <removed>
      parse_mode: markdown
      recipients:
        - username: user1
        - username: Bot
      message: |
        *SERIE-EN-DESCARGA*
        [{{imdb_name}}]({{imdb_url}})
        _{{title}}_
        *Size:* {{ content_size }} MB
        *Rating:* {{imdb_score}}/10 with {{imdb_votes}} Votes
        *Plot:* {{imdb_plot_outline}}
        *Actors:* {% for key, value in imdb_actors.iteritems() %} {{ value|e }},{% endfor %}

I can't get telegram to send me messages to either user1 or bot.

How can I check that everything is OK?

Posts: 3

Participants: 2

Read full topic

Did not get any series to generate series configuration

$
0
0

@Bop4yN wrote:

Hi.
I have task like that

 BaibaKoTempAccepted:
    template:
      - baibakorss
      - baibakovariables
      - baibakonotify
    configure_series:
      settings:
        identified_by: ep
      from:
        filesystem:
          path:
            - "/mnt/Video/01 Serials/01_WatchList/_Premieres/BaibaKo/"
          mask: '*.watchlist'
    regexp:
      reject_excluding:
        - XviD
    set:
      path: '{{bk_path_temp}}'
    no_entries_ok: yes
    transmission: yes

And most of the time there is nothing in /mnt/Video/01 Serials/01_WatchList/_Premieres/BaibaKo/. It's normal. It's supposed to be like that.
Everything was great until one of updates.
Now there are a lot of messages like these
2017-01-18 09:00 WARNING configure_series BaibaKoTempAccepted Input filesystem did not return anything
2017-01-18 09:00 INFO configure_series BaibaKoTempAccepted Did not get any series to generate series configuration

Every run with empty folder I get messages in log.
I understand that changes was made to notify user about possible error, but it would be great to have some option to disable that.

Setting up no_entries_ok: yes doesn't help. May be it's possible to check no_entries_ok before logging? Or some other new option.

Thank you.

Posts: 4

Participants: 2

Read full topic

IPtorrent plugin -- invalid cookies (user nog logged in)

$
0
0

@opicron wrote:

Using the latest version of Flexget. I have taken all the steps described in the following thread and wiki to get the UID, RSS and PASS.


https://flexget.com/Searches/iptorrents

My configuration is working with other sourcers (torrentleech), so the only required information is:

- iptorrents:
    rss_key: '{? iptorrent.rss }'
    uid: '{? iptorrent.uid }'
    password: '{? iptorrent.password }'
    category:
       - Movie-all

Checking the cookie information both from FireFox and Chrome. However I still get the following error:

2017-01-17 21:40 ERROR discover get-movies Error searching with iptorrents: Invalid cookies (user not logged in)...

What could I possibly be doing wrong?

Posts: 1

Participants: 1

Read full topic

Anidb (Entry does not match the requested type)


[BUG] IPtorrent plugin - 'NoneType' object has no attribute 'text'

$
0
0

@opicron wrote:

After getting the IPTorrent working, I receive the following error. Please note that my configuration is working fine with TorrentLeech:

2017-01-20 09:26 CRITICAL task          get-movies      BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'text'
2017-01-20 09:26 CRITICAL manager       get-movies      An unexpected crash has occurred. Writing crash report to d:\_flexget\crash_report.2017.01.20.092652235000.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.9.6
2017-01-20 09:26 WARNING  task          get-movies      Aborting task (plugin: discover)

The log file:

2017-01-20 09:19 VERBOSE  discover      get-movies      Searching for `Approaching the Unknown (2016)` with plugin `iptorrents` (1 of 25)
2017-01-20 09:19 CRITICAL task          get-movies      BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'text'
Traceback (most recent call last):
  File "d:\code\python\lib\site-packages\flexget\task.py", line 490, in __run_plugin
    return method(*args, **kwargs)
  File "d:\code\python\lib\site-packages\flexget\event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "d:\code\python\lib\site-packages\flexget\plugins\input\discover.py", line 290, in on_task_input
    return self.execute_searches(config, entries, task)
  File "d:\code\python\lib\site-packages\flexget\plugins\input\discover.py", line 155, in execute_searches
    search_results = search.search(task=task, entry=entry, config=plugin_config)
  File "d:\code\python\lib\site-packages\flexget\plugin.py", line 118, in wrapped_func
    return func(*args, **kwargs)
  File "d:\code\python\lib\site-packages\flexget\plugins\sites\iptorrents.py", line 150, in search
    entry['title'] = torrent.findPrevious("a", attrs={'class': 't_title'}).text
AttributeError: 'NoneType' object has no attribute 'text'

Posts: 3

Participants: 2

Read full topic

Batch - cancelled shows status and removal

$
0
0

@sinner wrote:

I have bunch of shows and included in them are cancelled shows. Im using showrss as the source for my rss.

question is:
how can you bulk check if a show has been cancelled and either display or remove it from your config file?

any help would be greatly appreciated.

Posts: 2

Participants: 2

Read full topic

[SOLVED] TVDB Lookup problem

$
0
0

@smlpdocin wrote:

Hi there,

I'm running (fine) Flexget 2.9.6 with python 2.7 on Qnap TS-219 (Linux 3.4.6)
Everything is fine (really), except, since I upgrade in 2.x release: I choose to email notify/email/custom template in html
In this template there should be image banner of the downloaded tv show.

If in look into my debug log, i find the following (anonymized):

2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Looking up tvdb information for Colony none
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Series <name=Colony,tvdb_id=none> not found in cache, looking up from tvdb.
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Authenticating to TheTVDB with api_key
2017-01-23 15:31 DEBUG    utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXX'}, 'data': None, u'timeout': 30}
2017-01-23 15:31 DEBUG    thetvdb_lookup CPB_series_vostfr Error looking up tvdb series information for Colony S02E02 VOSTFR HDTV: Error updating data from tvdb: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Looking up tvdb information for Colony none
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Series <name=Colony,tvdb_id=none> not found in cache, looking up from tvdb.
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Authenticating to TheTVDB with api_key
2017-01-23 15:31 DEBUG    utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXX'}, 'data': None, u'timeout': 30}
2017-01-23 15:31 DEBUG    thetvdb_lookup CPB_series_vostfr Error looking up tvdb episode information for Colony S02E02 VOSTFR HDTV: Error updating data from tvdb: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Looking up tvdb information for BlindSpot None
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Series <name=BlindSpot,tvdb_id=None> not found in cache, looking up from tvdb.
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Authenticating to TheTVDB with api_key
2017-01-23 15:31 DEBUG    utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXXX'}, 'data': None, u'timeout': 30}
2017-01-23 15:31 DEBUG    thetvdb_lookup CPB_series_vostfr Error looking up tvdb series information for Blindspot S02E12 VOSTFR HDTV: Unable to get search results for BlindSpot: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Looking up tvdb information for BlindSpot None
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Series <name=BlindSpot,tvdb_id=None> not found in cache, looking up from tvdb.
2017-01-23 15:31 DEBUG    api_tvdb      CPB_series_vostfr Authenticating to TheTVDB with api_key
2017-01-23 15:31 DEBUG    utils.requests CPB_series_vostfr Fetching URL https://api.thetvdb.com/login with args () and kwargs {'json': {u'apikey': u'XXXXXXXXXXXXXXXX'}, 'data': None, u'timeout': 30}
2017-01-23 15:31 DEBUG    thetvdb_lookup CPB_series_vostfr Error looking up tvdb episode information for Blindspot S02E12 VOSTFR HDTV: Unable to get search results for BlindSpot: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2017-01-23 15:31 DEBUG    notify        CPB_series_vostfr Sending a notification to `email`
2017-01-23 15:31 DEBUG    email         CPB_series_vostfr sending email notification to smtp.orange.fr:587
2017-01-23 15:31 DEBUG    email         CPB_series_vostfr logging in to smtp server using username: nicolas.digeon
2017-01-23 15:31 VERBOSE  notify        CPB_series_vostfr Successfully sent a notification to `email`
2017-01-23 15:31 DEBUG    p_priority    CPB_series_vostfr Restored priority for: headers
2017-01-23 15:31 VERBOSE  transmission  CPB_series_vostfr Torrent "Colony.S02E02.FASTSUB.VOSTFR.HDTV.XviD-T9": status: "downloading" - ratio: -1.0 -  date added: 2017-01-23 15:31:08 - date done: 1970-01-01 01:00:00
2017-01-23 15:31 VERBOSE  transmission  CPB_series_vostfr Torrent "S02E12.avi": status: "downloading" - ratio: -1.0 -  date added: 2017-01-23 15:31:08 - date done: 1970-01-01 01:00:00
2017-01-23 15:31 DEBUG    util.simple_persistence CPB_series_vostfr Flushing simple persistence for task CPB_series_vostfr to db.
2017-01-23 15:31 DEBUG    util.simple_persistence CPB_series_vostfr Flushing simple persistence for task None to db.

any ideas?

Posts: 5

Participants: 3

Read full topic

Flexget install err

$
0
0

@byilrq wrote:

my python on linux is 3.5.2 .i want install by # pip3.5 install flexget .but meet some err .can some one help me?
root@XiaoQiang:~# pip3.5 install flexget
Collecting flexget
Using cached FlexGet-2.9.8-py2.py3-none-any.whl
Collecting PyRSS2Gen (from flexget)
Downloading PyRSS2Gen-1.1.tar.gz
Collecting rpyc (from flexget)
Downloading rpyc-3.3.0.tar.gz (53kB)
100% |████████████████████████████████| 61kB 182kB/s
Collecting requests<3.0,>=2.8.0 (from flexget)
Using cached requests-2.12.5-py2.py3-none-any.whl
Collecting apscheduler>=3.2.0 (from flexget)
Using cached APScheduler-3.3.1-py2.py3-none-any.whl
Collecting SQLAlchemy<1.999,>=1.0.9 (from flexget)
Downloading SQLAlchemy-1.1.5.tar.gz (5.1MB)
100% |████████████████████████████████| 5.1MB 37kB/s
Collecting flask>=0.7 (from flexget)
Downloading Flask-0.12-py2.py3-none-any.whl (82kB)
100% |████████████████████████████████| 92kB 52kB/s
Collecting terminaltables>=3.1.0 (from flexget)
Downloading terminaltables-3.1.0.tar.gz
Collecting colorclass>=2.2.0 (from flexget)
Using cached colorclass-2.2.0.tar.gz
Collecting zxcvbn-python (from flexget)
Using cached zxcvbn-python-4.4.12.tar.gz
Collecting guessit<=2.0.4 (from flexget)
Using cached guessit-2.0.4.tar.gz
Complete output from command python setup.py egg_info:
Download error on https://pypi.python.org/simple/pytest-runner/: [SSL: CERTIFICATE_VERIFY_FAILED] unknown error (_ssl.c:645) -- Some packages may not be found!
Couldn't find index page for 'pytest-runner' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] unknown error (_ssl.c:645) -- Some packages may not be found!
No local packages or working download links found for pytest-runner
Traceback (most recent call last):
File "", line 1, in
File "/userdisk/opt/tmp/pip-build-tpfvg1rd/guessit/setup.py", line 78, in
setup(**args)
File "/opt/lib/python3.5/distutils/core.py", line 108, in setup
setupdistribution = dist = klass(attrs)
File "/opt/lib/python3.5/site-packages/setuptools/dist.py", line 314, in init
self.fetch_build_eggs(attrs['setup_requires'])
File "/opt/lib/python3.5/site-packages/setuptools/dist.py", line 360, in fetch_build_eggs
replace_conflicting=True,
File "/opt/lib/python3.5/site-packages/pkg_resources/__init__.py", line 851, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/opt/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1123, in best_match
return self.obtain(req, installer)
File "/opt/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1135, in obtain
return installer(requirement)
File "/opt/lib/python3.5/site-packages/setuptools/dist.py", line 426, in fetch_build_egg
return cmd.easy_install(req)
File "/opt/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 658, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest-runner')

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /userdisk/opt/tmp/pip-build-tpfvg1rd/guessit/

Posts: 1

Participants: 1

Read full topic

[BUG] Can't delete from movie list, crashes (2.9.9)

$
0
0

@Perry wrote:

Edit: [deleted CLI output]

Forgot to search Github issue tracker. Please delete this topic, known bug in issue 1606.

Love,

Perry

Posts: 3

Participants: 2

Read full topic

Viewing all 376 articles
Browse latest View live