Sijis Aviles
Sijis Aviles
The last thing I need to work through is making `_run_command()` python 2 compatible.
Looks like I need to fixup `.travis.yaml`. :)
Errbot is not setup to use asyncio. It's all threaded.
This is an interesting feature. I'm not against having this callback available for backends. You could look at this PR as inspiration on what may be necessary to add this...
@tirkarthi thanks for the PR. Were you seeing an error / warning on python 3.10? Also, do you if there are any backwards version issues merging this?
This may be a Windows specific bug. I don't have access to a Windows 10 machine to fully validate this. However, I did try to reproduce, using your steps using...
There is also something odd about using `pipenv install errbot` command that gives a ``` [pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. ... ERROR: ERROR: Could not find a...
Do you have the latest version of the telegram library `python-telegram-bot`?
@nzlosh We already have deprecation warnings https://github.com/errbotio/errbot/blob/2b56971f8e1a3d3a4887e5ad41d0137636730d51/errbot/backends/slack.py#L418-L422 https://github.com/errbotio/errbot/blob/2b56971f8e1a3d3a4887e5ad41d0137636730d51/errbot/backends/slack_rtm.py#L430-L435