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

Scrapy+Splash for JavaScript integration

Results 78 scrapy-splash issues
Sort by recently updated
recently updated
newest added

Scrapy-splash does not render the page fully, even though Splash alone does. I want to render contents of a table with id "grid". I can see that its rendered correctly...

needs more info

An example of documentation https://github.com/scrapy-plugins/scrapy-splash (section "Examples") has the code: ``` script = """ function main(splash) splash:init_cookies(splash.args.cookies) assert(splash:go{ splash.args.url, headers=splash.args.headers, http_method=splash.args.http_method, body=splash.args.body, }) ... """ ``` Often it raise the...

`[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...

I had just deployed Splash (in Docker) like a month ago on my dedicated server. I am trying to scrape a website with Scrapy Splash, but I get following error...

I have experienced the following errors: 1 - Website loads perfectly fine with Chrome, Splash always throws this error ![Splash_1](https://user-images.githubusercontent.com/52583822/60804980-224e8300-a17f-11e9-9b09-32bd28b6a37d.PNG) 2 - Loading screen never finishes despite high waiting time....

needs more info

I get this error: `QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.` when setting middlewares like document that's like a bug when I use in scrapy python i...

AutoThrottle extension doesn't play nicely with scrapy-splash because it thinks requests take a very long time, and adjusts request rate accordingly.

enhancement
docs

@kmike I’m extremely unsure about this change, I have no idea of the side effects it may have. I am trying to add test coverage to https://codecov.io/gh/scrapy-plugins/scrapy-splash/src/master/scrapy_splash/cookies.py#L111 This change adds...

enhancement
CI