aws-s3-bucket-browser icon indicating copy to clipboard operation
aws-s3-bucket-browser copied to clipboard

Showing Value Error while sending an image

Open Chitra999 opened this issue 3 years ago • 0 comments

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__)

Chitra999 avatar Sep 20 '22 19:09 Chitra999