Code Monkey home page Code Monkey logo

Comments (3)

TuffLuck avatar TuffLuck commented on May 30, 2024

Now, it will work on a few things but like greeting ppl on join is broke, etc also if someone highlights his name he doesnt respond etc.... and now i'm getting more output:

11:32:29 - Bender Debug (trace) --> can't read "bMotionSettings(gender)": no such element in array while executing "set val $bMotionSettings($setting)"
11:32:29 - Bender Debug (trace) --> can't read "bMotionSettings(gender)": no such element in array while executing "set val $bMotionSettings($setting)"
11:32:29 - Bender Debug (trace) --> can't read "bMotion_flood_last(xo)": no such element in array while executing "set lastCallback $bMotion_flood_last($handle)"
11:32:29 - Bender Debug (trace) --> can't read "bMotion_flood_lasttext(xo)": no such element in array while executing "set lastText $bMotion_flood_lasttext($handle)"
11:32:31 - Bender Debug (trace) --> can't read "bMotion_flood_info(xo)": no such element in array while executing "set flood $bMotion_flood_info($handle)"
11:32:33 - Bender Debug (trace) --> can't read "bMotion_flood_last(#umad)": no such element in array while executing "set lastCallback $bMotion_flood_last($handle)"
11:32:35 - Bender Debug (trace) --> can't read "bMotion_flood_lasttext(#umad)": no such element in array while executing "set lastText $bMotion_flood_lasttext($handle)"
11:32:37 - Bender Debug (trace) --> can't read "bMotion_flood_info(#umad)": no such element in array while executing "set flood $bMotion_flood_info($handle)"
11:32:39 - Bender Debug (trace) --> can't read "bMotionSettings(outputpriority)": no such element in array while executing "set val $bMotionSettings($setting)"
11:32:41 - Bender Debug (trace) --> can't read "bMotionInfo(outputpriority)": no such element in array while executing "set val $bMotionInfo($setting)"

from bmotion.

jamesoff avatar jamesoff commented on May 30, 2024

That debug.tcl script can report things which aren't really problems, as bMotion makes heavy use of try/catch stuff, and debug.tcl reports errors even when they're handled by that.

For example (since it shows up a lot in that log you pasted), there are two main places bMotion settings live, and it works out which by trying to read it from one, and if that fails (protected in a try/catch block) it tries the other place.

That said, when trying out the script I did spot a couple of things which I can fix, but none of then are showstoppers.

Your bot's working ok now right?

from bmotion.

TuffLuck avatar TuffLuck commented on May 30, 2024

Thanks brother!

from bmotion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.