(If the problem doesn't involve an exception being raised, leave this blank)
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): onlinelibrary.wiley.com:443
DEBUG:urllib3.connectionpool:https://onlinelibrary.wiley.com:443 "GET /doi/10.1111/jpim.12613 HTTP/1.1" 503 None
Traceback (most recent call last):
File "c:\miniconda3\envs\py3\lib\site-packages\cfscrape\__init__.py", line 251, in solve_challenge
AttributeError: 'NoneType' object has no attribute 'groups'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "c:/Users/nuc-002/workspace/calibre/seleniumbrowser.py", line 416, in <module>
File "c:\miniconda3\envs\py3\lib\site-packages\requests\sessions.py", line 542, in get
File "c:\miniconda3\envs\py3\lib\site-packages\cfscrape\__init__.py", line 129, in request
File "c:\miniconda3\envs\py3\lib\site-packages\cfscrape\__init__.py", line 204, in solve_cf_challenge
File "c:\miniconda3\envs\py3\lib\site-packages\cfscrape\__init__.py", line 290, in solve_challenge
ValueError: Unable to identify Cloudflare IUAM Javascript on website. 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."
this Wiley's cloudflare seems pop out even I use selenium driver to open it.
sometimes it directs to right page, without luck, stuck in that cloudflare page.
Please confirm the following statements and check the boxes before creating an issue:
pip install -U cfscrape
Python version number
Run
python --version
and paste the output below:cfscrape version number
Run
pip show cfscrape
and paste the output below:Code snippet involved with the issue
Complete exception and traceback
(If the problem doesn't involve an exception being raised, leave this blank)
URL of the Cloudflare-protected page
[From ego-systems to open innovation ecosystems: A process model of inter-firm openness]
URL of Pastebin/Gist with HTML source of protected page
[LINK GOES HERE]