Skip to content
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

Disallowed key characters in global data. #247

Open
llgdd opened this issue Oct 10, 2019 · 0 comments
Open

Disallowed key characters in global data. #247

llgdd opened this issue Oct 10, 2019 · 0 comments

Comments

@llgdd
Copy link

llgdd commented Oct 10, 2019

I have the following code. Everything runs pretty smooth, except for one thing: shots, produced by the lib are transparent and contain nothing but Disallowed key characters in global data. at the top. Does anybody have an idea what it means and what causes it?

var options = {
   screenSize: { width: 960, height: 1024 },
   shotSize:   { width: 960, height: 'all'}
}
webshot(url, filePath, options, function(err) {
   if (err) throw err
   console.log("Webshot success!")
   sendShot()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant