td_log
Inspect recorded bridge calls to pinpoint failures and slow methods. Filter logs by method, list refusals with repair hints, or summarize recurring patterns before retrying a call.
Instructions
Your own trail: every bridge call this host has made, and how it went.
Reach for this when something is wrong and you do not know what you did —
an operator is missing, a parameter is not what you set, the artist says
"it broke after you touched it". td_status shows only the last call and
the next one overwrites it; this is the whole session, and it survives
TouchDesigner being closed and reopened, so it also answers "what happened
yesterday".
Also reach for it before repeating a call that failed. failures=True
gives the refusals alone, each with the text it refused with, and the
repair for the most recent one — repeating a call that a scope claim or a
missing path already refused will refuse again for the same reason.
summary=True answers a different question: over everything recorded,
which methods refuse and which are slow. Use it to notice a pattern you
are inside of — the same method failing five times means the approach is
wrong, not the call.
Not everything is here, and the gap matters: only calls that reached the bridge are recorded. The offline tools (td_project_read, td_docs, td_search_operators) never dial it and leave no trace, so an empty journal means no live work, not no work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| method | No | ||
| summary | No | ||
| failures | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |