B2018.25000 clear()Textport eachFrame ["busyprocess"]

Build # TouchDesigner099 64-Bit Build 2018.25000 Non-Commercial Windows

[b]Hi !

I need to clear() the Textport everyTime for a better reading of the data/feedback/error etc…[/b]

and if i clear() the textport Eachframe :

:exclamation: i can’t use the keyboard :exclamation:
:exclamation: i can’t deleted some node :exclamation:
:exclamation: i can’t search node with tab :exclamation:
:exclamation: i think i can’t do lot of stuff :exclamation:

:question: maybe its wrong to use clear() on eachFrame … :question:

:bulb: I just want to report “busy” process bug :bulb:

ps: its my first post on the forum :exclamation:
if this post is not useful or relevant let me know :arrow_right:

hey Datac0re,

I can imagine if you clear() the console 60 times per second that’s not the most efficient way to reach your goal. Usually I try to prevent using an Execute DAT to execute Python stuff each frame, as that has the tendency to slow everything down to a crawl.

It’s a bit hard to give advice if I don’t know your network of what you want to monitor, but if you want to monitor a specific function, maybe it’s easier to edit your code to write only the logging lines you want to see to a specific Text DAT or Table DAT, that way you get only the info you need.
You can also look into using the Error DAT (which has options to filter per path or nodetype) or FIFO DAT which are both easy for watching the latest xx lines of errors / text.

btw this was actually your 3rd post on the forum :wink:
cheers

1 Like