Skip to content

Disallowed key characters in global data. #247

@llgdd

Description

@llgdd

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()
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions