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

M_LIMIT_EXCEED error #1144

Closed
erdnaxeli opened this issue Oct 12, 2020 · 2 comments
Closed

M_LIMIT_EXCEED error #1144

erdnaxeli opened this issue Oct 12, 2020 · 2 comments

Comments

@erdnaxeli
Copy link

Describe the bug
I saw some errors in my bridge's logs like this one:

POST https://matrix.iiens.net/_matrix/client/r0/join/!zyTXygZcMmguRobGIx%3Aiiens.net (@irc_NickServ:iiens.net) HTTP 429 Error: "{\"errcode\":\"M_LIMIT_EXCEEDED\",\"error\":\"Too Many Requests\",\"retry_after_ms\":3274}"

But in my appservice configuration (synapse side) I set rate limited to false.

To Reproduce
Not sure

Expected behavior
I would expect my bridge to not be rate limited.

Additional context
version: 0.20.3
Synapse version: 1.19.0

@Half-Shot
Copy link
Contributor

That bug was fixed in Synapse 1.20.0 matrix-org/synapse#8139. Update your homeserver :)

@erdnaxeli
Copy link
Author

Oups, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants