python-matrix-bot-api icon indicating copy to clipboard operation
python-matrix-bot-api copied to clipboard

A Python API for making Matrix bots (https://matrix.org).

Results 17 python-matrix-bot-api issues
Sort by recently updated
recently updated
newest added

The headline pretty much says everything. [Here](https://www.loggly.com/blog/4-reasons-a-python-logging-library-is-much-better-than-putting-print-statements-everywhere/) is a short overview why.

enhancement

I get Invalid server URL error , how do i need to specify. the server ? full url ? i did add the full URL but no success.Thanks!

My bot crashed with this stack trace: ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/matrix_client/client.py", line 473, in listen_forever self._sync(timeout_ms) File "/usr/local/lib/python3.7/site-packages/matrix_client/client.py", line 585, in _sync room._put_event(event) File "/usr/local/lib/python3.7/site-packages/matrix_client/room.py", line...

Hello, I'm using this api for a year, but today I got problem. The bot didn't want to start : ``` Invalid server URL Traceback (most recent call last): File...

No tested thoroughly but ready for review.

When homeserver restarts, bot disconnects with exception requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)) and does not try to reconnect again, which is extremely annoying as requires restart...

bug

Hello ! Thanks for you work! Is there a way to make the bot working on event base mode instead of polling ? or adjusting the polling frequency ? I...

Hello, When I try to launch the exemple I have the following message: `Traceback (most recent call last): File "example_bot.py", line 13, in from matrix_bot_api.mregex_handler import MRegexHandler File "/home/myHome/python-matrix-bot-api/matrix_bot_api/mregex_handler.py", line...

Is there a way to access the bot.client variable from the callback functions somehow? If so, it would be useful to document it. If not, it should be made possible....

enhancement

There's also a new keyword arg for MatrixBotAPI: `exclusive_rooms=True` tells *only* the specified rooms should be used, all others will be left.