-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
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
Splash fails to render a specific page #1167
Comments
I'm suffering from the same... I've tried everything, with no luck. Any thoughts? |
Same problem... |
Im experiencing similar issues, I did a test trying to render https://www.whatismybrowser.com/detect/is-javascript-enabled and Im getting that javascript isnt enabled |
I've been trying to resolve this issue for two weeks now, but I still haven't made any progress. I tried changing the splash versions, I tried looking at the site prompts to see if there were any points I made mistakes, but it didn't work. I tried to use Selenium and with it the results of the page came correct, but Selenium is very slow, therefore, it does not become a viable option. |
I have the same issue. I think I've narrowed it down to this script: If I filter out that script, it seems to run fine. I don't know what it is about that script that Splash doesn't like, but it just hangs. I've seen the same behavior with one other script, as well -- what appears to be a WordPress extension: It exhibits the same behavior: complete hang, but it works fine when I filter it out. |
Seems likely that they're captcha check files and if they can't be loaded the site assumes to continue anyway. We could add a splash filter (similar to the easyprivacy one) that blocks common captcha checking URLs. |
How do you filter it out properly? Cause I've tried some things in a script for lua_source, but it didn't work out.. |
I just used the request filters built into Splash. These 2 lines are fairly broad, but worked for my purposes to block the 2 scripts I mentioned:
|
As @benreece mentioned, it's most likely some script is stopping splash from loading the page. In my case, it was recaptcha script, so I used the following lua script
|
Recaptcha breaks Splash when using |
My issue is related to querying the URL below using splash in version 3.5:
Even after many hours, it doesn't show any results. Here are some screenshots of the execution.
The text was updated successfully, but these errors were encountered: