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

Stream yields empty buffer #7

Open
Portur opened this issue Jan 21, 2021 · 1 comment
Open

Stream yields empty buffer #7

Portur opened this issue Jan 21, 2021 · 1 comment

Comments

@Portur
Copy link

Portur commented Jan 21, 2021

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'

@Portur
Copy link
Author

Portur commented Jan 21, 2021

Issue solved setting
const gm = require("gm").subClass({ imageMagick: true})
to
const gm = require("gm")

And had to install GraphicsMagick

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