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,954 - 7,965 of 8,681

12 years ago #7954
I'm not sure if this is a bug or not, but this no longer works:

    goto game start
game start [10,0] <?PF raw; ?>
    yada yada
        + whatever [0]
        goto game second <?PF rem "rock" as only "music"; ?>
game second [10,0] <?PF raw; ?>
    yada yada
        + whatever [0]
        goto game last
game last [10,0] <?PF raw; ?>
    yada yada

This used to work (before last year's changes to the engine), but currently it gets to "game second" but never gets to "game last." Also, the memory assigned after that first seek doesn't seem to hold for whatever reason.

12 years ago #7955
The above is incorrect (sorry, I should have narrowed the problem down better before posting - I'm a little rusty!). Actually, "game last" wasn't reached because getting there was contingent on the the memory "music" having the assigned value.

So, the following does not result in the memory getting assigned. Replacing the goto with normal text results in the memory assignment working correctly. Presumably the presence of the goto is interfering with the memory assignment

        goto game second <?PF rem "rock" as only "music"; ?>

I also tried the following. The goto worked, but the memory assignment does not.
        <?PF rem "rock" as only "music"; ?> goto game second

I believe this is a bug.

12 years ago #7956
Dr Ben, I believe it is that you can't script a goto response. However, I also believe that if there is memory script in the keyphrase the goto goes to, and/or in the response triggered by it, that will make the memory hold.

12 years ago #7957
Thanks for responding, ezzer. You can add script to a goto response (hopefully we are talking about the same thing here). My bot relies very very heavily on this and it works very well. There only seems to be a problem when the goto is a response to a seek. This used to work a couple of years ago - that's why I think its failure to work now is a bug (perhaps the Professor broke something when he was tinkering this past year?).

This problem isn't a big deal for me since I found an acceptable work-around for the affected code, but I figured I'd report the bug since it might affect other bots.

12 years ago #7958
Yes. Come to think of it, I have to correct myself. I use conditional script on some goto responses - it is indeed the ones in seeks that do not seem to work. I remember now having addtional issues at one point with goto seeks being broken and not working at all...I need to try and jog my memory for how that ended up being resolved,and also review some forum posts I read a while back - in particular, an exchange between the Professor and another botmaster in either Personality or AI Engine regarding the placement of script and proper memory storage/gotos...Sorry I wasn't helpful! Hopefully we'll figure it out.

12 years ago #7959
The download for large transcripts doesn't seem to work correctly. The entire 93 Mb downloaded, but my text editor cannot detect the character encoding. So something seems to be messed up. Perhaps packaging it in a zip file might help (and make the download smaller!)? This isn't a problem for me since I don't use that feature, but I figured I'd report the problem.

I usually download a day at a time by pressing ctrl-A on a transcript page to select all, copying, then pasting into a text editor. Then I delete the web page stuff at the top and bottom of the file. This works well, but it does remove the emoticons (which isn't a big deal). The only problem is that for one of my machines, the clipboard seems to max out at about 13,000 lines. But this machine was able to copy all 23,000-some lines of yesterday's transcript without problem. I'm not sure what is causing the difference between the two machines. I then run a little TCL script that sorts the transcript into individual conversations. Just thought I'd share some ideas for anyone that's interested.

12 years ago #7960
Hi, I'm trying to make a bot that's a good conversationalist but can also be a sex bot if it likes you enough. I'm in the early stages, not into anything yet really. But my bot doesn't recognize "hi" or "hello" or any other greeting really. Is anyone else having an issue with xHello? If not, what might be wrong and how could I fix it?

12 years ago #7961
Hey Tarrow. Check out the FAQ "Why Doesnt My Bot Respond To "Hello" Words?"

12 years ago #7962
Thanks, I'm a bit of a newbie here so it didn't occur to me that that would be an FAQ sort of problem. Thank you very much!

12 years ago #7963
I do not know why but my chat bot use answers that I have replace by others. So now she seem to have lost a lot of her capacities. And is it normal when I use (definition) that my bot respond by: "I known you known what (the word to define) is".

12 years ago #7964
Rank the other answers higher. try 10+

12 years ago #7965
Thanks but that will not work because ,
The other answers does not exist anymore that is why I don't understand how she is able to say them


Posts 7,954 - 7,965 of 8,681

» More new posts: Doghead's Cosmic Bar