We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i'm having this error in console when trying to create a new group CreateGroupError: An unknown error occupied while creating a group
No response
Google Chrome
Standard
No, I am not using Multi Device
whatsapp-web.js version 1.24
The text was updated successfully, but these errors were encountered:
Same! please help.......
Sorry, something went wrong.
Same here, it actually worked for a while, then suddenly stopped working. Maybe I hit some rate limit?
whatsapp-web.js version 1.25
edit: yes, confirmed, in my case it's a rate limit issue, I printed err from here, and that's the result:
err
{ "message":"rate-overlimit", "name":"ServerStatusCodeError", "stack":"Error: rate-overlimit\n at b.Error [...]", "status":429, "statusCode":429 }
Maybe it would be nice to return the server error message/code in the createGroup method.
createGroup
Same here
No branches or pull requests
Is there an existing issue for this?
Describe the bug
i'm having this error in console when trying to create a new group
CreateGroupError: An unknown error occupied while creating a group
Expected behavior
Steps to Reproduce the Bug or Issue
Relevant Code
No response
Browser Type
Google Chrome
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
No, I am not using Multi Device
Environment
whatsapp-web.js version 1.24
Additional context
No response
The text was updated successfully, but these errors were encountered: