We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I'm trying to call: c.queue('https://www.bestbuy.com/?intl=nosplash'); and also: c.queue({ uri:'https://www.bestbuy.com/', intl:'nosplash=', });
c.queue('https://www.bestbuy.com/?intl=nosplash');
c.queue({ uri:'https://www.bestbuy.com/', intl:'nosplash=', });
Both does not work and gives the following error: CRAWLER Error Error: incorrect header check when fetching .....
Documentation is quite unclear about how to pass POST and GET parameters. Any chance you could give me a hint?
Thank you so much for this cool project! :)
\edit Log looks like this: Error: incorrect header check at Zlib.zlibOnError [as onerror] (zlib.js:180:17) { errno: -3, code: 'Z_DATA_ERROR' }
Error: incorrect header check at Zlib.zlibOnError [as onerror] (zlib.js:180:17) { errno: -3, code: 'Z_DATA_ERROR' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm trying to call:
c.queue('https://www.bestbuy.com/?intl=nosplash');
and also:
c.queue({ uri:'https://www.bestbuy.com/', intl:'nosplash=', });
Both does not work and gives the following error:
CRAWLER Error Error: incorrect header check when fetching .....
Documentation is quite unclear about how to pass POST and GET parameters.
Any chance you could give me a hint?
Thank you so much for this cool project! :)
\edit
Log looks like this:
Error: incorrect header check at Zlib.zlibOnError [as onerror] (zlib.js:180:17) { errno: -3, code: 'Z_DATA_ERROR' }
The text was updated successfully, but these errors were encountered: