-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
Feature : Error send sticker #889
Comments
MRHRTZ
changed the title
[Error: Input buffer contains unsupported image format] from sendImageAsSticker and Error: VipsOperation: class "webpsave_buffer" not found from sendStickerFromUrl
Feature : Error send sticker
Oct 6, 2020
There's an issue with your sharp install. And what do you mean you're using android os? Are you running this code on android?? |
@MRHRTZ I'm pretty sure the issues are arising from the fact that you're running this as root. Also please see this: https://sharp.pixelplumbing.com/install#prerequisites I suggest waiting for #875 also. If you find out the solution please post it here. Closing for now thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm using sendImageAsSticker that catch Error: Input buffer contains unsupported image format and also using sendStickerFromUrl that catch Error: VipsOperation: class "webpsave_buffer" not found
And i using latest version
Steps to Reproduce
Steps to reproduce the behavior:
create() code
This is the code you use to create the client. e.g
Expected behavior
A clear and concise description of what you expected to happen.
DEBUG INFO
This is the info printed to the console when you start your app. It should look like this
Screenshots
If applicable, add screenshots to help explain your problem. Use
headless: false
to get screenshotsError log
My code
Host (please complete the following information):
Additional context
Just Android OS have this error, if i test with Win10 or Linux like Kali it's working fine.
The text was updated successfully, but these errors were encountered: