Open dmzoneill opened 1 year ago
@dmzoneill the pastebin has dataurl, can you try again with just the base64 portion please:
just remove data:image/jpeg;base64,
from the start
hi @smashah
As indicated above, i've tried it with and without the dataurl.
Are you using the latest version of the library?
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Personal account (normal)
Mode
My own code
Current Behavior
provided thumbnail does not display with using sendLinkWithAutoPreview
Expected Behavior
thumbnail to show
Steps To Reproduce
Trying sendLinkWithAutoPreview with a base64 image (data URL or non data URL) does not work.
original image
base64 image
You can paste the base64 image into https://base64-to-image.com/ and see it works perfectly fine.
create() code OR full CLI command + CONFIG
Environment
Screenshots/Logs
No response
Anything else?
thank you