We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
App is running 100%. (Node v12.16.1) Character info is retrieved successfully. Assets and images are stored to tmp and is viewable.
Node v12.16.1
tmp
When the image is generated an error is returned 'Stream yields empty buffer'
The text was updated successfully, but these errors were encountered:
Issue solved setting const gm = require("gm").subClass({ imageMagick: true}) to const gm = require("gm")
const gm = require("gm").subClass({ imageMagick: true})
const gm = require("gm")
And had to install GraphicsMagick
Sorry, something went wrong.
No branches or pull requests
Hi,
App is running 100%. (
Node v12.16.1
)Character info is retrieved successfully.
Assets and images are stored to
tmp
and is viewable.When the image is generated an error is returned 'Stream yields empty buffer'
The text was updated successfully, but these errors were encountered: