aws-s3-bucket-browser
aws-s3-bucket-browser copied to clipboard
Showing Value Error while sending an image
Description
I have tried sending jpg, png images through the sendwhats_image function. pywhatkit.sendwhats_image('+9188888888',img,"Hello")
Whenever I run my code it shows this error:
image.convert('RBG').save(output, "BMP") im = self.im.convert(mode, dither) ValueError: conversion from RGB to RBG not supported
My version is latest.
- OS: [e.g. Windows 10]
- Browser: [e.g. Microsoft Edge, Google Chrome]
- Python: [e.g. 3.10.1]
- PyWhatKit: [e.g. 5.3]
You can Check the PyWhatKit Version using
print(pywhatkit.__VERSION__)