Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Problems with google.com #3

Open
Shuro opened this issue Jan 22, 2013 · 4 comments
Open

Problems with google.com #3

Shuro opened this issue Jan 22, 2013 · 4 comments

Comments

@Shuro
Copy link

Shuro commented Jan 22, 2013

Hi there, i tried the screener-script on my server with the pre-compiled phantomjs binary, that works for some sites, but with "http://www.google.com" their is no generated image? Also no noticed error, maybe a bug?

Greetings, Shuro

@hggh
Copy link
Owner

hggh commented Feb 25, 2013

could you please tell me your phantomjs version?

@Shuro
Copy link
Author

Shuro commented Feb 25, 2013

phantomjs 1.8.1, same problems with the self-build variant. Same problem on http://screener.brachium-system.net/ (using "google.com" as domain). Also noticed problems on various sites which are using redirects.

@knorrium
Copy link
Contributor

@Shuro what OS are you using?

I've tried the following script using the pre-compiled phantomjs 1.8.1 binary on Mountain Lion and Ubuntu 12.04.2 and had no problems.

var page = require('webpage').create();
page.open('http://google.com', function () {
    page.render('google.png');
    phantom.exit();
});

@Shuro
Copy link
Author

Shuro commented Feb 26, 2013

Compiled on Debian Squeeze, should notice that sometimes it's working, but most times it stop without an error-notice.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants