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

When sending Russian characters to WhatsApp group, empty spaces are sent #328

Open
Camporation opened this issue Apr 7, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Camporation
Copy link

Description

def main():
pywhatkit.sendwhatmsg_to_group("group_id", "не работает", 3, 18, 30, True, 5) <- Doesn't send Russian letters, only English ones
# pywhatkit.sendwhatmsg_instantly("+77771234567", "работает", 20, True, 4) <- It works, sends Russian letters as well

Version Information

  • OS: [e.g. Windows 11]
  • Browser: [e.g. Microsoft Edge]
  • Python: [e.g. 3.11.3]
  • PyWhatKit: [e.g. 5.4]
@Camporation Camporation added the bug Something isn't working label Apr 7, 2024
@Camporation Camporation changed the title When sending Russian characters to WhatsApp group, empty spaces are sent. When sending Russian characters to WhatsApp group, empty spaces are sent Apr 7, 2024
@danygug
Copy link

danygug commented Jun 15, 2024

pywhatkit.sendwhatmsg_to_group_instantly
also send only English text

@Alvaro-Eduardo482
Copy link

Alvaro-Eduardo482 commented Aug 1, 2024

Im having the same problem but to me it happens when im trying to write some brazilian portuguese letters such as : "ç". Like @Camporation Mentioned, it only happens when using pywhatkit.sendwhatmsg_to_group AND/OR sendwhats_image. But with sendwhatmsg_instantly it is working as intended.

@Alvaro-Eduardo482
Copy link

@ByteJoseph That works only if you're trying to send the message without the image attached to it, in that case, the message would be sent first and then the image, what i want to know is how to send the image and then a caption of the image WITH the special characters working as intended.

@danygug
Copy link

danygug commented Aug 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants