-
In bot.py I got an exception when the response included unicode. Added: encoding="utf-8" to the file open -
```
def log_question_and_answer(self, clientid, question, answer):
filen…
-
I am from Brazil and am having a charset problem when I am going to use the file "conversation_start.php".
Words that have accentuation are coming with strange charset. Can you help me? Thank you!
…
-
Seems at some point after v. 2.6.7 the db will only add user name many times with the rest all nulls in the table USER DEFINED AIML. I use Geekcaves LEARN.aiml in the past and worked well enough befor…
-
Watson conversation context is lost if the client disconnects and reconnects even if botmasterUserId is the same.
I have checked on the server that the botmasterUserId is the same in all cases.
…
-
How to replace BR code globally to \n using .replace(/BR/g, '\n') ?
By using the botmaster-watson-conversation-ware, I could make the FB bot with Watson,
But I can not find the way to replace al…
ghost updated
7 years ago
-
Responses for a few very common queries that could be fixed. I'm using the latest grammar. I only did some basic testing.
### Input Queries
1. What is my name?
2. so whats up
3. awesome
4. what…
-
When open the config wizard:
ircgrampp config
And select "Edit bridge config" and there are not bridges to edit, this crash with:
```
readline.js:982
throw err;
…
-
> If you need columns without gutter than you should use .no-gutter class on your .container
It does not work when styles are inlined.
-
Tried removing and re-adding but I always get:
```
12 May 11:58:40 - [warn] [messenger-bot] Error: C:\Users\julia\.node-red\node_modules\node-red-contrib-botmaster\dist\messengerBot.html does not …
-
This code from the readme.md errors:
`const { incomingSessionWare, outgoingSessionWare } = SessionWare();
botmaster.useWrapped(incomingSessionWare, outgoingSessionWare);`
Produces error: th…