Finding your logs
Tori writes structured logs on startup and during operation. Locations:- macOS:
~/Library/Application Support/Tori/logs - Windows:
%APPDATA%\Tori\logs - Linux:
~/.local/share/Tori/logs(or wherever yourSEANIME_DATA_DIR/data directory points)
TRC, DBG, INF, WRN, ERR, FTL) — when reporting a bug, the ERR/FTL lines right before the failure are usually the most useful.
Common issues
“Address already in use” on startup Another Tori process (or Tori Denshi’s embedded server) is already bound to the port. Only run one server instance at a time. Check with:- Confirm
hostinconfig.tomlis0.0.0.0, not127.0.0.1(see Connect Tenji to Desktop). - Confirm both devices are on the same network.
- Re-check your computer’s local IP — it can change between sessions.
Reporting a bug
When opening an issue on the GitHub repo, include:- Your OS and Tori version
- Steps to reproduce
- The relevant log excerpt (redact anything sensitive, like tokens)
