scrapy-splash icon indicating copy to clipboard operation
scrapy-splash copied to clipboard

Update README.rst

Open KimKiHyuk opened this issue 4 years ago • 1 comments

[WARNING|middleware.py:418] Bad request to Splash: {'error': 400, 'type': 'BadOption', 'description': 'Incorrect HTTP API arguments', 'info': {'type': 'bad_argument', 'argument': 'render_all', 'description': "Pass non-zero 'wait' to render full webpage"}}

if wait argument not passed, that error occured.

KimKiHyuk avatar Feb 24 '20 05:02 KimKiHyuk

Codecov Report

Merging #252 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #252   +/-   ##
=======================================
  Coverage   92.67%   92.67%           
=======================================
  Files           9        9           
  Lines         587      587           
  Branches      118      118           
=======================================
  Hits          544      544           
  Misses         21       21           
  Partials       22       22

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e40ca4f...ca0384c. Read the comment docs.

codecov[bot] avatar Feb 24 '20 05:02 codecov[bot]