scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.08k stars 514 forks source link

White blank png/html on splash #1129

Open balav92 opened 3 years ago

balav92 commented 3 years ago

I have an issue with a splash. The website gives a blank page via Splash when accessing the below URL with various arguments(timeout, private mode disabled, etc).

URL: [https://www.ishopchangi.com/en/product/islay-mist-the-original-peated-blend--700ml-mp00136490?p_collection=HOMEDELIVERYNONTRAVELLER,LANDSIDE#referer=categorylisting]

I even tried using the execute endpoint with the following parameters and it resulted in the same blank page.

splashArguments = {
  "images": 1, 
  "png": 1, 
  "wait": 4, 
  "timeout": 60, 
  "viewport": "1024x768", 
  "har": 1, 
  "html": 1, 
  "http_method": "GET", 
  "render_all": true/false, 
}

Any assistance would be great.

Note: When I load the same URL in the browser with JS disabled it gives the same blank page. So tried accessing the URL https://www.whatismybrowser.com/is-javascript-enabled' via SPLASH and it shows JS enabled. But with this URL:https://www.whatismybrowser.com it shows JS is not enabled.

MaksimDan commented 3 years ago

Have you tried with the non default chromium engine? I was able to overcome my similar issue this way.

balav92 commented 3 years ago

I tried that from the splash startup using --browser-engines and it gave the same error.