-
Notifications
You must be signed in to change notification settings - Fork 23
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
"Rate limit exceeded" when sending a single message #27
Comments
I am using this method in Gurk without any problems. It might be that you linked/unlinked a device too often in a short period of time, which leads to rate limiting. There is also a simple |
I discovered a bug but I committed a fix sneakily as part of #20, sorry for that. I'll try to be more transparent in the future, if that can help! The problem is something we've already had to deal with in the past, and is related to the way we store sessions. The switch to the Rust version of |
Forgot to ask: @lushing could you try again with the latest commit from |
@gferon This has indeed fixed the bug, and sending messages now works as expected. Thanks! |
When using the Manager's
send_message
method, I will always run into the following error:This occurs whenever I try to send only one message to another Signal account. I've tried many variations of the code, but always with the same result.
Here is the relevant code:
The text was updated successfully, but these errors were encountered: