ImaniiTy / GreenLuma-Reborn-Manager

An app made in python to manage GreenLuma Reborn AppList
MIT License
139 stars 51 forks source link

GLRM is not passing Cloudflare Anti-Bot Protection anymore #16

Closed O-commits closed 3 years ago

O-commits commented 4 years ago

Contents of the error log:

DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): steamdb.info:443 DEBUG:urllib3.connectionpool:https://steamdb.info:443 "GET /search/?a=app&q=outlast&type=-1&category=0 HTTP/1.1" 503 None ERROR:root:Traceback (most recent call last): File "Qt\logic.py", line 335, in run File "core.py", line 215, in queryGames File "site-packages\requests\sessions.py", line 546, in get File "site-packages\cfscrape__init.py", line 68, in request File "site-packages\cfscrape\init.py", line 97, in solve_cf_challenge File "site-packages\cfscrape\init__.py", line 127, in solve_challenge ValueError: Error parsing Cloudflare IUAM Javascript challenge. Cloudflare may have changed their technique, or there may be a bug in the script.   Please read https://github.com/Anorov/cloudflare-scrape#updates, then file a bug report at https://github.com/Anorov/cloudflare-scrape/issues." NoneType: None

This unfortunately renders this program unusable. Perhaps implement an auto updater for the cloudflare-scrape you are using?