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,601 - 8,612 of 8,680
Posts 8,601 - 8,612 of 8,680
palacinkyman
2 years ago
2 years ago
Sometimes my phrase "*" overwrites other keyphrases, despite not having any available seeks. It took me a while to figure it out so I decreased its rating to -150 however, the problem is that I want it to overwrite any other responses, but only when there are available seeks. I used this for insisting on apology when user is "dumped" but it doesn't seems to work anymore because it triggers #engage (I think) when there are not valid seeks, overwriting any other responses.
palacinkyman
2 years ago
2 years ago
Bug Posted
EXPLAINED: Comfort
Comfort on my bot fell from 4 :) to 3 :) without any apparent reason.
palacinkyman
2 years ago
2 years ago
It used to work. What keyword can I use to catch every phrase but not overwrite other if there is not proper seek available?
HIDDEN: Post content outside ratings limits.
palacinkyman
2 years ago
2 years ago
Not sure if you were replying to me but, I just used to have a simple cycle when the user pissed my bot too much. This cycle has been triggered no matter what user typed (hence *) until the user apologized which threw him out of cycle. It doesn't work anymore because the phrase is triggered even when there are no valid seeks (when the bot has not been pissed) and it triggers #engage instead.
Miss Niki
2 years ago
2 years ago
Numeric Memories
1. When I set a number by default in Initialize - number is in Long Term Memory
2. When I set numbers, or add etc., in Response or Keyphrase, the number is on in SelfMemories.
1. When I set a number by default in Initialize - number is in Long Term Memory
2. When I set numbers, or add etc., in Response or Keyphrase, the number is on in SelfMemories.
bobstack
2 years ago
2 years ago
hot for bot.com is greyed out and i cannot interact with any chatbots.
hidden5738
2 years ago
2 years ago
Same thing happened to me on PF when logged out
I had to hit F12, then delete the div#modalOverlay in the dev console of my browser
After that only could I login
I had to hit F12, then delete the div#modalOverlay in the dev console of my browser
After that only could I login
bobstack
2 years ago
2 years ago
i found out i had to use the front page to enter hot for bot websight.normaly i do not have to do that.
hidden5738
2 years ago
2 years ago
Well whatever the problem was it seems to be fixed now
bobstack
2 years ago
2 years ago
okay
hidden5738
2 years ago
2 years ago
Unable to update my bot, the update button isn't working
To be specific, I tried to update the (m:com) help keyphrase in my bot
To be specific, I tried to update the (m:com) help keyphrase in my bot
hidden5738
2 years ago
2 years ago
Interestingly enough, it seems to be just that keyphrase
Edit 1:
Hmm... is there a restriction on the maximum length of a response? I might have crossed that with the length of this help response...
Edit 2:
No, even after removing a significant chunk of it, it does not submit... I tried recreating the keyphrase too
Edit 3:
It's a problem with (m:com) (v:help); as soon as I replaced that with just "help", the keyphrase got submitted
Edit 1:
Hmm... is there a restriction on the maximum length of a response? I might have crossed that with the length of this help response...
Edit 2:
No, even after removing a significant chunk of it, it does not submit... I tried recreating the keyphrase too
Edit 3:
It's a problem with (m:com) (v:help); as soon as I replaced that with just "help", the keyphrase got submitted
hidden5738
2 years ago
2 years ago
Just had a similar bug with another (m:com) phrase, looks like that macro's the problem...
hidden5738
2 years ago
2 years ago
This bug seems to be fixed, I'm not sure what happened, but thank you!
palacinkyman
2 years ago
2 years ago
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
The Professor
2 years ago
2 years ago
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?
The Professor
2 years ago
2 years ago
That looks like it's coming from the browser. Are you connected to https://www.personalityforge.com? It should have https and the www
palacinkyman
2 years ago
2 years ago
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.
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.
hidden5738
2 years ago
2 years ago
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."
Miss Niki
2 years ago
2 years ago
What are linked bots?
LT Neko
2 years ago
2 years ago
No longer can switch pages within "Most Matched" in the Language Center... ^^' Was using that to add api data to old keyphrases/improve em~
hidden5738
2 years ago
2 years ago
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
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
hidden5738
2 years ago
2 years ago
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
The Professor
2 years ago
2 years ago
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.
hidden5738
2 years ago
2 years ago
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
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
The Professor
2 years ago
2 years ago
Thanks, hidden5738 - that was super helpful. I think I found the spot with the issue and fixed it - can you test again?
hidden5738
2 years ago
2 years ago
Yeah, it seems to work now, thank you!
palacinkyman
2 years ago
2 years 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.
kb86
2 years ago
2 years 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)
In other situations the AI engine is able to recognise the same intention with UK or US spellings. Th.. (more)
The Professor
2 years ago
2 years ago
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.
» More new posts: Doghead's Cosmic Bar