You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could install it in the pip env of the FlexGet installation folder (see Reproduction Steps below) but the FlexGet webUI keeps telling me that the cloudscraper package is missing:
That package seems to be very much required for FlexGet to retrieve anything as most sources use the anti-bot page by cloudflare, for e.g.: https://flexget.com/en/Searches/cpasbien
Thanks for your support, Best,
C.
Reproduction steps
navigated with SSH to: /var/packages/flexget/target/env
activated the pip env with: source bin/activate
installed the package with:
$ pip install cloudscraper
Defaulting to user installation because normal site-packages is not writeable
Collecting cloudscraper
Downloading cloudscraper-1.2.71-py2.py3-none-any.whl.metadata (19 kB)
Requirement already satisfied: pyparsing>=2.4.7 in ./lib/python3.11/site-packages (from cloudscraper) (3.0.9)
Requirement already satisfied: requests>=2.9.2 in ./lib/python3.11/site-packages (from cloudscraper) (2.31.0)
Requirement already satisfied: requests-toolbelt>=0.9.1 in ./lib/python3.11/site-packages (from cloudscraper) (1.0.0)
Requirement already satisfied: charset-normalizer<4,>=2 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (1.26.13)
Requirement already satisfied: certifi>=2017.4.17 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (2022.12.7)
Downloading cloudscraper-1.2.71-py2.py3-none-any.whl (99 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.7/99.7 kB 211.1 kB/s eta 0:00:00
Double-checked that the package was properly installed with:
Is this a new Bug?
Package Name
Flexget
Package Version
3.7.10
Device Model
Synology DS118
Device Architecture
AArch64 (ARMv8)
Firmware Version
DSM 7.2.1-69057
What happened?
Dear Developpers,
I am trying to install the Cloudflare Scraper python package following the FlexGet website instructions.
I could install it in the pip env of the FlexGet installation folder (see Reproduction Steps below) but the FlexGet webUI keeps telling me that the
cloudscraper
package is missing:That package seems to be very much required for FlexGet to retrieve anything as most sources use the anti-bot page by cloudflare, for e.g.:
https://flexget.com/en/Searches/cpasbien
Thanks for your support, Best,
C.
Reproduction steps
navigated with SSH to:
/var/packages/flexget/target/env
activated the
pip env
with:source bin/activate
installed the package with:
Install Log
Service Log
No response
Other Logs
No response
The text was updated successfully, but these errors were encountered: