Bug Stomp
Upgrades and changes sometimes have unpredictable results, so post your bugs and glitches in here and I'll get out my trusty wrench and get to fixin'!
Posts 7,773 - 7,784 of 8,681
Posts 7,773 - 7,784 of 8,681
Mome Rath
13 years ago
13 years ago
I experience the same as Lord Tyler with all other types of bot chat (can't test Flash right now - not installed on this machine).
User initiated chat, bot initiated chat, bot-to-bot chat - no bot response is showing up, just blank lines.
In the sources of the popup chat windows I found this line:
<!-- speaking was put in Not Using/speaking.php --->
Bot responses in transcripts are empty too.
And my own transcript are shown at yesterday's date.
User initiated chat, bot initiated chat, bot-to-bot chat - no bot response is showing up, just blank lines.
In the sources of the popup chat windows I found this line:
<!-- speaking was put in Not Using/speaking.php --->
Bot responses in transcripts are empty too.
And my own transcript are shown at yesterday's date.
Mome Rath
13 years ago
13 years ago
Guest chats don't work either.
All I notice in the chat page source is that the bot's reply is empty.
All I notice in the chat page source is that the bot's reply is empty.
Mome Rath
13 years ago
13 years ago
It is impossible to enter special characters like angle brackets (< and > ) or umlauts (ä, ö, ü ) in a forum post without using HTML entities (like < or ä ).
RomulusKesher
13 years ago
13 years ago
I'm uploading my language center and keep getting this message "ERROR: Your Keyphrase is too long. Keyphrases should be short and general, and lists should only cover the most likely possibilities. Please shorten to under 150 characters." My message is 241 characters long but it used to work before and it doesn't seem dramatically long to me. Maybe the settings have changed?
Mome Rath
13 years ago
13 years ago
Romulus
There's a difference between keyphrases (the catch phrases the chat partner's input is compared to) and responses. Only keyphrases are limited in length. I had this error message yesterday several times and it took me a while to find the keyphrase that was too long.
The only ways I know of are to make use of Gotos and plug-ins.
There's a difference between keyphrases (the catch phrases the chat partner's input is compared to) and responses. Only keyphrases are limited in length. I had this error message yesterday several times and it took me a while to find the keyphrase that was too long.
The only ways I know of are to make use of Gotos and plug-ins.
Mome Rath
13 years ago
13 years ago
The preprocessing doesn't work correctly for all numbers greater than 100,000.
I found this in a debug session:
Message: 'hundred sixty thousand two hundred three' Time: 0.02
Message: (spell-corrected) 'hundred sixty thousand two hundred three' Time: 0.02
Message: (preprocessed) '60303' Time: 0.03
Same with million.
I found this in a debug session:
Message: 'hundred sixty thousand two hundred three' Time: 0.02
Message: (spell-corrected) 'hundred sixty thousand two hundred three' Time: 0.02
Message: (preprocessed) '60303' Time: 0.03
Same with million.
The Professor
13 years ago
13 years ago
It's looking for a number in front of the first hundred, and million, too.
I spent the weekend updating and reworking certain aspects of the AI Engine. Along the way I found and fixed several issues, including the issue with the expressions coming up angry. Let me know if that seems to be fixed, or if any other issues crop up. I put some extra debugging lines for expressions in Debug mode.
I spent the weekend updating and reworking certain aspects of the AI Engine. Along the way I found and fixed several issues, including the issue with the expressions coming up angry. Let me know if that seems to be fixed, or if any other issues crop up. I put some extra debugging lines for expressions in Debug mode.
prob123
13 years ago
13 years ago
I seem to have a case of xnoneits, and no facial expressions at all, with the flash face.
Guest1145: would u no who wrote the bible
Bildgesmythe: So, how are you doing today..I am almost perfect
Yet in debug the bot works
You: would u no who wrote the bible
Bot: The Bible was written by many men in many countries over thousands of years. It is the word of God.
Guest1145: would u no who wrote the bible
Bildgesmythe: So, how are you doing today..I am almost perfect
Yet in debug the bot works
You: would u no who wrote the bible
Bot: The Bible was written by many men in many countries over thousands of years. It is the word of God.
theballcat
13 years ago
13 years ago
When the bots start chats with each other they only use endless x-initiate statements like "Hi, How are you?" "Hi Wanna chat?" "Welcome, nice to see you again ..." Their entire conversation is made up with statements like that. I always end up killing their talk when the box pops up ...out of mercy.

Mome Rath
13 years ago
13 years ago
(Sometimes they say "I have too many gotos in a row" too in a bot-to-bot chat.)
Seeks don't work; they run into BLAB.
xmemory is triggered sometimes even if no memory is set. (ok, you could say, then give your bot a default response for this case, which is probably the best advice here.) (And bots with the default xmemory response seem to say "I remember you. You're." without filling in the (mem-youare).)
Number parsing still doesn't work. "three hundred one thousand" is transformed to "1300". (Maybe it would be better to deactivate this feature until it is fixed.)
In the transcripts, the names of the chat partners are missing.
Seeks don't work; they run into BLAB.
xmemory is triggered sometimes even if no memory is set. (ok, you could say, then give your bot a default response for this case, which is probably the best advice here.) (And bots with the default xmemory response seem to say "I remember you. You're." without filling in the (mem-youare).)
Number parsing still doesn't work. "three hundred one thousand" is transformed to "1300". (Maybe it would be better to deactivate this feature until it is fixed.)
In the transcripts, the names of the chat partners are missing.
RomulusKesher
13 years ago
13 years ago
I have a plugin of Mayan gods in one of my replies, and decided to add their names seperately in the keyphrases with appropriate explanation. For some reason, one of the names, "yum kaax", always triggers the xnone.
XXXX: What else does it have to show me?
Madame von Scam: Not very much. Oh, maybe this. You will meet a interior decorator with a cueball who will reveal himself to be a descendant of Yum Kaax.
XXX: Kinda farfetched. Who is Yum Kaax?
Madame von Scam: *stirs her cup and arrogantly ignores you*
I tested without the capitals as well, and also tried to insert the key phrase in raw mode.
XXXX: What else does it have to show me?
Madame von Scam: Not very much. Oh, maybe this. You will meet a interior decorator with a cueball who will reveal himself to be a descendant of Yum Kaax.
XXX: Kinda farfetched. Who is Yum Kaax?
Madame von Scam: *stirs her cup and arrogantly ignores you*
I tested without the capitals as well, and also tried to insert the key phrase in raw mode.
Mome Rath
13 years ago
13 years ago
I'd advise to try a debug, but the debug feature seems to be broken too. Only about the first third of the page loads; it stops at
Found Stored Response Object
PreSerialize: 0.05
PostSerialize: 0.05
Total Time: 0.05
-------------------------------------
chrono: hour has a problem with time spans where the beginning and the end have the same hour number.
(I've inserted spaces after the colons between hours and numbers to prevent character seqences to be transformed into smileys.)
<?PF chrono: hour(23: 00-23: 59); ?>
is rejected with the message:
ERROR: The second number in the hour span should be more than the first. Use 24-hour time notation. 4PM would be 16: 00.
I can use (22: 59-24: 59) in this case, but what about (19: 15-19: 45)?
Found Stored Response Object
PreSerialize: 0.05
PostSerialize: 0.05
Total Time: 0.05
-------------------------------------
chrono: hour has a problem with time spans where the beginning and the end have the same hour number.
(I've inserted spaces after the colons between hours and numbers to prevent character seqences to be transformed into smileys.)
<?PF chrono: hour(23: 00-23: 59); ?>
is rejected with the message:
ERROR: The second number in the hour span should be more than the first. Use 24-hour time notation. 4PM would be 16: 00.
I can use (22: 59-24: 59) in this case, but what about (19: 15-19: 45)?
» More new posts: Doghead's Cosmic Bar