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
Just started trying out your app. e.g. python -m txtchat.agent wikitalk.yml
python -m txtchat.agent wikitalk.yml
It launches fine and connects to my local Rocket.Chat, but when I send a message to "cat", I get the following error:
TypeError: RocketChat.message() takes 7 positional arguments but 9 were given
Running in Win 10, VS Code, venv, py 3.10.11
The text was updated successfully, but these errors were encountered:
@peterhoang How to connet the txtchat.agent with Rocket.Chat? And do you fixe the arguments problem?
Thanks
Sorry, something went wrong.
No branches or pull requests
Just started trying out your app. e.g.
python -m txtchat.agent wikitalk.yml
It launches fine and connects to my local Rocket.Chat, but when I send a message to "cat", I get the following error:
TypeError: RocketChat.message() takes 7 positional arguments but 9 were given
Running in Win 10, VS Code, venv, py 3.10.11
The text was updated successfully, but these errors were encountered: