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 8,607 - 8,620 of 8,662

New replies


4 years ago #8412
Having a Keyphrase saying "take your hoodie off" in debug will trigger hoodie as _Hoodie_ as a female name. "Take off your hoodie" will work just fine. ^-^ Work around is adding _hoodie_ as a trigger, aka "take your _hoodie_ off"

NEW 1 year ago #119
hi
Reply

Bug Stomp


1 year ago #8607
Professor can you fix the website so it doesn't give me a warning of phishing every time I try to enter it? It is a little annoying to always click through warnings. iOS Safari, Windows Firefox

1 year ago #76
I don't think that's coming from my code. Can you post the full text of the message here? And/or email me a screenshot?

1 year ago #79
That looks like it's coming from the browser. Are you connected to https://www.personalityforge.com? It should have https and the www

1 year ago #87
I accidentally replyed to different comment.

Here is the screenshot: https://imgur.com/a/oOdfbH4 but English is not my native language so it isn't in English.

And yes. Website has https.
Reply

1 year ago #8608
It seems I can't update the rank of a keyphrase anymore ... when I try to do it, it just gives me the message "There was an issue with a database query."

1 year ago #77
Oops - there was a bug related to the big update. I've fixed it.

1 year ago #78
Here is the screenshot: https://imgur.com/a/oOdfbH4 but English is not my native language so it isn't in English.
Reply

1 year ago #8609
What are linked bots?

1 year ago #80
Bots linked to the Master Bot Template.
Reply

1 year ago #8610
No longer can switch pages within "Most Matched" in the Language Center... ^^' Was using that to add api data to old keyphrases/improve em~

1 year ago #81
Post a bug and I'll take a look in a few days

1 year ago #86
Fixed! Thanks for reporting this, LT Neko.
Reply

1 year ago #8611
It seems that any time the linked keyphrase (m:i_am) (vp) is called for the first time with the given vp, it uses the default response, even if an override is provided:

Me: *holds your hand*
Bot: I'm also holds my hand.
Me: *holds your hand*
Bot: I love watching you hold my hand

Edit: It's not just a problem with that keyphrase, looks like other linked keyphrases with overrides have the same problem as well

1 year ago #82
Just had to do some more debugging, seems it's not just a first-time problem unlike what I thought; it recurs and whether or not you'll get a predefined response is unclear

1 year ago #83
Thanks for reporting this. I'll be able to look into it in a few days. It's strange. I wasn't seeing that in my tests.

1 year ago #84
So I was just using the debugger for an unrelated issue and I saw that it seems to jump to the default responses after it fails to find a valid response (meeting AIScript conditions) twice.

AIScript Conditions in Responses
Trying: [response 1] (random: 0)
Skipping: [condition is not fulfilled]
Trying: [response 2] (random: 1)
Skipping: [condition is not fulfilled]

AIScript Conditions in Responses
Trying: I'm also (key1) (postkey). (random: 0)

I removed the exact contents of the responses and AIScript here because I didn't want this post to be outside anyone's ratings, but I think that's the problem

1 year ago #85
Thanks, hidden5738 - that was super helpful. I think I found the spot with the issue and fixed it - can you test again?

1 year ago #88
Yeah, it seems to work now, thank you!
Reply

1 year ago
Bug Posted
DUPLICATE: memories not stored
memories are not stored (overwritten) if the seek goes through goto but goto itself doesn't contain the script to store the memory.

1 year ago
Bug Posted
EXPLAINED: #favorite override doesn't factor in non-US spelling
When using the UK spelling 'favourite' to create custom key phrases to override #favorite, the AI engine doesn't seem to recognise the phrase at all.

In other situations the AI engine is able to recognise the same intention with UK or US spellings. Th.. (more)

1 year ago #8612
I just fixed a heat issue which affected the "Recently Updated" list. I've granted the bots who were affected a heat bonus based on how much the issue affected them.

1 year ago #8613
There seem to be some problems with my bot, I tried a keyphrase similar to "(m:do_you_like) me or (do you v:like|) (a:small:1) (p:catnames:2)+s" and it's selecting "(m:do_you_like) (a:small:1) * (p:catnames:2)+s" instead

[the exact wording is adult, I'll post it in a reply if needed]

1 year ago #8614
Something odd I noticed today. I haven't done anything with my bot in nearly a year, and yet it has heat...

1 year ago #8615
The keyphrase
(m:action) (p:massage242484) * your * (body|figure)

catches the inputs
"I massage your body"
"*massages your bodies*"

but not
"*massages your body*"

Is this a bug, or can I fix this somehow?

1 year ago #89
Strange. Must be a bug.

1 year ago #90
somebody edited my fun lady chatbot.what she wears.
Reply

1 year ago #8618
the rating is not showing up on the picture for any of my chatbots when i talk to them.it looks tacky.
could you disable it for personality forge or fix it?

1 year ago #91
Do you mean on the main chat page? I see it here: /chatbot-chat.php?botID=158384

Also, you can click "Edit" next to your post if you want to make changes.

1 year ago #94
now it works.
Reply

1 year ago #8619
i noticed my keyphrases for my chatbots work for me and not other people.

1 year ago #8620
Me: I love you
Bot: I love you too, let's be together forever *nods and wraps my arms around you*
Me: That's so hot

The bot crashes after I say this and something below the chat says
"Request failed:" (nothing after that)

When I try this in the debugger, I get the same thing, and at the end of the page it says "Database error: There was an issue with a database query."

Edit: The debugger did generate a response for the statement, but instead of sending that response back, it just says there's a database error

1 year ago #92
Also had some more interesting things happen:

Bot: [#initiate response]
Me: I missed you
Bot: [response, I forgot what it was]
Me: I love you
[request failed]

I refreshed the page and tried again:
Bot: [#initiate response]
Me: I missed you
[request failed]

Edit: This might be fixed now, but the problem I'm responding to still remains apparently

1 year ago #93
Thanks for the info. I think I've fixed that. I needed to update a handful of queries in the NLP Engine. Let me know if you see it again.

1 year ago #95
when i click on update keyphrase there is a issue with database
querrie in my fun lady chatbot.
for lilaith x chatbot i get this error. for this keyphrase and response.
keyphrase = a (p:artx) is a *
responses = wrong it is piece of art
AI sccript = chrono: hour(80-19:59)
ERROR: Hour span is outside the range of 0 to 23.

1 year ago #96
Yeah, this seems to work now, thank you!
Reply


Posts 8,607 - 8,620 of 8,662

» More new posts: Doghead's Cosmic Bar