No recent searches
Popular Articles
Sorry! nothing found for
Posted 8 months ago by Roman K
Hi constantly getting incapsula requesthave used the following settings
DOWNLOAD_HANDLERS = { "http": "scrapy_zyte_api.ScrapyZyteAPIDownloadHandler", "https": "scrapy_zyte_api.ScrapyZyteAPIDownloadHandler", } REQUEST_FINGERPRINTER_CLASS = "scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter" ZYTE_API_KEY = "API" ZYTE_API_TRANSPARENT_MODE = True
this is an example of request:
yield Request( url=f'https://www.smythstoys.com/de/de-de/search/?text={text}', callback=self.parse_searchresult, meta={ "zyte_api_automap": { "browserHtml": True }, } )
in response constantly getting something like this:
Request unsuccessful. Incapsula incident ID: 1057000170135418495-45975554798715971
could you please help me to understand how to fix this issue? maybe it will be required to use some additional parameters or something else?I've tried to retry for 5 times, but it doesn't workThanks.
0 Votes
0 Comments
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
We use cookies to try and give you a better experience in Freshdesk.
You can learn more about what kind of cookies we use, why, and how from our Privacy Policy. If you hate cookies, or are just on a diet, you can disable them altogether too. Just note that the Freshdesk service is pretty big on some cookies (we love the choco-chip ones), and some portions of Freshdesk may not work properly if you disable cookies.
We’ll also assume you agree to the way we use cookies and are ok with it as described in our Privacy Policy, unless you choose to disable them altogether through your browser.
Hi
constantly getting incapsula request
have used the following settings
this is an example of request:
in response constantly getting something like this:
could you please help me to understand how to fix this issue?
maybe it will be required to use some additional parameters or something else?
I've tried to retry for 5 times, but it doesn't work
Thanks.
0 Votes
0 Comments
Login to post a comment