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
~/Projects/mcat $ cat mcat.py | env/bin/python mcat.py --room "!CJDvntNEPGQmykeIrB:whatthefuck.computer" --stdin -c ~/.mcatrc Traceback (most recent call last): File "mcat.py", line 55, in <module> mcat.f_to_matrix(sys.stdin) File "mcat.py", line 24, in f_to_matrix self.room.send_text(line) File "/home/rrix/Projects/mcat/env/lib/python2.7/site-packages/matrix_client/client.py", line 169, in send_text return self.client.api.send_message(self.room_id, text) File "/home/rrix/Projects/mcat/env/lib/python2.7/site-packages/matrix_client/api.py", line 194, in send_message self.get_text_body(text_content, msgtype) File "/home/rrix/Projects/mcat/env/lib/python2.7/site-packages/matrix_client/api.py", line 183, in send_message_event return self._send("PUT", path, content) File "/home/rrix/Projects/mcat/env/lib/python2.7/site-packages/matrix_client/api.py", line 319, in _send code=response.status_code, content=response.text matrix_client.api.MatrixRequestError: 429: {"errcode":"M_LIMIT_EXCEEDED","error":"Too Many Requests","retry_after_ms":1214}
The javascript SDK implements a fairly complex queuing system, I'm going to strawman something similar to that, shortly.
The text was updated successfully, but these errors were encountered:
From my perspective this issue really depends on a solution to #127
Sorry, something went wrong.
No branches or pull requests
The javascript SDK implements a fairly complex queuing system, I'm going to strawman something similar to that, shortly.
The text was updated successfully, but these errors were encountered: