Skip to content

Proxy don't work. #2744

@microka

Description

@microka

Expected behaviour:

I would expect that rss fetching and torrents downloading through my socks5 (socks5://127.0.0.1:10808) proxy which been set in Flexget's config.

Actual behaviour:

Seems that Flexget didn't go through the proxy (socks5://127.0.0.1:10808), can't see any network activities in proxy-app's logs. Even i shutdown the proxy, Flexget still can fetch rss and download torrents. Even i set a non-existent socks5 proxy (socks5://127.0.0.2:10808) to flexget, flexget still works. And i have try http proxy, also didn't work.

Steps to reproduce:

  • Step 1: ...

Config:

tasks:
  ABC:
    proxy:
      socks5: socks5://127.0.0.1:10808
    rss: https://abc.com/...
    if:
      - "'ABC' in title": accept
    download: A:\flexget

Log:

(click to expand)
2020-10-05 12:58:29 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2020-10-05 12:58:29 VERBOSE  proxy         ABC             Setting proxy to {'socks5': 'socks5://127.0.0.1:10808'}
2020-10-05 12:58:30 VERBOSE  details       ABC             Produced 50 entries.
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 VERBOSE  task          ABC             ACCEPTED: `……………………` by if plugin because matched requirement: 'ABC' in title
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 12:58:30 INFO     download      ABC             Downloading: ……………………
2020-10-05 13:00:55 VERBOSE  details       ABC             Summary - Accepted: 9 (Rejected: 0 Undecided: 41 Failed: 0)

Additional information:

  • FlexGet version: 3.1.71
  • Python version: 3.7.9
  • Installation method: Windows Python PIP
  • Using daemon (yes/no): no
  • OS and version: Windows 10 LTSC 1809 (17763.1490)
  • Link to crash log:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions