-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
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)
Log lines are leveled (TRC, DBG, INF, WRN, ERR, FTL) — when reporting a bug, the ERR/FTL lines right before the failure are usually the most useful.
"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:
lsof -i :43211 # macOS/Linux
Mobile app can't connect / times out
- 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.
qBittorrent login fails Double check the Web UI host/port/credentials match what's set in qBittorrent's own Web UI settings, and that "Bypass authentication for clients on localhost" isn't conflicting with a remote setup.
Transcoding is slow or fails See Transcoding & Direct Play — hardware acceleration availability varies a lot by platform and GPU.
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)